Home
last modified time | relevance | path

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

/third_party/mesa3d/src/microsoft/vulkan/
Ddzn_descriptor_set.c341 bool has_range[NUM_POOL_TYPES] = { 0 }; in dzn_descriptor_set_layout_create() local
342 has_range[D3D12_DESCRIPTOR_HEAP_TYPE_SAMPLER] = in dzn_descriptor_set_layout_create()
344 has_range[D3D12_DESCRIPTOR_HEAP_TYPE_CBV_SRV_UAV] = in dzn_descriptor_set_layout_create()
348 if (!has_range[type]) continue; in dzn_descriptor_set_layout_create()