Searched refs:pcfOutput (Results 1 – 1 of 1) sorted by relevance
9847 TVariable* pcfOutput = makeInternalVariable("@patchConstantOutput", outType); in addPatchConstantInvocation() local9848 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()