Lines Matching defs:offset
2278 * byte offset of the element in the buffer. The base address must
2977 uint64_t bo_address = intel_48b_address(bo->offset);
3015 uint64_t bo_address = (*bo)->bo->offset & (~0ull >> 16);
3048 buf->base.gpu = pool->block_pool.bo->offset + buf->state.offset;
3328 * the base address 0 and start the pool memory at an offset. This way we
3407 .offset = align_u32(
3457 /* Allocate a null surface state at surface state offset 0. This makes
3467 assert(device->null_surface_state.offset == 0);
4144 VkDeviceSize offset,
4158 *ppData = mem->host_ptr + offset;
4163 size = mem->bo->size - offset;
4170 * equal to the size of the memory minus offset
4173 assert(offset + size <= mem->bo->size);
4196 /* GEM will fail to map if the offset isn't 4k-aligned. Round down. */
4199 map_offset = offset & ~4095ull;
4202 assert(offset >= map_offset);
4203 uint64_t map_size = (offset + size) - map_offset;
4216 mem->map_delta = (offset - map_offset);
4257 uint64_t map_offset = pMemoryRanges[i].offset + mem->map_delta;
4284 uint64_t map_offset = pMemoryRanges[i].offset + mem->map_delta;
4320 .offset = pBindInfo->memoryOffset,
4581 return intel_48b_address(memory->bo->offset);