Searched refs:getBuiltInOp (Results 1 – 16 of 16) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
D | MapFunctionsToDefinitions.cpp | 23 ASSERT(func->getBuiltInOp() == TOperator::EOpNull); in visitFunctionDefinition()
|
/third_party/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 | 1134 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/ |
D | Symbol.h | 222 TOperator getBuiltInOp() const { return mOp; } in getBuiltInOp() function
|
D | IntermNode.cpp | 529 ASSERT(func.getBuiltInOp() != EOpNull); in CreateBuiltInFunctionCall() 530 return new TIntermAggregate(&func, func.getReturnType(), func.getBuiltInOp(), arguments); in CreateBuiltInFunctionCall()
|
D | ParseContext.cpp | 5960 TOperator op = fnCandidate->getBuiltInOp(); in addNonConstructorFunctionCall()
|
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/tree_util/ |
D | IntermNode_util.cpp | 294 TOperator op = fn->getBuiltInOp(); in CreateBuiltInFunctionCallNode()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/ |
D | IntermNode_util.cpp | 348 TOperator op = fn->getBuiltInOp(); in CreateBuiltInFunctionCallNode()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
D | Symbol.h | 316 TOperator getBuiltInOp() const { return mOp; } in getBuiltInOp() function
|
D | ValidateAST.cpp | 312 else if (function->getBuiltInOp() != op) in visitBuiltInFunction()
|
D | IntermNode.cpp | 618 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()
|
D | ParseContext.cpp | 6980 TOperator op = fnCandidate->getBuiltInOp(); in addNonConstructorFunctionCall()
|
/third_party/skia/third_party/externals/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()
|
/third_party/glslang/glslang/HLSL/ |
D | hlslParseHelper.cpp | 5397 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 …]
|