Home
last modified time | relevance | path

Searched refs:fTypeMap (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/src/sksl/codegen/
H A DSkSLSPIRVCodeGenerator.cpp580 SkASSERT(fTypeMap.find(otherKey) == fTypeMap.end()); in getType()
583 auto entry = fTypeMap.find(key); in getType()
584 if (entry == fTypeMap.end()) { in getType()
678 fTypeMap[key] = result; in getType()
702 auto entry = fTypeMap.find(key); in getFunctionType()
703 if (entry == fTypeMap.end()) { in getFunctionType()
740 fTypeMap[key] = result; in getFunctionType()
754 auto entry = fTypeMap.find(key); in getPointerType()
755 if (entry == fTypeMap in getPointerType()
[all...]
H A DSkSLSPIRVCodeGenerator.h484 std::unordered_map<String, SpvId> fTypeMap; member in SkSL::SPIRVCodeGenerator

Completed in 5 milliseconds