Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dfrontend.cpp1223 SWR_HS_CONTEXT hsContext; member
1331 SWR_HS_CONTEXT& hsContext = gt_pTessellationThreadData->hsContext; in TessellationStages() local
1332 hsContext.PrimitiveID = primID; in TessellationStages()
1333 hsContext.outputSize = tsState.hsAllocationSize; in TessellationStages()
1343 hsContext.vert[i].attrib[VERTEX_POSITION_SLOT] = simdattrib[i]; in TessellationStages()
1354 hsContext.vert[i].attrib[tsState.vertexAttribOffset + slot] = simdattrib[i]; in TessellationStages()
1368 hsContext.pCPout = (ScalarPatch*)gt_pTessellationThreadData->pHSOutput; in TessellationStages()
1373 memset(hsContext.pCPout, 0x90, sizeof(ScalarPatch) * KNOB_SIMD_WIDTH); in TessellationStages()
1380 hsContext.mask = GenerateMask(numPrims); in TessellationStages()
1384 state.pfnHsFunc(GetPrivateState(pDC), pWorkerData, &hsContext); in TessellationStages()
[all …]