Searched refs:ScalarPatch (Results 1 – 3 of 3) sorted by relevance
296 struct ScalarPatch struct313 …ScalarPatch* pCPout; // OUT: Output control point patch SIMD-sized-array… argument327 ScalarPatch* pCpIn; // IN: (SCALAR) Control patch
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()
2057 pTS->hsAllocationSize = sizeof(ScalarPatch); in CompileTCS()