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

/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_formats.c472 static bool radv_is_sampler_format_supported(VkFormat format, bool *linear_sampling) argument
489 *linear_sampling = true;
491 *linear_sampling = false;
707 bool linear_sampling; local in function:radv_physical_device_get_format_properties
708 if (radv_is_sampler_format_supported(format, &linear_sampling)) {
717 if (linear_sampling) {
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_formats.c521 radv_is_sampler_format_supported(VkFormat format, bool *linear_sampling) argument
537 *linear_sampling = true;
539 *linear_sampling = false;
779 bool linear_sampling; local in function:radv_physical_device_get_format_properties
780 if (radv_is_sampler_format_supported(format, &linear_sampling)) {
787 if (linear_sampling) {

Completed in 6 milliseconds