Home
last modified time | relevance | path

Searched refs:src_heap_offset (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/mesa3d/src/microsoft/vulkan/
H A Ddzn_descriptor_set.c2296 uint32_t src_heap_offset = in dzn_descriptor_set_copy() local
2301 if (src_heap_offset == ~0) { in dzn_descriptor_set_copy()
2306 src_heap_offset += src_set->heap_offsets[type]; in dzn_descriptor_set_copy()
2311 (const void *)&src_set->pool->bindless.map[src_heap_offset], in dzn_descriptor_set_copy()
2320 src_heap_offset, in dzn_descriptor_set_copy()
2325 src_heap_offset = src_set->heap_offsets[type] + in dzn_descriptor_set_copy()
2329 assert(src_heap_offset != ~0); in dzn_descriptor_set_copy()
2335 src_heap_offset, in dzn_descriptor_set_copy()
H A Ddzn_private.h493 const struct dzn_descriptor_heap *src_heap, uint32_t src_heap_offset,