Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/hlsl/
DhlslParseHelper.cpp9847 TVariable* pcfOutput = makeInternalVariable("@patchConstantOutput", outType); in addPatchConstantInvocation() local
9848 pcfOutput->getWritableType().getQualifier().storage = EvqVaryingOut; in addPatchConstantInvocation()
9850 if (pcfOutput->getType().containsBuiltIn()) in addPatchConstantInvocation()
9851 split(*pcfOutput); in addPatchConstantInvocation()
9853 assignToInterface(*pcfOutput); in addPatchConstantInvocation()
9855 TIntermSymbol* pcfOutputSym = intermediate.addSymbol(*pcfOutput, loc); in addPatchConstantInvocation()