Home
last modified time | relevance | path

Searched refs:fFunctionMap (Results 1 – 4 of 4) sorted by relevance

/external/skqp/src/sksl/
DSkSLSPIRVCodeGenerator.h319 std::unordered_map<const FunctionDeclaration*, SpvId> fFunctionMap; variable
DSkSLSPIRVCodeGenerator.cpp962 const auto& entry = fFunctionMap.find(&c.fFunction); in writeFunctionCall()
963 if (entry == fFunctionMap.end()) { in writeFunctionCall()
2508 SpvId result = fFunctionMap[&f]; in writeFunctionStart()
3091 fFunctionMap[&f.fDeclaration] = this->nextId(); in writeInstructions()
3145 for (auto entry : fFunctionMap) { in writeInstructions()
3177 SpvId entryPoint = fFunctionMap[main]; in writeInstructions()
3188 fFunctionMap[main], in writeInstructions()
/external/skia/src/sksl/codegen/
DSkSLSPIRVCodeGenerator.h464 std::unordered_map<const FunctionDeclaration*, SpvId> fFunctionMap;
DSkSLSPIRVCodeGenerator.cpp1132 const auto& entry = fFunctionMap.find(&function); in writeFunctionCall()
1133 if (entry == fFunctionMap.end()) { in writeFunctionCall()
2883 SpvId result = fFunctionMap[&f]; in writeFunctionStart()
3524 fFunctionMap[&funcDecl] = this->nextId(nullptr); in writeInstructions()
3567 fFunctionMap[adapter.entrypointDecl.get()] = this->nextId(nullptr); in writeInstructions()
3605 SpvId entryPoint = fFunctionMap[main]; in writeInstructions()
3616 fFunctionMap[main], in writeInstructions()