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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/core/core/
H A Dapi.cpp1517 /// @param threadGroupCountX - Number of thread groups dispatched in X direction
1521 uint32_t threadGroupCountX,
1535 DispatchEvent(pDC->drawId, threadGroupCountX, threadGroupCountY, threadGroupCountZ));
1540 pTaskData->threadGroupCountX = threadGroupCountX;
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.h139 uint32_t threadGroupCountX; member in struct:COMPUTE_DESC
H A Dapi.h575 /// @param threadGroupCountX - Number of thread groups dispatched in X direction
581 uint32_t threadGroupCountX,
H A Dbackend.cpp78 csContext.dispatchDims[0] = pTaskData->threadGroupCountX;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/archrast/
H A Devents.proto61 uint32_t threadGroupCountX;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/archrast/
H A Devents.proto92 uint32_t threadGroupCountX; // num thread groups in X dimension
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/include/
H A Dsvga3d_dx.h344 uint32 threadGroupCountX; member in struct:SVGA3dCmdDXDispatch
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_cmd_vgpu10.c1521 cmd->threadGroupCountX = threadGroupCount[0];

Completed in 29 milliseconds