Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/vulkan/
Dradv_formats.c422 static bool radv_is_sampler_format_supported(VkFormat format, bool *linear_sampling) in radv_is_sampler_format_supported() argument
439 *linear_sampling = true; in radv_is_sampler_format_supported()
441 *linear_sampling = false; in radv_is_sampler_format_supported()
574 bool linear_sampling; in radv_physical_device_get_format_properties() local
575 if (radv_is_sampler_format_supported(format, &linear_sampling)) { in radv_physical_device_get_format_properties()
580 if (linear_sampling) { in radv_physical_device_get_format_properties()