Searched refs:FormatFeatureFlagBits2 (Results 1 – 4 of 4) sorted by relevance
1015 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 …]
1276 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 …]
3188 enum class FormatFeatureFlagBits2 : VkFormatFeatureFlags2 enum3220 using FormatFeatureFlagBits2KHR = FormatFeatureFlagBits2;3222 using FormatFeatureFlags2 = Flags<FormatFeatureFlagBits2>;3226 template <> struct FlagTraits<FormatFeatureFlagBits2>3230 FormatFeatureFlagBits2::eSampledImage3231 | FormatFeatureFlagBits2::eStorageImage3232 | FormatFeatureFlagBits2::eStorageImageAtomic3233 | FormatFeatureFlagBits2::eUniformTexelBuffer3234 | FormatFeatureFlagBits2::eStorageTexelBuffer3235 | FormatFeatureFlagBits2::eStorageTexelBufferAtomic[all …]
4569 enum class FormatFeatureFlagBits2 : VkFormatFeatureFlags2 enum4618 using FormatFeatureFlagBits2KHR = FormatFeatureFlagBits2;4620 using FormatFeatureFlags2 = Flags<FormatFeatureFlagBits2>;4624 template <> struct FlagTraits<FormatFeatureFlagBits2>4628 FormatFeatureFlagBits2::eSampledImage4629 | FormatFeatureFlagBits2::eStorageImage4630 | FormatFeatureFlagBits2::eStorageImageAtomic4631 | FormatFeatureFlagBits2::eUniformTexelBuffer4632 | FormatFeatureFlagBits2::eStorageTexelBuffer4633 | FormatFeatureFlagBits2::eStorageTexelBufferAtomic[all …]