Searched refs:g_d (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_compute.c42 int g_w, int g_h, int g_d,
70 machine->SystemValue[i].xyzw[2].i[j] = g_d;
86 int g_w, int g_h, int g_d,
96 machine->SystemValue[i].xyzw[2].i[j] = g_d;
111 int g_w, int g_h, int g_d, int num_threads,
120 grp_hit_barrier |= cs_run(cs, g_w, g_h, g_d, machines[i], restart_threads);
177 int g_w, g_h, g_d; local in function:softpipe_launch_grid
222 for (g_d = 0; g_d < grid_size[2]; g_d
39 cs_prepare(const struct sp_compute_shader * cs,struct tgsi_exec_machine * machine,int w,int h,int d,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) argument
85 cs_run(const struct sp_compute_shader * cs,int g_w,int g_h,int g_d,struct tgsi_exec_machine * machine,bool restart) argument
110 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) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_compute.c42 int g_w, int g_h, int g_d,
70 machine->SystemValue[i].xyzw[2].i[j] = g_d;
86 int g_w, int g_h, int g_d,
96 machine->SystemValue[i].xyzw[2].i[j] = g_d;
111 int g_w, int g_h, int g_d, int num_threads,
120 grp_hit_barrier |= cs_run(cs, g_w, g_h, g_d, machines[i], restart_threads);
177 int g_w, g_h, g_d; local in function:softpipe_launch_grid
222 for (g_d = 0; g_d < grid_size[2]; g_d
39 cs_prepare(const struct sp_compute_shader * cs,struct tgsi_exec_machine * machine,int w,int h,int d,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) argument
85 cs_run(const struct sp_compute_shader * cs,int g_w,int g_h,int g_d,struct tgsi_exec_machine * machine,bool restart) argument
110 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) argument
[all...]

Completed in 2 milliseconds