Home
last modified time | relevance | path

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

/external/skia/src/sksl/
DSkSLSPIRVCodeGenerator.h286 std::unordered_map<const FunctionDeclaration*, SpvId> fFunctionMap; variable
DSkSLSPIRVCodeGenerator.cpp1406 const auto& entry = fFunctionMap.find(&c.fFunction); in writeFunctionCall()
1407 if (entry == fFunctionMap.end()) { in writeFunctionCall()
2603 SpvId result = fFunctionMap[&f]; in writeFunctionStart()
3018 fFunctionMap[&f.fDeclaration] = this->nextId(); in writeInstructions()
3043 for (auto entry : fFunctionMap) { in writeInstructions()
3075 this->writeWord(fFunctionMap[main], out); in writeInstructions()
3082 fFunctionMap[main], in writeInstructions()