Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
DMapFunctionsToDefinitions.cpp23 ASSERT(func->getBuiltInOp() == TOperator::EOpNull); in visitFunctionDefinition()
/third_party/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.cpp1134 if (function->getBuiltInOp() == EOpArrayLength) in handleFunctionCall()
1136 else if (function->getBuiltInOp() != EOpNull) { in handleFunctionCall()
1143 if (! constructorError(loc, arguments, *function, function->getBuiltInOp(), type)) { in handleFunctionCall()
1239 if (builtIn && fnCandidate->getBuiltInOp() != EOpNull) { in handleFunctionCall()
1283 assert(fnCandidate->getBuiltInOp() == EOpCooperativeMatrixMulAdd); in handleFunctionCall()
1301 checkLocation(loc, function.getBuiltInOp()); in handleBuiltInFunctionCall()
1302 TIntermTyped *result = intermediate.addBuiltInFunctionCall(loc, function.getBuiltInOp(), in handleBuiltInFunctionCall()
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DSymbol.h222 TOperator getBuiltInOp() const { return mOp; } in getBuiltInOp() function
DIntermNode.cpp529 ASSERT(func.getBuiltInOp() != EOpNull); in CreateBuiltInFunctionCall()
530 return new TIntermAggregate(&func, func.getReturnType(), func.getBuiltInOp(), arguments); in CreateBuiltInFunctionCall()
DParseContext.cpp5960 TOperator op = fnCandidate->getBuiltInOp(); in addNonConstructorFunctionCall()
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
DIntermNode_util.cpp294 TOperator op = fn->getBuiltInOp(); in CreateBuiltInFunctionCallNode()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
DIntermNode_util.cpp348 TOperator op = fn->getBuiltInOp(); in CreateBuiltInFunctionCallNode()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DSymbol.h316 TOperator getBuiltInOp() const { return mOp; } in getBuiltInOp() function
DValidateAST.cpp312 else if (function->getBuiltInOp() != op) in visitBuiltInFunction()
DIntermNode.cpp618 ASSERT(func.getBuiltInOp() != EOpNull); in CreateBuiltInFunctionCall()
619 return new TIntermAggregate(&func, func.getReturnType(), func.getBuiltInOp(), arguments); in CreateBuiltInFunctionCall()
1532 ASSERT(!BuiltInGroup::IsBuiltIn(op) || (function != nullptr && function->getBuiltInOp() == op)); in TIntermUnary()
DParseContext.cpp6980 TOperator op = fnCandidate->getBuiltInOp(); in addNonConstructorFunctionCall()
/third_party/skia/third_party/externals/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()
/third_party/glslang/glslang/HLSL/
DhlslParseHelper.cpp5397 TOperator op = function->getBuiltInOp(); in handleFunctionCall()
5493 op = fnCandidate->getBuiltInOp(); in handleFunctionCall()
7470 (candidateList[0]->getBuiltInOp() == EOpMethodAppend || in findFunction()
7471 candidateList[0]->getBuiltInOp() == EOpMethodRestartStrip || in findFunction()
7472 candidateList[0]->getBuiltInOp() == EOpMethodIncrementCounter || in findFunction()
7473 candidateList[0]->getBuiltInOp() == EOpMethodDecrementCounter || in findFunction()
7474 candidateList[0]->getBuiltInOp() == EOpMethodAppend || in findFunction()
7475 candidateList[0]->getBuiltInOp() == EOpMethodConsume)) { in findFunction()
7674 promote = new TIntermUnary(bestMatch->getBuiltInOp()); in findFunction()
7677 promote = new TIntermAggregate(bestMatch->getBuiltInOp()); in findFunction()
[all …]