Lines Matching defs:offset

4826       uint32_t offset, pitch;
4837 VkOffset3D bind_offset = bind->pBinds[i].offset;
4845 offset = surface->u.gfx9.surf_slice_size * layer + surface->u.gfx9.prt_level_offset[level];
4848 offset = (uint64_t)surface->u.legacy.level[level].offset_256B * 256 +
4853 offset += (bind_offset.y * pitch * bs) + (bind_offset.x * surface->prt_tile_height * bs);
4863 result = device->ws->buffer_virtual_bind(device->ws, image->bindings[0].bo, offset, size,
4873 image->bindings[0].bo, offset + img_increment * y, size, mem ? mem->bo : NULL,
5376 if (memory->image && memory->image->bindings[0].offset == 0) {
5658 radv_MapMemory(VkDevice _device, VkDeviceMemory _memory, VkDeviceSize offset, VkDeviceSize size,
5670 *ppData = (uint8_t *)*ppData + offset;
5866 buffer->offset = pBindInfos[i].memoryOffset;
5905 image->bindings[0].offset = pBindInfos[i].memoryOffset;
5909 image->bindings[1].offset = pBindInfos[i].memoryOffset;
5913 image->bindings[2].offset = pBindInfos[i].memoryOffset;
5920 image->bindings[0].offset = pBindInfos[i].memoryOffset;
6031 uint64_t offset)
6041 buffer->offset = offset;
6077 buffer->offset = 0;
6120 return radv_buffer_get_va(buffer->bo) + buffer->offset;
6127 return buffer->bo ? radv_buffer_get_va(buffer->bo) + buffer->offset : 0;
6261 iview->image->bindings[plane_id].offset;
6326 va = radv_buffer_get_va(iview->image->bindings[0].bo) + iview->image->bindings[0].offset;
6330 va = radv_buffer_get_va(iview->image->bindings[0].bo) + iview->image->bindings[0].offset;
6359 va = radv_buffer_get_va(iview->image->bindings[0].bo) + iview->image->bindings[0].offset +
6592 va = radv_buffer_get_va(iview->image->bindings[0].bo) + iview->image->bindings[0].offset;
6643 va = radv_buffer_get_va(iview->image->bindings[0].bo) + iview->image->bindings[0].offset +
6713 va = radv_buffer_get_va(iview->image->bindings[0].bo) + iview->image->bindings[0].offset +