Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dapi.cpp1500 uint32_t threadGroupCountY, in SwrDispatch() argument
1512 … AR_API_EVENT(DispatchEvent(pDC->drawId, threadGroupCountX, threadGroupCountY, threadGroupCountZ)); in SwrDispatch()
1518 pTaskData->threadGroupCountY = threadGroupCountY; in SwrDispatch()
1521 uint32_t totalThreadGroups = threadGroupCountX * threadGroupCountY * threadGroupCountZ; in SwrDispatch()
1527 AR_API_END(APIDispatch, threadGroupCountX * threadGroupCountY * threadGroupCountZ); in SwrDispatch()
Dcontext.h139 uint32_t threadGroupCountY; member
Dbackend.cpp74 csContext.dispatchDims[1] = pTaskData->threadGroupCountY; in ProcessComputeBE()
Dapi.h591 uint32_t threadGroupCountY,
/external/mesa3d/src/gallium/drivers/swr/rasterizer/archrast/
Devents.proto133 uint32_t threadGroupCountY;