Searched refs:fFunctionMap (Results 1 – 4 of 4) sorted by relevance
319 std::unordered_map<const FunctionDeclaration*, SpvId> fFunctionMap; variable
962 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()
464 std::unordered_map<const FunctionDeclaration*, SpvId> fFunctionMap;
1132 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()