Home
last modified time | relevance | path

Searched refs:getBuiltInOp (Results 1 – 6 of 6) sorted by relevance

/external/deqp-deps/glslang/glslang/MachineIndependent/
DParseContextBase.cpp395 … if (! convertible(*call[param].type, *candidate[param].type, candidate.getBuiltInOp(), param)) { in selectFunction()
401 … if (! convertible(*candidate[param].type, *call[param].type, candidate.getBuiltInOp(), param)) { in selectFunction()
DSymbolTable.h277 virtual TOperator getBuiltInOp() const { return op; } in getBuiltInOp() function
DParseHelper.cpp1041 if (function->getBuiltInOp() == EOpArrayLength) in handleFunctionCall()
1043 else if (function->getBuiltInOp() != EOpNull) { in handleFunctionCall()
1050 if (! constructorError(loc, arguments, *function, function->getBuiltInOp(), type)) { in handleFunctionCall()
1134 if (builtIn && fnCandidate->getBuiltInOp() != EOpNull) { in handleFunctionCall()
1187 checkLocation(loc, function.getBuiltInOp()); in handleBuiltInFunctionCall()
1188 TIntermTyped *result = intermediate.addBuiltInFunctionCall(loc, function.getBuiltInOp(), in handleBuiltInFunctionCall()
/external/swiftshader/src/OpenGL/compiler/
DSymbolTable.h174 TOperator getBuiltInOp() const { return op; } in getBuiltInOp() function
DParseHelper.cpp3527 TOperator op = fnCall->getBuiltInOp(); in addFunctionCallOrMethod()
3597 op = fnCandidate->getBuiltInOp(); in addFunctionCallOrMethod()
/external/deqp-deps/glslang/hlsl/
DhlslParseHelper.cpp5253 TOperator op = function->getBuiltInOp(); in handleFunctionCall()
5354 op = fnCandidate->getBuiltInOp(); in handleFunctionCall()
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()
7500 promote = new TIntermUnary(bestMatch->getBuiltInOp()); in findFunction()
7503 promote = new TIntermAggregate(bestMatch->getBuiltInOp()); in findFunction()
[all …]