Searched refs:getBuiltInOp (Results 1 – 14 of 14) sorted by relevance
/external/angle/third_party/glslang/src/glslang/MachineIndependent/ |
D | ParseContextBase.cpp | 410 … 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()
|
D | SymbolTable.h | 302 virtual TOperator getBuiltInOp() const { return op; } in getBuiltInOp() function
|
D | ParseHelper.cpp | 1106 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/ |
D | ParseContextBase.cpp | 410 … 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()
|
D | SymbolTable.h | 302 virtual TOperator getBuiltInOp() const { return op; } in getBuiltInOp() function
|
D | ParseHelper.cpp | 1127 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/ |
D | Symbol.h | 222 TOperator getBuiltInOp() const { return mOp; } in getBuiltInOp() function
|
D | IntermNode.cpp | 543 ASSERT(func.getBuiltInOp() != EOpNull); in CreateBuiltInFunctionCall() 544 return new TIntermAggregate(&func, func.getReturnType(), func.getBuiltInOp(), arguments); in CreateBuiltInFunctionCall()
|
D | ParseContext.cpp | 6153 TOperator op = fnCandidate->getBuiltInOp(); in addNonConstructorFunctionCall()
|
/external/angle/src/compiler/translator/tree_util/ |
D | IntermNode_util.cpp | 294 TOperator op = fn->getBuiltInOp(); in CreateBuiltInFunctionCallNode()
|
/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/angle/third_party/glslang/src/hlsl/ |
D | hlslParseHelper.cpp | 5307 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/ |
D | hlslParseHelper.cpp | 5307 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 …]
|