Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dfrontend.cpp1368 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() local
1397 tessFactors = hsContext.pCPout[p].tessFactors; in TessellationStages()
1439 dsContext.pCpIn = pCPout; in TessellationStages()
Dstate.h313 …ScalarPatch* pCPout; // OUT: Output control point patch SIMD-sized-array… member