Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dapi.cpp1546 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()
Dcontext.h141 uint32_t threadGroupCountY; member
Dbackend.cpp79 csContext.dispatchDims[1] = pTaskData->threadGroupCountY; in ProcessComputeBE()
Dapi.h607 uint32_t threadGroupCountY,
/external/skia/src/gpu/d3d/
DGrD3DCommandList.h185 void dispatch(unsigned int threadGroupCountX, unsigned int threadGroupCountY,
DGrD3DCommandList.cpp468 unsigned int threadGroupCountY, in dispatch() argument
472 fCommandList->Dispatch(threadGroupCountX, threadGroupCountY, threadGroupCountZ); in dispatch()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/archrast/
Devents.proto93 uint32_t threadGroupCountY; // num thread groups in Y dimension
/external/mesa3d/src/gallium/drivers/svga/include/
Dsvga3d_dx.h345 uint32 threadGroupCountY; member
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_cmd_vgpu10.c1522 cmd->threadGroupCountY = threadGroupCount[1]; in SVGA3D_sm5_Dispatch()