Searched refs:dst_heap_offset (Results 1 – 3 of 3) sorted by relevance
1842 uint32_t dst_heap_offset = in dzn_descriptor_set_copy() local1846 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()
386 dzn_descriptor_heap_copy(struct dzn_descriptor_heap *dst_heap, uint32_t dst_heap_offset,
2307 uint32_t dst_heap_offset = 0; in dzn_cmd_buffer_update_heaps() local2310 &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()2337 … dst_heap_offset + set_heap_offset + desc_heap_offset, in dzn_cmd_buffer_update_heaps()2343 … dst_heap_offset + set_heap_offset + desc_heap_offset, in dzn_cmd_buffer_update_heaps()