Searched refs:threadGroupCountY (Results 1 – 9 of 9) sorted by relevance
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
D | api.cpp | 1546 uint32_t threadGroupCountY, in SwrDispatch() argument 1561 DispatchEvent(pDC->drawId, threadGroupCountX, threadGroupCountY, threadGroupCountZ)); in SwrDispatch() 1567 pTaskData->threadGroupCountY = threadGroupCountY; in SwrDispatch() 1572 uint32_t totalThreadGroups = threadGroupCountX * threadGroupCountY * threadGroupCountZ; in SwrDispatch() 1580 threadGroupCountX * threadGroupCountY * threadGroupCountZ); in SwrDispatch()
|
D | context.h | 141 uint32_t threadGroupCountY; member
|
D | backend.cpp | 79 csContext.dispatchDims[1] = pTaskData->threadGroupCountY; in ProcessComputeBE()
|
D | api.h | 607 uint32_t threadGroupCountY,
|
/external/skia/src/gpu/d3d/ |
D | GrD3DCommandList.h | 185 void dispatch(unsigned int threadGroupCountX, unsigned int threadGroupCountY,
|
D | GrD3DCommandList.cpp | 468 unsigned int threadGroupCountY, in dispatch() argument 472 fCommandList->Dispatch(threadGroupCountX, threadGroupCountY, threadGroupCountZ); in dispatch()
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/archrast/ |
D | events.proto | 93 uint32_t threadGroupCountY; // num thread groups in Y dimension
|
/external/mesa3d/src/gallium/drivers/svga/include/ |
D | svga3d_dx.h | 345 uint32 threadGroupCountY; member
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_cmd_vgpu10.c | 1522 cmd->threadGroupCountY = threadGroupCount[1]; in SVGA3D_sm5_Dispatch()
|