Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_compute.c173 int num_threads_in_group; in softpipe_launch_grid() local
185 num_threads_in_group = bwidth * bheight * bdepth; in softpipe_launch_grid()
193 machines = CALLOC(sizeof(struct tgsi_exec_machine *), num_threads_in_group); in softpipe_launch_grid()
225 run_workgroup(cs, g_w, g_h, g_d, num_threads_in_group, machines); in softpipe_launch_grid()
230 for (i = 0; i < num_threads_in_group; i++) { in softpipe_launch_grid()