Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/vulkan/
Dradv_meta_copy.c187 if (!radv_is_buffer_format_supported(img_bsurf.format, NULL)) { in copy_buffer_to_image()
354 if (!radv_is_buffer_format_supported(img_info.format, NULL)) { in copy_image_to_buffer()
Dradv_formats.c560 bool radv_is_buffer_format_supported(VkFormat format, bool *scaled) in radv_is_buffer_format_supported() function
696 if (radv_is_buffer_format_supported(format, &scaled)) { in radv_physical_device_get_format_properties()
Dradv_private.h1826 bool radv_is_buffer_format_supported(VkFormat format, bool *scaled);