Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/amd/vulkan/
H A Dradv_formats.c81 …r_format_supported(const struct radv_physical_device *pdev, VkFormat format, bool *linear_sampling) in radv_is_sampler_format_supported() argument
94 *linear_sampling = true; in radv_is_sampler_format_supported()
96 *linear_sampling = false; in radv_is_sampler_format_supported()
385 bool linear_sampling; in radv_physical_device_get_format_properties() local
386 if (radv_is_sampler_format_supported(pdev, format, &linear_sampling)) { in radv_physical_device_get_format_properties()
395 if (linear_sampling) { in radv_physical_device_get_format_properties()