Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dstate.h296 struct ScalarPatch struct
313ScalarPatch* pCPout; // OUT: Output control point patch SIMD-sized-array… argument
327 ScalarPatch* pCpIn; // IN: (SCALAR) Control patch
Dfrontend.cpp1368 hsContext.pCPout = (ScalarPatch*)gt_pTessellationThreadData->pHSOutput; in TessellationStages()
1373 memset(hsContext.pCPout, 0x90, sizeof(ScalarPatch) * KNOB_SIMD_WIDTH); in TessellationStages()
1394ScalarPatch* pCPout = (ScalarPatch*)(gt_pTessellationThreadData->pHSOutput + tsState.hsAllocationS… in TessellationStages()
/external/mesa3d/src/gallium/drivers/swr/
Dswr_shader.cpp2057 pTS->hsAllocationSize = sizeof(ScalarPatch); in CompileTCS()