Searched refs:radv_is_buffer_format_supported (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_meta_copy.c180 if (!radv_is_buffer_format_supported(img_bsurf.format, NULL)) {
307 if (!radv_is_buffer_format_supported(img_info.format, NULL)) {
H A Dradv_formats.c609 radv_is_buffer_format_supported(VkFormat format, bool *scaled) function in typeref:typename:bool
747 if (radv_is_buffer_format_supported(format, &scaled)) {
H A Dradv_private.h1916 bool radv_is_buffer_format_supported(VkFormat format, bool *scaled);
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_meta_copy.c190 if (!radv_is_buffer_format_supported(img_bsurf.format, NULL)) {
334 if (!radv_is_buffer_format_supported(img_info.format, NULL)) {
H A Dradv_formats.c550 bool radv_is_buffer_format_supported(VkFormat format, bool *scaled) function in typeref:typename:bool
680 if (radv_is_buffer_format_supported(format, &scaled)) {
H A Dradv_private.h1459 bool radv_is_buffer_format_supported(VkFormat format, bool *scaled);

Completed in 49 milliseconds