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/
H A 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 in dzn_pipeline_layout_create()
[all...]
H A Ddzn_private.h624 uint32_t static_sampler_count; member

Completed in 5 milliseconds