Searched refs:threadGroupCountZ (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/core/core/
H A Dapi.cpp1519 /// @param threadGroupCountZ - Number of thread groups dispatched in Z direction
1523 uint32_t threadGroupCountZ)
1535 DispatchEvent(pDC->drawId, threadGroupCountX, threadGroupCountY, threadGroupCountZ));
1542 pTaskData->threadGroupCountZ = threadGroupCountZ;
1544 uint32_t totalThreadGroups = threadGroupCountX * threadGroupCountY * threadGroupCountZ;
1550 RDTSC_END(APIDispatch, threadGroupCountX * threadGroupCountY * threadGroupCountZ);
1520 SwrDispatch(HANDLE hContext,uint32_t threadGroupCountX,uint32_t threadGroupCountY,uint32_t threadGroupCountZ) argument
H A Dcontext.h141 uint32_t threadGroupCountZ; member in struct:COMPUTE_DESC
H A Dapi.h577 /// @param threadGroupCountZ - Number of thread groups dispatched in Z direction
583 uint32_t threadGroupCountZ);
H A Dbackend.cpp80 csContext.dispatchDims[2] = pTaskData->threadGroupCountZ;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/archrast/
H A Devents.proto63 uint32_t threadGroupCountZ;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/archrast/
H A Devents.proto94 uint32_t threadGroupCountZ; // num thread groups in Z dimension
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/include/
H A Dsvga3d_dx.h346 uint32 threadGroupCountZ; member in struct:SVGA3dCmdDXDispatch
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_cmd_vgpu10.c1523 cmd->threadGroupCountZ = threadGroupCount[2];

Completed in 14 milliseconds