Searched refs:getBuiltInOp (Results 1 – 6 of 6) sorted by relevance
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | ParseContextBase.cpp | 395 … 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()
|
D | SymbolTable.h | 277 virtual TOperator getBuiltInOp() const { return op; } in getBuiltInOp() function
|
D | ParseHelper.cpp | 1041 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/ |
D | SymbolTable.h | 174 TOperator getBuiltInOp() const { return op; } in getBuiltInOp() function
|
D | ParseHelper.cpp | 3527 TOperator op = fnCall->getBuiltInOp(); in addFunctionCallOrMethod() 3597 op = fnCandidate->getBuiltInOp(); in addFunctionCallOrMethod()
|
/external/deqp-deps/glslang/hlsl/ |
D | hlslParseHelper.cpp | 5253 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 …]
|