Searched refs:hsContext (Results 1 – 1 of 1) sorted by relevance
1127 SWR_HS_CONTEXT hsContext; member1224 SWR_HS_CONTEXT& hsContext = gt_pTessellationThreadData->hsContext; in TessellationStages() local1225 hsContext.pCPout = gt_pTessellationThreadData->patchData; in TessellationStages()1226 hsContext.PrimitiveID = primID; in TessellationStages()1240 hsContext.vert[i].attrib[VERTEX_ATTRIB_START_SLOT + slot] = simdattrib[i]; in TessellationStages()1245 memset(hsContext.pCPout, 0x90, sizeof(ScalarPatch) * KNOB_SIMD_WIDTH); in TessellationStages()1253 hsContext.mask = GenerateMask(numPrims); in TessellationStages()1257 state.pfnHsFunc(GetPrivateState(pDC), &hsContext); in TessellationStages()1269 TSTessellate(tsCtx, hsContext.pCPout[p].tessFactors, tsData); in TessellationStages()1303 dsContext.pCpIn = &hsContext.pCPout[p]; in TessellationStages()