Home
last modified time | relevance | path

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

/third_party/skia/src/sksl/codegen/
H A DSkSLSPIRVCodeGenerator.cpp1253 const auto& entry = fFunctionMap.find(&function); in writeFunctionCall()
1254 if (entry == fFunctionMap.end()) { in writeFunctionCall()
2911 SpvId result = fFunctionMap[&f]; in writeFunctionStart()
3544 fFunctionMap[&funcDecl] = this->nextId(nullptr); in writeInstructions()
3586 fFunctionMap[adapter.entrypointDecl.get()] = this->nextId(nullptr); in writeInstructions()
3621 SpvId entryPoint = fFunctionMap[main]; in writeInstructions()
3629 fFunctionMap[main], in writeInstructions()
H A DSkSLSPIRVCodeGenerator.h480 std::unordered_map<const FunctionDeclaration*, SpvId> fFunctionMap; member in SkSL::SPIRVCodeGenerator

Completed in 8 milliseconds