Home
last modified time | relevance | path

Searched refs:FormatFeatureFlagBits (Results 1 - 3 of 3) sorted by relevance

/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_to_string.hpp34 if ( value & FormatFeatureFlagBits::eSampledImage ) in to_string()
36 if ( value & FormatFeatureFlagBits::eStorageImage ) in to_string()
38 if ( value & FormatFeatureFlagBits::eStorageImageAtomic ) in to_string()
40 if ( value & FormatFeatureFlagBits::eUniformTexelBuffer ) in to_string()
42 if ( value & FormatFeatureFlagBits::eStorageTexelBuffer ) in to_string()
44 if ( value & FormatFeatureFlagBits::eStorageTexelBufferAtomic ) in to_string()
46 if ( value & FormatFeatureFlagBits::eVertexBuffer ) in to_string()
48 if ( value & FormatFeatureFlagBits::eColorAttachment ) in to_string()
50 if ( value & FormatFeatureFlagBits::eColorAttachmentBlend ) in to_string()
52 if ( value & FormatFeatureFlagBits in to_string()
[all...]
H A Dvulkan_enums.hpp1792 enum class FormatFeatureFlagBits : VkFormatFeatureFlags class in VULKAN_HPP_NAMESPACE::Result::StructureType::PipelineCacheHeaderVersion::ObjectType::VendorId::Format
1840 using FormatFeatureFlags = Flags<FormatFeatureFlagBits>;
1843 struct FlagTraits<FormatFeatureFlagBits>
1847 FormatFeatureFlagBits::eSampledImage | FormatFeatureFlagBits::eStorageImage | FormatFeatureFlagBits::eStorageImageAtomic |
1848 FormatFeatureFlagBits::eUniformTexelBuffer | FormatFeatureFlagBits::eStorageTexelBuffer | FormatFeatureFlagBits::eStorageTexelBufferAtomic |
1849 FormatFeatureFlagBits
[all...]
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_enums.hpp2524 enum class FormatFeatureFlagBits : VkFormatFeatureFlags class in VULKAN_HPP_NAMESPACE::Result::StructureType::ObjectType::VendorId::PipelineCacheHeaderVersion::Format
2581 VULKAN_HPP_INLINE std::string to_string( FormatFeatureFlagBits value ) in to_string()
2585 case FormatFeatureFlagBits::eSampledImage: return "SampledImage"; in to_string()
2586 case FormatFeatureFlagBits::eStorageImage: return "StorageImage"; in to_string()
2587 case FormatFeatureFlagBits::eStorageImageAtomic: return "StorageImageAtomic"; in to_string()
2588 case FormatFeatureFlagBits::eUniformTexelBuffer: return "UniformTexelBuffer"; in to_string()
2589 case FormatFeatureFlagBits::eStorageTexelBuffer: return "StorageTexelBuffer"; in to_string()
2590 case FormatFeatureFlagBits::eStorageTexelBufferAtomic: return "StorageTexelBufferAtomic"; in to_string()
2591 case FormatFeatureFlagBits::eVertexBuffer: return "VertexBuffer"; in to_string()
2592 case FormatFeatureFlagBits in to_string()
[all...]

Completed in 195 milliseconds