Searched refs:pCPout (Results 1 – 2 of 2) sorted by relevance
1368 hsContext.pCPout = (ScalarPatch*)gt_pTessellationThreadData->pHSOutput; in TessellationStages()1373 memset(hsContext.pCPout, 0x90, sizeof(ScalarPatch) * KNOB_SIMD_WIDTH); in TessellationStages()1394 …ScalarPatch* pCPout = (ScalarPatch*)(gt_pTessellationThreadData->pHSOutput + tsState.hsAllocationS… in TessellationStages() local1397 tessFactors = hsContext.pCPout[p].tessFactors; in TessellationStages()1439 dsContext.pCpIn = pCPout; in TessellationStages()
313 …ScalarPatch* pCPout; // OUT: Output control point patch SIMD-sized-array… member