Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/d3d/
DGrD3DCommandList.h182 unsigned int threadGroupCountZ = 1);
DGrD3DCommandList.cpp453 unsigned int threadGroupCountZ) { in dispatch() argument
456 fCommandList->Dispatch(threadGroupCountX, threadGroupCountY, threadGroupCountZ); in dispatch()
/third_party/mesa3d/src/gallium/drivers/svga/include/
Dsvga3d_dx.h377 uint32 threadGroupCountZ; member
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_cmd_vgpu10.c1680 cmd->threadGroupCountZ = threadGroupCount[2]; in SVGA3D_sm5_Dispatch()