/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/ |
D | limits.cpp | 110 if (node->getOp() == EOpFunctionCall) { in visitAggregate() 177 if (node->getOp() == EOpFunctionCall) { in visitAggregate()
|
D | LiveTraverser.h | 110 if (node->getOp() == EOpFunctionCall) in visitAggregate()
|
D | Intermediate.cpp | 1072 case EOpFunctionCall: in addConversion() 1219 case EOpFunctionCall: in addUniShapeConversion() 1645 case EOpFunctionCall: // conversion of a calling parameter in canImplicitlyPromote()
|
D | intermOut.cpp | 729 case EOpFunctionCall: out.debug << "Function Call: " << node->getName(); break; in visitAggregate()
|
D | ParseHelper.cpp | 1392 …result = intermediate.setAggregateOperator(arguments, EOpFunctionCall, fnCandidate->getType(), loc… in handleFunctionCall() 1767 arg = intermediate.addConversion(EOpFunctionCall, *function[i].type, arg); in addInputArgumentConversions()
|
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | limits.cpp | 110 if (node->getOp() == EOpFunctionCall) { in visitAggregate() 177 if (node->getOp() == EOpFunctionCall) { in visitAggregate()
|
D | LiveTraverser.h | 110 if (node->getOp() == EOpFunctionCall) in visitAggregate()
|
D | Intermediate.cpp | 1072 case EOpFunctionCall: in addConversion() 1219 case EOpFunctionCall: in addUniShapeConversion() 1645 case EOpFunctionCall: // conversion of a calling parameter in canImplicitlyPromote()
|
D | intermOut.cpp | 725 case EOpFunctionCall: out.debug << "Function Call: " << node->getName(); break; in visitAggregate()
|
D | ParseHelper.cpp | 1249 …result = intermediate.setAggregateOperator(arguments, EOpFunctionCall, fnCandidate->getType(), loc… in handleFunctionCall() 1595 arg = intermediate.addConversion(EOpFunctionCall, *function[i].type, arg); in addInputArgumentConversions()
|
/external/swiftshader/src/OpenGL/compiler/ |
D | ValidateLimitations.cpp | 148 case EOpFunctionCall: in visitAggregate() 410 ASSERT(node->getOp() == EOpFunctionCall); in validateFunctionCall()
|
D | AnalyzeCallDepth.cpp | 187 case EOpFunctionCall: in visitAggregate()
|
D | intermediate.h | 37 EOpFunctionCall, enumerator 554 if(op != EOpFunctionCall) in setType()
|
D | intermOut.cpp | 260 case EOpFunctionCall: out << "Function Call: " << node->getName(); break; in visitAggregate()
|
D | ParseHelper.cpp | 3690 … TIntermAggregate *aggregate = intermediate.setAggregateOperator(paramNode, EOpFunctionCall, loc); in addFunctionCallOrMethod()
|
D | OutputASM.cpp | 1326 case EOpFunctionCall: in visitAggregate()
|
/external/angle/third_party/vulkan-deps/glslang/src/glslang/Include/ |
D | intermediate.h | 71 EOpFunctionCall, enumerator
|
/external/deqp-deps/glslang/glslang/Include/ |
D | intermediate.h | 71 EOpFunctionCall, enumerator
|
/external/deqp-deps/glslang/glslang/HLSL/ |
D | hlslParseHelper.cpp | 5512 …result = intermediate.setAggregateOperator(arguments, EOpFunctionCall, fnCandidate->getType(), loc… in handleFunctionCall() 5701 … TIntermTyped* convArg = intermediate.addConversion(EOpFunctionCall, *function[param].type, arg); in addInputArgumentConversions() 5703 … convArg = intermediate.addUniShapeConversion(EOpFunctionCall, *function[param].type, convArg); in addInputArgumentConversions() 7553 … if (! intermediate.canImplicitlyPromote(from.getBasicType(), to.getBasicType(), EOpFunctionCall)) in findFunction() 9943 …pcfCall = intermediate.setAggregateOperator(pcfArguments, EOpFunctionCall, patchConstantFunction.g… in addPatchConstantInvocation()
|
/external/angle/third_party/vulkan-deps/glslang/src/glslang/HLSL/ |
D | hlslParseHelper.cpp | 5512 …result = intermediate.setAggregateOperator(arguments, EOpFunctionCall, fnCandidate->getType(), loc… in handleFunctionCall() 5701 … TIntermTyped* convArg = intermediate.addConversion(EOpFunctionCall, *function[param].type, arg); in addInputArgumentConversions() 5703 … convArg = intermediate.addUniShapeConversion(EOpFunctionCall, *function[param].type, convArg); in addInputArgumentConversions() 7557 … if (! intermediate.canImplicitlyPromote(from.getBasicType(), to.getBasicType(), EOpFunctionCall)) in findFunction() 9947 …pcfCall = intermediate.setAggregateOperator(pcfArguments, EOpFunctionCall, patchConstantFunction.g… in addPatchConstantInvocation()
|
/external/angle/third_party/vulkan-deps/glslang/src/SPIRV/ |
D | GlslangToSpv.cpp | 2758 case glslang::EOpFunctionCall: in visitAggregate()
|
/external/deqp-deps/glslang/SPIRV/ |
D | GlslangToSpv.cpp | 2570 case glslang::EOpFunctionCall: in visitAggregate()
|