Home
last modified time | relevance | path

Searched refs:has_static_sampler (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_descriptor_set.c274 bool has_static_sampler = has_immutable_samplers && desc_count == 1; in dzn_descriptor_set_layout_create() local
288 if (has_static_sampler) { in dzn_descriptor_set_layout_create()
311 has_static_sampler = false; in dzn_descriptor_set_layout_create()
315 if (has_immutable_samplers && !has_static_sampler) { in dzn_descriptor_set_layout_create()
336 num_descs_for_type(desc_type, has_static_sampler); in dzn_descriptor_set_layout_create()
343 has_sampler && !has_static_sampler; in dzn_descriptor_set_layout_create()

Completed in 4 milliseconds