Home
last modified time | relevance | path

Searched defs:range_idx (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/microsoft/vulkan/
Ddzn_descriptor_set.c253 uint32_t range_idx[MAX_SHADER_VISIBILITIES][NUM_POOL_TYPES] = { 0 }; in dzn_descriptor_set_layout_create() local
416 uint32_t range_idx = layout->bindings[b].range_idx[type]; in dzn_descriptor_set_layout_get_heap_offset() local
440 uint32_t range_idx = layout->bindings[b].range_idx[type]; in dzn_descriptor_set_layout_get_desc_count() local
Ddzn_private.h609 uint32_t range_idx[NUM_POOL_TYPES]; member