Searched refs:hsAllocationSize (Results 1 – 3 of 3) sorted by relevance
827 uint32_t hsAllocationSize; // Size of HS output in bytes, per lane member
1333 hsContext.outputSize = tsState.hsAllocationSize; in TessellationStages()1359 uint32_t requiredAllocSize = KNOB_SIMD_WIDTH * tsState.hsAllocationSize; in TessellationStages()1394 …tch* pCPout = (ScalarPatch*)(gt_pTessellationThreadData->pHSOutput + tsState.hsAllocationSize * p); in TessellationStages()
2057 pTS->hsAllocationSize = sizeof(ScalarPatch); in CompileTCS()