Home
last modified time | relevance | path

Searched refs:eDepthStencilAttachment (Results 1 – 5 of 5) sorted by relevance

/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_enums.hpp1001 eDepthStencilAttachment = VK_FORMAT_FEATURE_DEPTH_STENCIL_ATTACHMENT_BIT, enumerator
1035 | FormatFeatureFlagBits::eDepthStencilAttachment
1113 eDepthStencilAttachment = VK_IMAGE_USAGE_DEPTH_STENCIL_ATTACHMENT_BIT, enumerator
1131 | ImageUsageFlagBits::eDepthStencilAttachment
3199 eDepthStencilAttachment = VK_FORMAT_FEATURE_2_DEPTH_STENCIL_ATTACHMENT_BIT, enumerator
3239 | FormatFeatureFlagBits2::eDepthStencilAttachment
Dvulkansc_to_string.hpp44 …if ( value & FormatFeatureFlagBits::eDepthStencilAttachment ) result += "DepthStencilAttachment | … in to_string()
98 … if ( value & ImageUsageFlagBits::eDepthStencilAttachment ) result += "DepthStencilAttachment | "; in to_string()
1024 …if ( value & FormatFeatureFlagBits2::eDepthStencilAttachment ) result += "DepthStencilAttachment |… in to_string()
2015 case FormatFeatureFlagBits::eDepthStencilAttachment : return "DepthStencilAttachment"; in to_string()
2095 case ImageUsageFlagBits::eDepthStencilAttachment : return "DepthStencilAttachment"; in to_string()
3732 case FormatFeatureFlagBits2::eDepthStencilAttachment : return "DepthStencilAttachment"; in to_string()
Dvulkan_enums.hpp1779 eDepthStencilAttachment = VK_FORMAT_FEATURE_DEPTH_STENCIL_ATTACHMENT_BIT, enumerator
1832 | FormatFeatureFlagBits::eDepthStencilAttachment
1937 eDepthStencilAttachment = VK_IMAGE_USAGE_DEPTH_STENCIL_ATTACHMENT_BIT, enumerator
1970 | ImageUsageFlagBits::eDepthStencilAttachment
4580 eDepthStencilAttachment = VK_FORMAT_FEATURE_2_DEPTH_STENCIL_ATTACHMENT_BIT, enumerator
4637 | FormatFeatureFlagBits2::eDepthStencilAttachment
Dvulkan_to_string.hpp44 …if ( value & FormatFeatureFlagBits::eDepthStencilAttachment ) result += "DepthStencilAttachment | … in to_string()
112 … if ( value & ImageUsageFlagBits::eDepthStencilAttachment ) result += "DepthStencilAttachment | "; in to_string()
1285 …if ( value & FormatFeatureFlagBits2::eDepthStencilAttachment ) result += "DepthStencilAttachment |… in to_string()
4012 case FormatFeatureFlagBits::eDepthStencilAttachment : return "DepthStencilAttachment"; in to_string()
4106 case ImageUsageFlagBits::eDepthStencilAttachment : return "DepthStencilAttachment"; in to_string()
6074 case FormatFeatureFlagBits2::eDepthStencilAttachment : return "DepthStencilAttachment"; in to_string()
/hardware/google/gfxstream/common/detector/
DVulkan.cpp819 vkhpp::ImageUsageFlagBits::eDepthStencilAttachment | in CreateFramebuffer()