Home
last modified time | relevance | path

Searched refs:dst_heap_offset (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/microsoft/vulkan/
Ddzn_descriptor_set.c1842 uint32_t dst_heap_offset = in dzn_descriptor_set_copy() local
1846 assert(dst_heap_offset == ~0); in dzn_descriptor_set_copy()
1853 dst_set->heap_offsets[type] + dst_heap_offset, in dzn_descriptor_set_copy()
1861 dst_heap_offset = in dzn_descriptor_set_copy()
1864 assert(dst_heap_offset != ~0); in dzn_descriptor_set_copy()
1866 dst_set->heap_offsets[type] + dst_heap_offset, in dzn_descriptor_set_copy()
Ddzn_private.h386 dzn_descriptor_heap_copy(struct dzn_descriptor_heap *dst_heap, uint32_t dst_heap_offset,
Ddzn_cmd_buffer.c2307 uint32_t dst_heap_offset = 0; in dzn_cmd_buffer_update_heaps() local
2310 &dst_heap, &dst_heap_offset); in dzn_cmd_buffer_update_heaps()
2311 new_heap_offsets[type] = dst_heap_offset; in dzn_cmd_buffer_update_heaps()
2322 dzn_descriptor_heap_copy(dst_heap, dst_heap_offset + set_heap_offset, in dzn_cmd_buffer_update_heaps()
2337dst_heap_offset + set_heap_offset + desc_heap_offset, in dzn_cmd_buffer_update_heaps()
2343dst_heap_offset + set_heap_offset + desc_heap_offset, in dzn_cmd_buffer_update_heaps()