Searched refs:EOpFunctionCall (Results 1 - 14 of 14) sorted by relevance
/third_party/glslang/glslang/MachineIndependent/ |
H A D | limits.cpp | 110 if (node->getOp() == EOpFunctionCall) { in visitAggregate() 177 if (node->getOp() == EOpFunctionCall) { in visitAggregate()
|
H A D | LiveTraverser.h | 110 if (node->getOp() == EOpFunctionCall) in visitAggregate()
|
H A D | Intermediate.cpp | 1062 case EOpFunctionCall: in addConversion() 1208 case EOpFunctionCall: in addUniShapeConversion() 1624 case EOpFunctionCall: // conversion of a calling parameter in canImplicitlyPromote()
|
H A D | intermOut.cpp | 699 case EOpFunctionCall: out.debug << "Function Call: " << node->getName(); break; in visitAggregate()
|
H A D | ParseHelper.cpp | 1443 result = intermediate.setAggregateOperator(arguments, EOpFunctionCall, fnCandidate->getType(), loc); in handleFunctionCall() 1812 arg = intermediate.addConversion(EOpFunctionCall, *function[i].type, arg); in addInputArgumentConversions()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
H A D | AnalyzeCallDepth.cpp | 187 case EOpFunctionCall: in visitAggregate()
|
H A D | ValidateLimitations.cpp | 148 case EOpFunctionCall: in visitAggregate() 410 ASSERT(node->getOp() == EOpFunctionCall); in validateFunctionCall()
|
H A D | intermediate.h | 37 EOpFunctionCall, enumerator 554 if(op != EOpFunctionCall)
|
H A D | intermOut.cpp | 260 case EOpFunctionCall: out << "Function Call: " << node->getName(); break; in visitAggregate()
|
H A D | ParseHelper.cpp | 3690 TIntermAggregate *aggregate = intermediate.setAggregateOperator(paramNode, EOpFunctionCall, loc); in addFunctionCallOrMethod()
|
H A D | OutputASM.cpp | 1326 case EOpFunctionCall: in visitAggregate()
|
/third_party/glslang/glslang/Include/ |
H A D | intermediate.h | 67 EOpFunctionCall, enumerator
|
/third_party/glslang/glslang/HLSL/ |
H A D | hlslParseHelper.cpp | 5605 result = intermediate.setAggregateOperator(arguments, EOpFunctionCall, fnCandidate->getType(), loc); in handleFunctionCall() 5794 TIntermTyped* convArg = intermediate.addConversion(EOpFunctionCall, *function[param].type, arg); in addInputArgumentConversions() 5796 convArg = intermediate.addUniShapeConversion(EOpFunctionCall, *function[param].type, convArg); in addInputArgumentConversions() 7645 if (! intermediate.canImplicitlyPromote(from.getBasicType(), to.getBasicType(), EOpFunctionCall)) in findFunction() 10061 pcfCall = intermediate.setAggregateOperator(pcfArguments, EOpFunctionCall, patchConstantFunction.getType(), loc); in addPatchConstantInvocation()
|
/third_party/glslang/SPIRV/ |
H A D | GlslangToSpv.cpp | 2955 case glslang::EOpFunctionCall: in visitAggregate()
|
Completed in 65 milliseconds