Searched refs:pDSOutput (Results 1 – 1 of 1) sorted by relevance
1230 simdscalar* pDSOutput; member1424 AlignedFree(gt_pTessellationThreadData->pDSOutput); in TessellationStages()1425 gt_pTessellationThreadData->pDSOutput = in TessellationStages()1429 SWR_ASSERT(gt_pTessellationThreadData->pDSOutput); in TessellationStages()1433 memset(gt_pTessellationThreadData->pDSOutput, 0x90, requiredAllocSize); in TessellationStages()1442 dsContext.pOutputData = gt_pTessellationThreadData->pDSOutput; in TessellationStages()1639 if (gt_pTessellationThreadData->pDSOutput != nullptr) in TessellationStages()1641 AlignedFree(gt_pTessellationThreadData->pDSOutput); in TessellationStages()1642 gt_pTessellationThreadData->pDSOutput = nullptr; in TessellationStages()