Searched defs:g_h (Results 1 - 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_compute.c42 int g_w, int g_h, int g_d,
69 machine->SystemValue[i].xyzw[1].i[j] = g_h;
86 int g_w, int g_h, int g_d,
95 machine->SystemValue[i].xyzw[1].i[j] = g_h;
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
223 for (g_h = 0; g_h < grid_size[1]; g_h
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...]
/external/libvpx/libvpx/vpx/
H A Dvpx_encoder.h327 unsigned int g_h; member in struct:vpx_codec_enc_cfg

Completed in 133 milliseconds