Home
last modified time | relevance | path

Searched refs:eColorAttachmentBlend (Results 1 – 4 of 4) sorted by relevance

/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_enums.hpp1000 eColorAttachmentBlend = VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BLEND_BIT, enumerator
1034 | FormatFeatureFlagBits::eColorAttachmentBlend
3198 eColorAttachmentBlend = VK_FORMAT_FEATURE_2_COLOR_ATTACHMENT_BLEND_BIT, enumerator
3238 | FormatFeatureFlagBits2::eColorAttachmentBlend
Dvulkansc_to_string.hpp43 if ( value & FormatFeatureFlagBits::eColorAttachmentBlend ) result += "ColorAttachmentBlend | "; in to_string()
1023 … if ( value & FormatFeatureFlagBits2::eColorAttachmentBlend ) result += "ColorAttachmentBlend | "; in to_string()
2014 case FormatFeatureFlagBits::eColorAttachmentBlend : return "ColorAttachmentBlend"; in to_string()
3731 case FormatFeatureFlagBits2::eColorAttachmentBlend : return "ColorAttachmentBlend"; in to_string()
Dvulkan_enums.hpp1778 eColorAttachmentBlend = VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BLEND_BIT, enumerator
1831 | FormatFeatureFlagBits::eColorAttachmentBlend
4579 eColorAttachmentBlend = VK_FORMAT_FEATURE_2_COLOR_ATTACHMENT_BLEND_BIT, enumerator
4636 | FormatFeatureFlagBits2::eColorAttachmentBlend
Dvulkan_to_string.hpp43 if ( value & FormatFeatureFlagBits::eColorAttachmentBlend ) result += "ColorAttachmentBlend | "; in to_string()
1284 … if ( value & FormatFeatureFlagBits2::eColorAttachmentBlend ) result += "ColorAttachmentBlend | "; in to_string()
4011 case FormatFeatureFlagBits::eColorAttachmentBlend : return "ColorAttachmentBlend"; in to_string()
6073 case FormatFeatureFlagBits2::eColorAttachmentBlend : return "ColorAttachmentBlend"; in to_string()