Home
last modified time | relevance | path

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

/external/angle/third_party/glslang/src/glslang/MachineIndependent/
DParseContextBase.cpp410 … if (! convertible(*call[param].type, *candidate[param].type, candidate.getBuiltInOp(), param)) { in selectFunction()
416 … if (! convertible(*candidate[param].type, *call[param].type, candidate.getBuiltInOp(), param)) { in selectFunction()
DSymbolTable.h302 virtual TOperator getBuiltInOp() const { return op; } in getBuiltInOp() function
DParseHelper.cpp1106 if (function->getBuiltInOp() == EOpArrayLength) in handleFunctionCall()
1108 else if (function->getBuiltInOp() != EOpNull) { in handleFunctionCall()
1115 if (! constructorError(loc, arguments, *function, function->getBuiltInOp(), type)) { in handleFunctionCall()
1211 if (builtIn && fnCandidate->getBuiltInOp() != EOpNull) { in handleFunctionCall()
1255 assert(fnCandidate->getBuiltInOp() == EOpCooperativeMatrixMulAdd); in handleFunctionCall()
1273 checkLocation(loc, function.getBuiltInOp()); in handleBuiltInFunctionCall()
1274 TIntermTyped *result = intermediate.addBuiltInFunctionCall(loc, function.getBuiltInOp(), in handleBuiltInFunctionCall()
/external/deqp-deps/glslang/glslang/MachineIndependent/
DParseContextBase.cpp410 … if (! convertible(*call[param].type, *candidate[param].type, candidate.getBuiltInOp(), param)) { in selectFunction()
416 … if (! convertible(*candidate[param].type, *call[param].type, candidate.getBuiltInOp(), param)) { in selectFunction()
DSymbolTable.h302 virtual TOperator getBuiltInOp() const { return op; } in getBuiltInOp() function
DParseHelper.cpp1127 if (function->getBuiltInOp() == EOpArrayLength) in handleFunctionCall()
1129 else if (function->getBuiltInOp() != EOpNull) { in handleFunctionCall()
1136 if (! constructorError(loc, arguments, *function, function->getBuiltInOp(), type)) { in handleFunctionCall()
1232 if (builtIn && fnCandidate->getBuiltInOp() != EOpNull) { in handleFunctionCall()
1276 assert(fnCandidate->getBuiltInOp() == EOpCooperativeMatrixMulAdd); in handleFunctionCall()
1294 checkLocation(loc, function.getBuiltInOp()); in handleBuiltInFunctionCall()
1295 TIntermTyped *result = intermediate.addBuiltInFunctionCall(loc, function.getBuiltInOp(), in handleBuiltInFunctionCall()
/external/angle/src/compiler/translator/
DSymbol.h222 TOperator getBuiltInOp() const { return mOp; } in getBuiltInOp() function
DIntermNode.cpp543 ASSERT(func.getBuiltInOp() != EOpNull); in CreateBuiltInFunctionCall()
544 return new TIntermAggregate(&func, func.getReturnType(), func.getBuiltInOp(), arguments); in CreateBuiltInFunctionCall()
DParseContext.cpp6153 TOperator op = fnCandidate->getBuiltInOp(); in addNonConstructorFunctionCall()
/external/angle/src/compiler/translator/tree_util/
DIntermNode_util.cpp294 TOperator op = fn->getBuiltInOp(); in CreateBuiltInFunctionCallNode()
/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/angle/third_party/glslang/src/hlsl/
DhlslParseHelper.cpp5307 TOperator op = function->getBuiltInOp(); in handleFunctionCall()
5403 op = fnCandidate->getBuiltInOp(); in handleFunctionCall()
7355 (candidateList[0]->getBuiltInOp() == EOpMethodAppend || in findFunction()
7356 candidateList[0]->getBuiltInOp() == EOpMethodRestartStrip || in findFunction()
7357 candidateList[0]->getBuiltInOp() == EOpMethodIncrementCounter || in findFunction()
7358 candidateList[0]->getBuiltInOp() == EOpMethodDecrementCounter || in findFunction()
7359 candidateList[0]->getBuiltInOp() == EOpMethodAppend || in findFunction()
7360 candidateList[0]->getBuiltInOp() == EOpMethodConsume)) { in findFunction()
7549 promote = new TIntermUnary(bestMatch->getBuiltInOp()); in findFunction()
7552 promote = new TIntermAggregate(bestMatch->getBuiltInOp()); in findFunction()
[all …]
/external/deqp-deps/glslang/hlsl/
DhlslParseHelper.cpp5307 TOperator op = function->getBuiltInOp(); in handleFunctionCall()
5403 op = fnCandidate->getBuiltInOp(); in handleFunctionCall()
7355 (candidateList[0]->getBuiltInOp() == EOpMethodAppend || in findFunction()
7356 candidateList[0]->getBuiltInOp() == EOpMethodRestartStrip || in findFunction()
7357 candidateList[0]->getBuiltInOp() == EOpMethodIncrementCounter || in findFunction()
7358 candidateList[0]->getBuiltInOp() == EOpMethodDecrementCounter || in findFunction()
7359 candidateList[0]->getBuiltInOp() == EOpMethodAppend || in findFunction()
7360 candidateList[0]->getBuiltInOp() == EOpMethodConsume)) { in findFunction()
7549 promote = new TIntermUnary(bestMatch->getBuiltInOp()); in findFunction()
7552 promote = new TIntermAggregate(bestMatch->getBuiltInOp()); in findFunction()
[all …]