Home
last modified time | relevance | path

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

/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_to_string.hpp35 if ( value & FormatFeatureFlagBits::eSampledImage ) result += "SampledImage | "; in to_string()
36 if ( value & FormatFeatureFlagBits::eStorageImage ) result += "StorageImage | "; in to_string()
37 if ( value & FormatFeatureFlagBits::eStorageImageAtomic ) result += "StorageImageAtomic | "; in to_string()
38 if ( value & FormatFeatureFlagBits::eUniformTexelBuffer ) result += "UniformTexelBuffer | "; in to_string()
39 if ( value & FormatFeatureFlagBits::eStorageTexelBuffer ) result += "StorageTexelBuffer | "; in to_string()
40 …if ( value & FormatFeatureFlagBits::eStorageTexelBufferAtomic ) result += "StorageTexelBufferAtomi… in to_string()
41 if ( value & FormatFeatureFlagBits::eVertexBuffer ) result += "VertexBuffer | "; in to_string()
42 if ( value & FormatFeatureFlagBits::eColorAttachment ) result += "ColorAttachment | "; in to_string()
43 if ( value & FormatFeatureFlagBits::eColorAttachmentBlend ) result += "ColorAttachmentBlend | "; in to_string()
44 …if ( value & FormatFeatureFlagBits::eDepthStencilAttachment ) result += "DepthStencilAttachment | … in to_string()
[all …]
Dvulkansc_enums.hpp990 enum class FormatFeatureFlagBits : VkFormatFeatureFlags enum
1019 using FormatFeatureFlags = Flags<FormatFeatureFlagBits>;
1022 template <> struct FlagTraits<FormatFeatureFlagBits>
1026 FormatFeatureFlagBits::eSampledImage
1027 | FormatFeatureFlagBits::eStorageImage
1028 | FormatFeatureFlagBits::eStorageImageAtomic
1029 | FormatFeatureFlagBits::eUniformTexelBuffer
1030 | FormatFeatureFlagBits::eStorageTexelBuffer
1031 | FormatFeatureFlagBits::eStorageTexelBufferAtomic
1032 | FormatFeatureFlagBits::eVertexBuffer
[all …]
Dvulkan_to_string.hpp35 if ( value & FormatFeatureFlagBits::eSampledImage ) result += "SampledImage | "; in to_string()
36 if ( value & FormatFeatureFlagBits::eStorageImage ) result += "StorageImage | "; in to_string()
37 if ( value & FormatFeatureFlagBits::eStorageImageAtomic ) result += "StorageImageAtomic | "; in to_string()
38 if ( value & FormatFeatureFlagBits::eUniformTexelBuffer ) result += "UniformTexelBuffer | "; in to_string()
39 if ( value & FormatFeatureFlagBits::eStorageTexelBuffer ) result += "StorageTexelBuffer | "; in to_string()
40 …if ( value & FormatFeatureFlagBits::eStorageTexelBufferAtomic ) result += "StorageTexelBufferAtomi… in to_string()
41 if ( value & FormatFeatureFlagBits::eVertexBuffer ) result += "VertexBuffer | "; in to_string()
42 if ( value & FormatFeatureFlagBits::eColorAttachment ) result += "ColorAttachment | "; in to_string()
43 if ( value & FormatFeatureFlagBits::eColorAttachmentBlend ) result += "ColorAttachmentBlend | "; in to_string()
44 …if ( value & FormatFeatureFlagBits::eDepthStencilAttachment ) result += "DepthStencilAttachment | … in to_string()
[all …]
Dvulkan_enums.hpp1768 enum class FormatFeatureFlagBits : VkFormatFeatureFlags enum
1816 using FormatFeatureFlags = Flags<FormatFeatureFlagBits>;
1819 template <> struct FlagTraits<FormatFeatureFlagBits>
1823 FormatFeatureFlagBits::eSampledImage
1824 | FormatFeatureFlagBits::eStorageImage
1825 | FormatFeatureFlagBits::eStorageImageAtomic
1826 | FormatFeatureFlagBits::eUniformTexelBuffer
1827 | FormatFeatureFlagBits::eStorageTexelBuffer
1828 | FormatFeatureFlagBits::eStorageTexelBufferAtomic
1829 | FormatFeatureFlagBits::eVertexBuffer
[all …]