Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/vulkan/
Dradv_formats.c521 radv_is_sampler_format_supported(VkFormat format, bool *linear_sampling) in radv_is_sampler_format_supported() argument
537 *linear_sampling = true; in radv_is_sampler_format_supported()
539 *linear_sampling = false; in radv_is_sampler_format_supported()
779 bool linear_sampling; in radv_physical_device_get_format_properties() local
780 if (radv_is_sampler_format_supported(format, &linear_sampling)) { in radv_physical_device_get_format_properties()
787 if (linear_sampling) { in radv_physical_device_get_format_properties()