Home
last modified time | relevance | path

Searched refs:FeatureMap (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/angle2/include/platform/
DFeature.h110 using FeatureMap = std::map<std::string, Feature *>; variable
119 FeatureMap *const mapPtr,
147 FeatureMap *const mapPtr,
176 FeatureMap members = FeatureMap();
192 for (FeatureMap::const_iterator it = members.begin(); it != members.end(); it++) in populateFeatureList()
198 const FeatureMap &getFeatures() const { return members; } in getFeatures()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DJITTargetMachineBuilder.cpp31 llvm::StringMap<bool> FeatureMap; in detectHost() local
32 llvm::sys::getHostCPUFeatures(FeatureMap); in detectHost()
33 for (auto &Feature : FeatureMap) in detectHost()