Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dapi.cpp1545 uint32_t threadGroupCountX, in SwrDispatch() argument
1561 DispatchEvent(pDC->drawId, threadGroupCountX, threadGroupCountY, threadGroupCountZ)); in SwrDispatch()
1566 pTaskData->threadGroupCountX = threadGroupCountX; in SwrDispatch()
1572 uint32_t totalThreadGroups = threadGroupCountX * threadGroupCountY * threadGroupCountZ; in SwrDispatch()
1580 threadGroupCountX * threadGroupCountY * threadGroupCountZ); in SwrDispatch()
Dcontext.h140 uint32_t threadGroupCountX; member
Dbackend.cpp78 csContext.dispatchDims[0] = pTaskData->threadGroupCountX; in ProcessComputeBE()
Dapi.h606 uint32_t threadGroupCountX,
/external/skia/src/gpu/d3d/
DGrD3DCommandList.h185 void dispatch(unsigned int threadGroupCountX, unsigned int threadGroupCountY,
DGrD3DCommandList.cpp467 void GrD3DDirectCommandList::dispatch(unsigned int threadGroupCountX, in dispatch() argument
472 fCommandList->Dispatch(threadGroupCountX, threadGroupCountY, threadGroupCountZ); in dispatch()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/archrast/
Devents.proto92 uint32_t threadGroupCountX; // num thread groups in X dimension
/external/mesa3d/src/gallium/drivers/svga/include/
Dsvga3d_dx.h344 uint32 threadGroupCountX; member
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_cmd_vgpu10.c1521 cmd->threadGroupCountX = threadGroupCount[0]; in SVGA3D_sm5_Dispatch()