Home
last modified time | relevance | path

Searched refs:currentFunction (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/src/OpenGL/compiler/
DAnalyzeCallDepth.cpp108 currentFunction(0) in AnalyzeCallDepth()
173 currentFunction = findFunctionByName(node->getName()); in visitAggregate()
175 if(!currentFunction) in visitAggregate()
177 currentFunction = new FunctionNode(node); in visitAggregate()
178 functions.push_back(currentFunction); in visitAggregate()
183 currentFunction = 0; in visitAggregate()
204 if(currentFunction) in visitAggregate()
206 currentFunction->addCallee(function); in visitAggregate()
DAnalyzeCallDepth.h61 FunctionNode *currentFunction; variable
DOutputASM.h372 int currentFunction; variable
DOutputASM.cpp516 currentFunction = 0; in OutputASM()
1298 currentFunction = function->label; in visitAggregate()
1980 copy(functionArray[currentFunction].ret, value); in visitBranch()
/external/deqp-deps/glslang/SPIRV/
DGlslangToSpv.cpp225 spv::Function* currentFunction; member in __anon1edc1cdb0111::TGlslangToSpvTraverser
1278 shaderEntry(nullptr), currentFunction(nullptr), in TGlslangToSpvTraverser()
2087 currentFunction = shaderEntry; in visitAggregate()
2817 if (builder.getTypeId(returnId) != currentFunction->getReturnType()) { in visitBranch()
2819 …spv::Id copyId = builder.createVariable(spv::StorageClassFunction, currentFunction->getReturnType(… in visitBranch()
3835 currentFunction = functionMap[node->getName().c_str()]; in handleFunctionEntry()
3836 spv::Block* functionBlock = currentFunction->getEntryBlock(); in handleFunctionEntry()