Searched refs:num_threads_in_group (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/ |
| H A D | sp_compute.c | 173 int num_threads_in_group; local in function:softpipe_launch_grid 185 num_threads_in_group = bwidth * bheight * bdepth; 193 machines = CALLOC(sizeof(struct tgsi_exec_machine *), num_threads_in_group); 225 run_workgroup(cs, g_w, g_h, g_d, num_threads_in_group, machines); 230 for (i = 0; i < num_threads_in_group; i++) {
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/ |
| H A D | sp_compute.c | 173 int num_threads_in_group; local in function:softpipe_launch_grid 185 num_threads_in_group = bwidth * bheight * bdepth; 193 machines = CALLOC(sizeof(struct tgsi_exec_machine *), num_threads_in_group); 225 run_workgroup(cs, g_w, g_h, g_d, num_threads_in_group, machines); 235 for (i = 0; i < num_threads_in_group; i++) {
|
Completed in 2 milliseconds