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 D | radv_meta_copy.c | 180 if (!radv_is_buffer_format_supported(img_bsurf.format, NULL)) { 307 if (!radv_is_buffer_format_supported(img_info.format, NULL)) {
|
| H A D | radv_formats.c | 609 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 D | radv_private.h | 1916 bool radv_is_buffer_format_supported(VkFormat format, bool *scaled);
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/ |
| H A D | radv_meta_copy.c | 190 if (!radv_is_buffer_format_supported(img_bsurf.format, NULL)) { 334 if (!radv_is_buffer_format_supported(img_info.format, NULL)) {
|
| H A D | radv_formats.c | 550 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 D | radv_private.h | 1459 bool radv_is_buffer_format_supported(VkFormat format, bool *scaled);
|
Completed in 49 milliseconds