Home
last modified time | relevance | path

Searched refs:SystemValue (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_compute.c59 machine->SystemValue[i].xyzw[0].i[j] = w; in cs_prepare()
60 machine->SystemValue[i].xyzw[1].i[j] = h; in cs_prepare()
61 machine->SystemValue[i].xyzw[2].i[j] = d; in cs_prepare()
68 machine->SystemValue[i].xyzw[0].i[j] = g_w; in cs_prepare()
69 machine->SystemValue[i].xyzw[1].i[j] = g_h; in cs_prepare()
70 machine->SystemValue[i].xyzw[2].i[j] = g_d; in cs_prepare()
77 machine->SystemValue[i].xyzw[0].i[j] = b_w; in cs_prepare()
78 machine->SystemValue[i].xyzw[1].i[j] = b_h; in cs_prepare()
79 machine->SystemValue[i].xyzw[2].i[j] = b_d; in cs_prepare()
94 machine->SystemValue[i].xyzw[0].i[j] = g_w; in cs_run()
[all …]
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_vs_exec.c108 assert(i < ARRAY_SIZE(machine->SystemValue)); in vs_exec_run_linear()
110 machine->SystemValue[i].xyzw[0].i[j] = shader->draw->instance_id; in vs_exec_run_linear()
132 assert(vid < ARRAY_SIZE(machine->SystemValue)); in vs_exec_run_linear()
133 machine->SystemValue[vid].xyzw[0].i[j] = i + j; in vs_exec_run_linear()
138 assert(vid < ARRAY_SIZE(machine->SystemValue)); in vs_exec_run_linear()
139 machine->SystemValue[vid].xyzw[0].i[j] = 0; in vs_exec_run_linear()
144 assert(vid < ARRAY_SIZE(machine->SystemValue)); in vs_exec_run_linear()
145 machine->SystemValue[vid].xyzw[0].i[j] = i + j; in vs_exec_run_linear()
Ddraw_gs.c200 machine->SystemValue[i].xyzw[0].i[j] = shader->invocation_id; in tgsi_gs_prepare()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_exec.h359 struct tgsi_exec_vector SystemValue[TGSI_MAX_MISC_INPUTS]; member
Dtgsi_exec.c1543 chan->u[i] = mach->SystemValue[index->i[i]].xyzw[swizzle].u[i]; in fetch_src_file_channel()