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.cpp1414 uint32_t threadGroupCountY, in SwrDispatch() argument
1426 … AR_API_EVENT(DispatchEvent(pDC->drawId, threadGroupCountX, threadGroupCountY, threadGroupCountZ)); in SwrDispatch()
1432 pTaskData->threadGroupCountY = threadGroupCountY; in SwrDispatch()
1435 uint32_t totalThreadGroups = threadGroupCountX * threadGroupCountY * threadGroupCountZ; in SwrDispatch()
1441 AR_API_END(APIDispatch, threadGroupCountX * threadGroupCountY * threadGroupCountZ); in SwrDispatch()
Dapi.h540 uint32_t threadGroupCountY,
Dcontext.h140 uint32_t threadGroupCountY; member
Dbackend.cpp69 csContext.dispatchDims[1] = pTaskData->threadGroupCountY; in ProcessComputeBE()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/archrast/
Devents.proto133 uint32_t threadGroupCountY;