HomeSort by relevance Sort by last modified time
    Searched refs:pDispatchQueueArray (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
context.h 458 DispatchQueue* pDispatchQueueArray;
api.cpp 82 pContext->pDispatchQueueArray = (DispatchQueue*)AlignedMalloc(sizeof(DispatchQueue) * KNOB_MAX_DRAWS_IN_FLIGHT, 64);
88 new (&pContext->pDispatchQueueArray[dc]) DispatchQueue();
375 pContext->pDispatchQueueArray[i].~DispatchQueue();
378 AlignedFree(pContext->pDispatchQueueArray);
    [all...]

Completed in 3131 milliseconds