Home
last modified time | relevance | path

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

/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_to_string.hpp1015 if ( value & FormatFeatureFlagBits2::eSampledImage ) result += "SampledImage | "; in to_string()
1016 if ( value & FormatFeatureFlagBits2::eStorageImage ) result += "StorageImage | "; in to_string()
1017 if ( value & FormatFeatureFlagBits2::eStorageImageAtomic ) result += "StorageImageAtomic | "; in to_string()
1018 if ( value & FormatFeatureFlagBits2::eUniformTexelBuffer ) result += "UniformTexelBuffer | "; in to_string()
1019 if ( value & FormatFeatureFlagBits2::eStorageTexelBuffer ) result += "StorageTexelBuffer | "; in to_string()
1020 …if ( value & FormatFeatureFlagBits2::eStorageTexelBufferAtomic ) result += "StorageTexelBufferAtom… in to_string()
1021 if ( value & FormatFeatureFlagBits2::eVertexBuffer ) result += "VertexBuffer | "; in to_string()
1022 if ( value & FormatFeatureFlagBits2::eColorAttachment ) result += "ColorAttachment | "; in to_string()
1023 … if ( value & FormatFeatureFlagBits2::eColorAttachmentBlend ) result += "ColorAttachmentBlend | "; in to_string()
1024 …if ( value & FormatFeatureFlagBits2::eDepthStencilAttachment ) result += "DepthStencilAttachment |… in to_string()
[all …]
Dvulkan_to_string.hpp1276 if ( value & FormatFeatureFlagBits2::eSampledImage ) result += "SampledImage | "; in to_string()
1277 if ( value & FormatFeatureFlagBits2::eStorageImage ) result += "StorageImage | "; in to_string()
1278 if ( value & FormatFeatureFlagBits2::eStorageImageAtomic ) result += "StorageImageAtomic | "; in to_string()
1279 if ( value & FormatFeatureFlagBits2::eUniformTexelBuffer ) result += "UniformTexelBuffer | "; in to_string()
1280 if ( value & FormatFeatureFlagBits2::eStorageTexelBuffer ) result += "StorageTexelBuffer | "; in to_string()
1281 …if ( value & FormatFeatureFlagBits2::eStorageTexelBufferAtomic ) result += "StorageTexelBufferAtom… in to_string()
1282 if ( value & FormatFeatureFlagBits2::eVertexBuffer ) result += "VertexBuffer | "; in to_string()
1283 if ( value & FormatFeatureFlagBits2::eColorAttachment ) result += "ColorAttachment | "; in to_string()
1284 … if ( value & FormatFeatureFlagBits2::eColorAttachmentBlend ) result += "ColorAttachmentBlend | "; in to_string()
1285 …if ( value & FormatFeatureFlagBits2::eDepthStencilAttachment ) result += "DepthStencilAttachment |… in to_string()
[all …]
Dvulkansc_enums.hpp3188 enum class FormatFeatureFlagBits2 : VkFormatFeatureFlags2 enum
3220 using FormatFeatureFlagBits2KHR = FormatFeatureFlagBits2;
3222 using FormatFeatureFlags2 = Flags<FormatFeatureFlagBits2>;
3226 template <> struct FlagTraits<FormatFeatureFlagBits2>
3230 FormatFeatureFlagBits2::eSampledImage
3231 | FormatFeatureFlagBits2::eStorageImage
3232 | FormatFeatureFlagBits2::eStorageImageAtomic
3233 | FormatFeatureFlagBits2::eUniformTexelBuffer
3234 | FormatFeatureFlagBits2::eStorageTexelBuffer
3235 | FormatFeatureFlagBits2::eStorageTexelBufferAtomic
[all …]
Dvulkan_enums.hpp4569 enum class FormatFeatureFlagBits2 : VkFormatFeatureFlags2 enum
4618 using FormatFeatureFlagBits2KHR = FormatFeatureFlagBits2;
4620 using FormatFeatureFlags2 = Flags<FormatFeatureFlagBits2>;
4624 template <> struct FlagTraits<FormatFeatureFlagBits2>
4628 FormatFeatureFlagBits2::eSampledImage
4629 | FormatFeatureFlagBits2::eStorageImage
4630 | FormatFeatureFlagBits2::eStorageImageAtomic
4631 | FormatFeatureFlagBits2::eUniformTexelBuffer
4632 | FormatFeatureFlagBits2::eStorageTexelBuffer
4633 | FormatFeatureFlagBits2::eStorageTexelBufferAtomic
[all …]