Home
last modified time | relevance | path

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

/third_party/mesa3d/src/microsoft/vulkan/
Ddzn_descriptor_set.c140 uint32_t binding_count = 0, static_sampler_count = 0, total_ranges = 0; in dzn_descriptor_set_layout_create() local
179 static_sampler_count += bindings[i].descriptorCount; in dzn_descriptor_set_layout_create()
214 static_sampler_count); in dzn_descriptor_set_layout_create()
224 set_layout->static_sampler_count = static_sampler_count; in dzn_descriptor_set_layout_create()
582 uint32_t range_count = 0, static_sampler_count = 0; in dzn_pipeline_layout_create() local
600 static_sampler_count += set_layout->static_sampler_count; in dzn_pipeline_layout_create()
636 sizeof(*static_sampler_descs) * static_sampler_count, 8, in dzn_pipeline_layout_create()
638 if (static_sampler_count && !static_sampler_descs) { in dzn_pipeline_layout_create()
700 set_layout->static_sampler_count * sizeof(*set_layout->static_samplers)); in dzn_pipeline_layout_create()
702 for (uint32_t k = 0; k < set_layout->static_sampler_count; k++) in dzn_pipeline_layout_create()
[all …]
Ddzn_private.h624 uint32_t static_sampler_count; member