Searched defs:RSSpecificTypeMap (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_export_type.cpp981 RSExportPrimitiveType::RSSpecificTypeMap; member in class:slang::RSExportPrimitiveType
995 if (RSSpecificTypeMap->empty()) {
997 (*RSSpecificTypeMap)[MatrixAndObjectDataTypes[i].name] =
1002 RSSpecificTypeMapTy::const_iterator I = RSSpecificTypeMap->find(TypeName);
1003 if (I == RSSpecificTypeMap->end())
H A Dslang_rs_export_type.h375 static llvm::ManagedStatic<RSSpecificTypeMapTy> RSSpecificTypeMap; member in class:slang::RSExportPrimitiveType

Completed in 156 milliseconds