Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/vulkan/
Dradv_descriptor_set.c658 bool has_sampler) in write_combined_image_sampler_descriptor() argument
664 if (has_sampler) in write_combined_image_sampler_descriptor()
895 .has_sampler = !binding_layout->immutable_samplers_offset, in radv_CreateDescriptorUpdateTemplateKHR()
963 templ->entry[i].has_sampler); in radv_update_descriptor_set_with_template()
968 if (templ->entry[i].has_sampler) in radv_update_descriptor_set_with_template()
Dradv_private.h713 uint16_t has_sampler; member