Home
last modified time | relevance | path

Searched refs:threadGroupCountX (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dapi.cpp1499 uint32_t threadGroupCountX, in SwrDispatch() argument
1512 … AR_API_EVENT(DispatchEvent(pDC->drawId, threadGroupCountX, threadGroupCountY, threadGroupCountZ)); in SwrDispatch()
1517 pTaskData->threadGroupCountX = threadGroupCountX; in SwrDispatch()
1521 uint32_t totalThreadGroups = threadGroupCountX * threadGroupCountY * threadGroupCountZ; in SwrDispatch()
1527 AR_API_END(APIDispatch, threadGroupCountX * threadGroupCountY * threadGroupCountZ); in SwrDispatch()
Dcontext.h138 uint32_t threadGroupCountX; member
Dbackend.cpp73 csContext.dispatchDims[0] = pTaskData->threadGroupCountX; in ProcessComputeBE()
Dapi.h590 uint32_t threadGroupCountX,
/external/mesa3d/src/gallium/drivers/swr/rasterizer/archrast/
Devents.proto132 uint32_t threadGroupCountX;