Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/hlsl/
DhlslParseHelper.cpp9740 TIntermTyped* pcfCall = nullptr; in addPatchConstantInvocation() local
9748pcfCall = intermediate.setAggregateOperator(pcfArguments, EOpFunctionCall, patchConstantFunction.g… in addPatchConstantInvocation()
9749 pcfCall->getAsAggregate()->setUserDefined(); in addPatchConstantInvocation()
9750 pcfCall->getAsAggregate()->setName(patchConstantFunction.getMangledName()); in addPatchConstantInvocation()
9754 if (pcfCall->getAsAggregate()) { in addPatchConstantInvocation()
9755 TQualifierList& qualifierList = pcfCall->getAsAggregate()->getQualifierList(); in addPatchConstantInvocation()
9760pcfCall = addOutputArgumentConversions(patchConstantFunction, *pcfCall->getAsOperator()); in addPatchConstantInvocation()
9831 if (pcfCall->getBasicType() != EbtVoid) { in addPatchConstantInvocation()
9863 TIntermNode* pcfResultAssign = handleAssign(loc, EOpAssign, pcfResultVar, pcfCall); in addPatchConstantInvocation()
9870 pcfCallSequence = intermediate.growAggregate(pcfCallSequence, pcfCall); in addPatchConstantInvocation()