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.cpp101 pContext->pDispatchQueueArray = in SwrCreateContext()
108 new (&pContext->pDispatchQueueArray[dc]) DispatchQueue(); in SwrCreateContext()
437 pContext->pDispatchQueueArray[i].~DispatchQueue(); in SwrDestroyContext()
440 AlignedFree(pContext->pDispatchQueueArray); in SwrDestroyContext()
1574 pDC->pDispatch = &pContext->pDispatchQueueArray[dcIndex]; in SwrDispatch()
Dcontext.h505 DispatchQueue* pDispatchQueueArray; member