Searched refs:linear_sampling (Results 1 – 1 of 1) sorted by relevance
424 static bool radv_is_sampler_format_supported(VkFormat format, bool *linear_sampling) in radv_is_sampler_format_supported() argument441 *linear_sampling = true; in radv_is_sampler_format_supported()443 *linear_sampling = false; in radv_is_sampler_format_supported()586 bool linear_sampling; in radv_physical_device_get_format_properties() local587 if (radv_is_sampler_format_supported(format, &linear_sampling)) { in radv_physical_device_get_format_properties()592 if (linear_sampling) { in radv_physical_device_get_format_properties()