H A D | sp_compute.c | 41 int g_w, int g_h, int g_d, in cs_prepare() 68 machine->SystemValue[i].xyzw[1].i[j] = g_h; in cs_prepare() 85 int g_w, int g_h, int g_d, in cs_run() 94 machine->SystemValue[i].xyzw[1].i[j] = g_h; in cs_run() 109 int g_w, int g_h, int g_d, int num_threads, in run_workgroup() 118 grp_hit_barrier |= cs_run(cs, g_w, g_h, g_d, machines[i], restart_threads); in run_workgroup() 175 int g_w, g_h, g_d; in softpipe_launch_grid() local 223 for (g_h = 0; g_h < grid_size[1]; g_h in softpipe_launch_grid() 38 cs_prepare(const struct sp_compute_shader *cs, struct tgsi_exec_machine *machine, int local_x, int local_y, int local_z, int g_w, int g_h, int g_d, int b_w, int b_h, int b_d, struct tgsi_sampler *sampler, struct tgsi_image *image, struct tgsi_buffer *buffer ) cs_prepare() argument 84 cs_run(const struct sp_compute_shader *cs, int g_w, int g_h, int g_d, struct tgsi_exec_machine *machine, bool restart) cs_run() argument 108 run_workgroup(const struct sp_compute_shader *cs, int g_w, int g_h, int g_d, int num_threads, struct tgsi_exec_machine **machines) run_workgroup() argument [all...] |