Searched refs:FormatFeatureFlagBits (Results 1 – 4 of 4) sorted by relevance
35 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 …]
990 enum class FormatFeatureFlagBits : VkFormatFeatureFlags enum1019 using FormatFeatureFlags = Flags<FormatFeatureFlagBits>;1022 template <> struct FlagTraits<FormatFeatureFlagBits>1026 FormatFeatureFlagBits::eSampledImage1027 | FormatFeatureFlagBits::eStorageImage1028 | FormatFeatureFlagBits::eStorageImageAtomic1029 | FormatFeatureFlagBits::eUniformTexelBuffer1030 | FormatFeatureFlagBits::eStorageTexelBuffer1031 | FormatFeatureFlagBits::eStorageTexelBufferAtomic1032 | FormatFeatureFlagBits::eVertexBuffer[all …]
1768 enum class FormatFeatureFlagBits : VkFormatFeatureFlags enum1816 using FormatFeatureFlags = Flags<FormatFeatureFlagBits>;1819 template <> struct FlagTraits<FormatFeatureFlagBits>1823 FormatFeatureFlagBits::eSampledImage1824 | FormatFeatureFlagBits::eStorageImage1825 | FormatFeatureFlagBits::eStorageImageAtomic1826 | FormatFeatureFlagBits::eUniformTexelBuffer1827 | FormatFeatureFlagBits::eStorageTexelBuffer1828 | FormatFeatureFlagBits::eStorageTexelBufferAtomic1829 | FormatFeatureFlagBits::eVertexBuffer[all …]