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 Dradv_formats.c568 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 Dradv_private.h1476 bool radv_is_colorbuffer_format_supported(VkFormat format, bool *blendable);
H A Dradv_image.c173 radv_is_colorbuffer_format_supported(pCreateInfo->format,
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_formats.c627 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 Dradv_image.c167 if (!radv_is_colorbuffer_format_supported(pdev, format, &blendable))
H A Dradv_meta_clear.c2347 : !radv_is_colorbuffer_format_supported(cmd_buffer->device->physical_device, format,
H A Dradv_private.h1935 bool radv_is_colorbuffer_format_supported(const struct radv_physical_device *pdevice,

Completed in 23 milliseconds