Searched refs:pDispatchQueueArray (Results 1 – 2 of 2) sorted by relevance
82 …pContext->pDispatchQueueArray = (DispatchQueue*)AlignedMalloc(sizeof(DispatchQueue) * KNOB_MAX_DRA… in SwrCreateContext()88 new (&pContext->pDispatchQueueArray[dc]) DispatchQueue(); in SwrCreateContext()375 pContext->pDispatchQueueArray[i].~DispatchQueue(); in SwrDestroyContext()378 AlignedFree(pContext->pDispatchQueueArray); in SwrDestroyContext()1437 pDC->pDispatch = &pContext->pDispatchQueueArray[dcIndex]; in SwrDispatch()
458 DispatchQueue* pDispatchQueueArray; member