Home | History | Annotate | Download | only in core

Lines Matching refs:pTaskData

1429     COMPUTE_DESC* pTaskData = (COMPUTE_DESC*)pDC->pArena->AllocAligned(sizeof(COMPUTE_DESC), 64);
1431 pTaskData->threadGroupCountX = threadGroupCountX;
1432 pTaskData->threadGroupCountY = threadGroupCountY;
1433 pTaskData->threadGroupCountZ = threadGroupCountZ;
1438 pTaskData, &ProcessComputeBE);