Home
last modified time | relevance | path

Searched refs:EnableFeature (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DAdapterVk.cpp131 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()
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DAdapterD3D12.cpp133 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()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DFeatures.cpp90 void FeaturesSet::EnableFeature(Feature feature) { in EnableFeature() function in dawn_native::FeaturesSet
183 featuresSet.EnableFeature(featureEnum); in FeatureNamesToFeaturesSet()
DFeatures.h51 void EnableFeature(Feature feature);
DAdapter.cpp24 mSupportedFeatures.EnableFeature(Feature::DawnInternalUsages); in AdapterBase()
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/
DBackendMTL.mm292 mSupportedFeatures.EnableFeature(Feature::TextureCompressionBC);
302 mSupportedFeatures.EnableFeature(Feature::PipelineStatisticsQuery);
318 mSupportedFeatures.EnableFeature(Feature::TimestampQuery);
324 mSupportedFeatures.EnableFeature(Feature::DepthClamping);
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DBackendGL.cpp245 mSupportedFeatures.EnableFeature(dawn_native::Feature::TextureCompressionBC); in InitializeSupportedFeaturesImpl()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp5141 bool EnableFeature = true; in parseDirectiveArch() local
5144 EnableFeature = false; in parseDirectiveArch()
5155 FeatureBitset ToggleFeatures = EnableFeature in parseDirectiveArch()
5178 bool EnableFeature = true; in parseDirectiveArchExtension() local
5180 EnableFeature = false; in parseDirectiveArchExtension()
5193 FeatureBitset ToggleFeatures = EnableFeature in parseDirectiveArchExtension()
5243 bool EnableFeature = true; in parseDirectiveCPU() local
5246 EnableFeature = false; in parseDirectiveCPU()
5258 FeatureBitset ToggleFeatures = EnableFeature in parseDirectiveCPU()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp11817 bool EnableFeature = true; in parseDirectiveArchExtension() local
11819 EnableFeature = false; in parseDirectiveArchExtension()
11839 if (EnableFeature) { in parseDirectiveArchExtension()