Home
last modified time | relevance | path

Searched refs:pDispatchQueueArray (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dapi.cpp82 …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()
Dcontext.h458 DispatchQueue* pDispatchQueueArray; member