Searched refs:pHSOutput (Results 1 – 1 of 1) sorted by relevance
1227 uint8_t* pHSOutput; member1363 AlignedFree(gt_pTessellationThreadData->pHSOutput); in TessellationStages()1364 gt_pTessellationThreadData->pHSOutput = (uint8_t*)AlignedMalloc(requiredAllocSize, 64); in TessellationStages()1368 hsContext.pCPout = (ScalarPatch*)gt_pTessellationThreadData->pHSOutput; in TessellationStages()1394 …ScalarPatch* pCPout = (ScalarPatch*)(gt_pTessellationThreadData->pHSOutput + tsState.hsAllocationS… in TessellationStages()