Searched refs:radv_is_colorbuffer_format_supported (Results 1 - 7 of 7) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/ |
| H A D | radv_formats.c | 568 bool radv_is_colorbuffer_format_supported(VkFormat format, bool *blendable) function in typeref:typename:bool 729 if (radv_is_colorbuffer_format_supported(format, &blendable)) {
|
| H A D | radv_private.h | 1476 bool radv_is_colorbuffer_format_supported(VkFormat format, bool *blendable);
|
| H A D | radv_image.c | 173 radv_is_colorbuffer_format_supported(pCreateInfo->format,
|
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/ |
| H A D | radv_formats.c | 627 radv_is_colorbuffer_format_supported(const struct radv_physical_device *pdevice, VkFormat format, function in typeref:typename:bool 798 if (radv_is_colorbuffer_format_supported(physical_device, format, &blendable)) {
|
| H A D | radv_image.c | 167 if (!radv_is_colorbuffer_format_supported(pdev, format, &blendable))
|
| H A D | radv_meta_clear.c | 2347 : !radv_is_colorbuffer_format_supported(cmd_buffer->device->physical_device, format,
|
| H A D | radv_private.h | 1935 bool radv_is_colorbuffer_format_supported(const struct radv_physical_device *pdevice,
|
Completed in 23 milliseconds