Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/hlsl/
DhlslParseHelper.cpp9697 TIntermTyped* pcfArguments = nullptr; in addPatchConstantInvocation() local
9732 pcfArguments = inputArg; in addPatchConstantInvocation()
9734 pcfArguments = intermediate.growAggregate(pcfArguments, inputArg); in addPatchConstantInvocation()
9744 if (pcfArguments) in addPatchConstantInvocation()
9745 addInputArgumentConversions(patchConstantFunction, pcfArguments); in addPatchConstantInvocation()
9748 …pcfCall = intermediate.setAggregateOperator(pcfArguments, EOpFunctionCall, patchConstantFunction.g… in addPatchConstantInvocation()