Searched refs:g_d (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/softpipe/ |
H A D | sp_compute.c | 41 int g_w, int g_h, int g_d, in cs_prepare() 69 machine->SystemValue[i].xyzw[2].i[j] = g_d; in cs_prepare() 85 int g_w, int g_h, int g_d, in cs_run() 95 machine->SystemValue[i].xyzw[2].i[j] = g_d; 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 222 for (g_d = 0; g_d < grid_size[2]; g_d 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...] |
Completed in 1 milliseconds