Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dapi.cpp1547 uint32_t threadGroupCountZ in SwrDispatch() argument
1561 DispatchEvent(pDC->drawId, threadGroupCountX, threadGroupCountY, threadGroupCountZ)); in SwrDispatch()
1568 pTaskData->threadGroupCountZ = threadGroupCountZ; in SwrDispatch()
1572 uint32_t totalThreadGroups = threadGroupCountX * threadGroupCountY * threadGroupCountZ; in SwrDispatch()
1580 threadGroupCountX * threadGroupCountY * threadGroupCountZ); in SwrDispatch()
Dcontext.h142 uint32_t threadGroupCountZ; member
Dbackend.cpp80 csContext.dispatchDims[2] = pTaskData->threadGroupCountZ; in ProcessComputeBE()
Dapi.h608 uint32_t threadGroupCountZ);
/external/skia/src/gpu/d3d/
DGrD3DCommandList.h186 unsigned int threadGroupCountZ = 1);
DGrD3DCommandList.cpp469 unsigned int threadGroupCountZ) { in dispatch() argument
472 fCommandList->Dispatch(threadGroupCountX, threadGroupCountY, threadGroupCountZ); in dispatch()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/archrast/
Devents.proto94 uint32_t threadGroupCountZ; // num thread groups in Z dimension
/external/mesa3d/src/gallium/drivers/svga/include/
Dsvga3d_dx.h346 uint32 threadGroupCountZ; member
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_cmd_vgpu10.c1523 cmd->threadGroupCountZ = threadGroupCount[2]; in SVGA3D_sm5_Dispatch()