Searched refs:threadGroupCountX (Results 1 – 9 of 9) sorted by relevance
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
D | api.cpp | 1545 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()
|
D | context.h | 140 uint32_t threadGroupCountX; member
|
D | backend.cpp | 78 csContext.dispatchDims[0] = pTaskData->threadGroupCountX; in ProcessComputeBE()
|
D | api.h | 606 uint32_t threadGroupCountX,
|
/external/skia/src/gpu/d3d/ |
D | GrD3DCommandList.h | 185 void dispatch(unsigned int threadGroupCountX, unsigned int threadGroupCountY,
|
D | GrD3DCommandList.cpp | 467 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/ |
D | events.proto | 92 uint32_t threadGroupCountX; // num thread groups in X dimension
|
/external/mesa3d/src/gallium/drivers/svga/include/ |
D | svga3d_dx.h | 344 uint32 threadGroupCountX; member
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_cmd_vgpu10.c | 1521 cmd->threadGroupCountX = threadGroupCount[0]; in SVGA3D_sm5_Dispatch()
|