Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/glslang/MachineIndependent/
Dlimits.cpp110 if (node->getOp() == EOpFunctionCall) { in visitAggregate()
177 if (node->getOp() == EOpFunctionCall) { in visitAggregate()
DLiveTraverser.h91 if (node->getOp() == EOpFunctionCall) in visitAggregate()
DIntermediate.cpp948 case EOpFunctionCall: in addConversion()
1066 case EOpFunctionCall: in addUniShapeConversion()
1483 case EOpFunctionCall: // conversion of a calling parameter in canImplicitlyPromote()
DintermOut.cpp711 case EOpFunctionCall: out.debug << "Function Call: " << node->getName(); break; in visitAggregate()
DParseHelper.cpp1140 …result = intermediate.setAggregateOperator(arguments, EOpFunctionCall, fnCandidate->getType(), loc… in handleFunctionCall()
1428 arg = intermediate.addConversion(EOpFunctionCall, *function[i].type, arg); in addInputArgumentConversions()
/external/swiftshader/src/OpenGL/compiler/
DValidateLimitations.cpp148 case EOpFunctionCall: in visitAggregate()
410 ASSERT(node->getOp() == EOpFunctionCall); in validateFunctionCall()
DAnalyzeCallDepth.cpp187 case EOpFunctionCall: in visitAggregate()
Dintermediate.h37 EOpFunctionCall, enumerator
554 if(op != EOpFunctionCall) in setType()
DintermOut.cpp260 case EOpFunctionCall: out << "Function Call: " << node->getName(); break; in visitAggregate()
DParseHelper.cpp3680 … TIntermAggregate *aggregate = intermediate.setAggregateOperator(paramNode, EOpFunctionCall, loc); in addFunctionCallOrMethod()
DOutputASM.cpp1326 case EOpFunctionCall: in visitAggregate()
/external/deqp-deps/glslang/glslang/Include/
Dintermediate.h70 EOpFunctionCall, enumerator
/external/deqp-deps/glslang/hlsl/
DhlslParseHelper.cpp5369 …result = intermediate.setAggregateOperator(arguments, EOpFunctionCall, fnCandidate->getType(), loc… in handleFunctionCall()
5558 … TIntermTyped* convArg = intermediate.addConversion(EOpFunctionCall, *function[param].type, arg); in addInputArgumentConversions()
5560 … convArg = intermediate.addUniShapeConversion(EOpFunctionCall, *function[param].type, convArg); in addInputArgumentConversions()
7385 … if (! intermediate.canImplicitlyPromote(from.getBasicType(), to.getBasicType(), EOpFunctionCall)) in findFunction()
9748 …pcfCall = intermediate.setAggregateOperator(pcfArguments, EOpFunctionCall, patchConstantFunction.g… in addPatchConstantInvocation()
/external/deqp-deps/glslang/SPIRV/
DGlslangToSpv.cpp2104 case glslang::EOpFunctionCall: in visitAggregate()