Home
last modified time | relevance | path

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

/third_party/mesa3d/src/microsoft/vulkan/
Ddzn_descriptor_set.c254 uint32_t static_sampler_idx = 0, immutable_sampler_idx = 0; in dzn_descriptor_set_layout_create() local
260 binfos[i].immutable_sampler_idx = ~0; in dzn_descriptor_set_layout_create()
316 binfos[binding].immutable_sampler_idx = immutable_sampler_idx; in dzn_descriptor_set_layout_create()
320 immutable_samplers[immutable_sampler_idx++] = sampler; in dzn_descriptor_set_layout_create()
1304 if (!has_samplers || layout->bindings[b].immutable_sampler_idx == ~0) in dzn_descriptor_set_init()
1309 &layout->immutable_samplers[layout->bindings[b].immutable_sampler_idx]; in dzn_descriptor_set_init()
Ddzn_private.h613 uint32_t immutable_sampler_idx; member