Searched refs:EnableFeature (Results 1 – 9 of 9) sorted by relevance
131 mSupportedFeatures.EnableFeature(Feature::TextureCompressionBC); in InitializeSupportedFeaturesImpl()135 mSupportedFeatures.EnableFeature(Feature::TextureCompressionETC2); in InitializeSupportedFeaturesImpl()139 mSupportedFeatures.EnableFeature(Feature::TextureCompressionASTC); in InitializeSupportedFeaturesImpl()143 mSupportedFeatures.EnableFeature(Feature::PipelineStatisticsQuery); in InitializeSupportedFeaturesImpl()147 mSupportedFeatures.EnableFeature(Feature::DepthClamping); in InitializeSupportedFeaturesImpl()151 mSupportedFeatures.EnableFeature(Feature::TimestampQuery); in InitializeSupportedFeaturesImpl()
133 mSupportedFeatures.EnableFeature(Feature::TimestampQuery); in InitializeSupportedFeaturesImpl()135 mSupportedFeatures.EnableFeature(Feature::TextureCompressionBC); in InitializeSupportedFeaturesImpl()136 mSupportedFeatures.EnableFeature(Feature::PipelineStatisticsQuery); in InitializeSupportedFeaturesImpl()137 mSupportedFeatures.EnableFeature(Feature::MultiPlanarFormats); in InitializeSupportedFeaturesImpl()
90 void FeaturesSet::EnableFeature(Feature feature) { in EnableFeature() function in dawn_native::FeaturesSet183 featuresSet.EnableFeature(featureEnum); in FeatureNamesToFeaturesSet()
51 void EnableFeature(Feature feature);
24 mSupportedFeatures.EnableFeature(Feature::DawnInternalUsages); in AdapterBase()
292 mSupportedFeatures.EnableFeature(Feature::TextureCompressionBC);302 mSupportedFeatures.EnableFeature(Feature::PipelineStatisticsQuery);318 mSupportedFeatures.EnableFeature(Feature::TimestampQuery);324 mSupportedFeatures.EnableFeature(Feature::DepthClamping);
245 mSupportedFeatures.EnableFeature(dawn_native::Feature::TextureCompressionBC); in InitializeSupportedFeaturesImpl()
5141 bool EnableFeature = true; in parseDirectiveArch() local5144 EnableFeature = false; in parseDirectiveArch()5155 FeatureBitset ToggleFeatures = EnableFeature in parseDirectiveArch()5178 bool EnableFeature = true; in parseDirectiveArchExtension() local5180 EnableFeature = false; in parseDirectiveArchExtension()5193 FeatureBitset ToggleFeatures = EnableFeature in parseDirectiveArchExtension()5243 bool EnableFeature = true; in parseDirectiveCPU() local5246 EnableFeature = false; in parseDirectiveCPU()5258 FeatureBitset ToggleFeatures = EnableFeature in parseDirectiveCPU()
11817 bool EnableFeature = true; in parseDirectiveArchExtension() local11819 EnableFeature = false; in parseDirectiveArchExtension()11839 if (EnableFeature) { in parseDirectiveArchExtension()