Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dapi.cpp1501 uint32_t threadGroupCountZ) in SwrDispatch() argument
1512 … AR_API_EVENT(DispatchEvent(pDC->drawId, threadGroupCountX, threadGroupCountY, threadGroupCountZ)); in SwrDispatch()
1519 pTaskData->threadGroupCountZ = threadGroupCountZ; in SwrDispatch()
1521 uint32_t totalThreadGroups = threadGroupCountX * threadGroupCountY * threadGroupCountZ; in SwrDispatch()
1527 AR_API_END(APIDispatch, threadGroupCountX * threadGroupCountY * threadGroupCountZ); in SwrDispatch()
Dcontext.h140 uint32_t threadGroupCountZ; member
Dbackend.cpp75 csContext.dispatchDims[2] = pTaskData->threadGroupCountZ; in ProcessComputeBE()
Dapi.h592 uint32_t threadGroupCountZ);
/external/mesa3d/src/gallium/drivers/swr/rasterizer/archrast/
Devents.proto134 uint32_t threadGroupCountZ;