Searched refs:candidateList (Results 1 – 3 of 3) sorted by relevance
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | ParseContextBase.cpp | 336 const TVector<const TFunction*> candidateList, in selectFunction() argument 379 for (auto it = candidateList.begin(); it != candidateList.end(); ++it) { in selectFunction()
|
D | ParseHelper.cpp | 5882 TVector<const TFunction*> candidateList; in findFunction120() local 5883 symbolTable.findFunctionNameList(call.getMangledName(), candidateList, builtIn); in findFunction120() 5885 for (auto it = candidateList.begin(); it != candidateList.end(); ++it) { in findFunction120() 5983 TVector<const TFunction*> candidateList; in findFunction400() local 5984 symbolTable.findFunctionNameList(call.getMangledName(), candidateList, builtIn); in findFunction400() 6019 const TFunction* bestMatch = selectFunction(candidateList, call, convertible, better, tie); in findFunction400() 6048 TVector<const TFunction*> candidateList; in findFunctionExplicitTypes() local 6049 symbolTable.findFunctionNameList(call.getMangledName(), candidateList, builtIn); in findFunctionExplicitTypes() 6098 const TFunction* bestMatch = selectFunction(candidateList, call, convertible, better, tie); in findFunctionExplicitTypes()
|
/external/deqp-deps/glslang/hlsl/ |
D | hlslParseHelper.cpp | 7301 TVector<const TFunction*> candidateList; in findFunction() local 7302 symbolTable.findFunctionNameList(call.getMangledName(), candidateList, builtIn); in findFunction() 7305 if (candidateList.size() == 1 && builtIn && in findFunction() 7306 (candidateList[0]->getBuiltInOp() == EOpMethodAppend || in findFunction() 7307 candidateList[0]->getBuiltInOp() == EOpMethodRestartStrip || in findFunction() 7308 candidateList[0]->getBuiltInOp() == EOpMethodIncrementCounter || in findFunction() 7309 candidateList[0]->getBuiltInOp() == EOpMethodDecrementCounter || in findFunction() 7310 candidateList[0]->getBuiltInOp() == EOpMethodAppend || in findFunction() 7311 candidateList[0]->getBuiltInOp() == EOpMethodConsume)) { in findFunction() 7312 return candidateList[0]; in findFunction() [all …]
|