Searched refs:SystemValue (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_compute.c59 machine->SystemValue[i].xyzw[0].i[j] = w;
60 machine->SystemValue[i].xyzw[1].i[j] = h;
61 machine->SystemValue[i].xyzw[2].i[j] = d;
68 machine->SystemValue[i].xyzw[0].i[j] = g_w;
69 machine->SystemValue[i].xyzw[1].i[j] = g_h;
70 machine->SystemValue[i].xyzw[2].i[j] = g_d;
77 machine->SystemValue[i].xyzw[0].i[j] = b_w;
78 machine->SystemValue[i].xyzw[1].i[j] = b_h;
79 machine->SystemValue[i].xyzw[2].i[j] = b_d;
94 machine->SystemValue[
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_compute.c59 machine->SystemValue[i].xyzw[0].i[j] = w;
60 machine->SystemValue[i].xyzw[1].i[j] = h;
61 machine->SystemValue[i].xyzw[2].i[j] = d;
68 machine->SystemValue[i].xyzw[0].i[j] = g_w;
69 machine->SystemValue[i].xyzw[1].i[j] = g_h;
70 machine->SystemValue[i].xyzw[2].i[j] = g_d;
77 machine->SystemValue[i].xyzw[0].i[j] = b_w;
78 machine->SystemValue[i].xyzw[1].i[j] = b_h;
79 machine->SystemValue[i].xyzw[2].i[j] = b_d;
94 machine->SystemValue[
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/
H A Ddraw_vs_exec.c111 assert(i < ARRAY_SIZE(machine->SystemValue));
113 machine->SystemValue[i].xyzw[0].i[j] = shader->draw->instance_id;
136 assert(vid < ARRAY_SIZE(machine->SystemValue));
137 machine->SystemValue[vid].xyzw[0].i[j] = fetch_elts ? fetch_elts[i + j] : (i + j + basevertex);
141 assert(vid < ARRAY_SIZE(machine->SystemValue));
142 machine->SystemValue[vid].xyzw[0].i[j] = basevertex;
146 assert(vid < ARRAY_SIZE(machine->SystemValue));
147 machine->SystemValue[vid].xyzw[0].i[j] = fetch_elts ? (fetch_elts[i + j] - basevertex) : (i + j);
H A Ddraw_gs.c202 machine->SystemValue[i].xyzw[0].i[j] = shader->invocation_id;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_vs_exec.c114 assert(i < ARRAY_SIZE(machine->SystemValue));
116 machine->SystemValue[i].xyzw[0].i[j] = shader->draw->instance_id;
139 assert(vid < ARRAY_SIZE(machine->SystemValue));
140 machine->SystemValue[vid].xyzw[0].i[j] = fetch_elts ? fetch_elts[i + j] : (i + j + basevertex);
144 assert(vid < ARRAY_SIZE(machine->SystemValue));
145 machine->SystemValue[vid].xyzw[0].i[j] = basevertex;
149 assert(vid < ARRAY_SIZE(machine->SystemValue));
150 machine->SystemValue[vid].xyzw[0].i[j] = fetch_elts ? (fetch_elts[i + j] - basevertex) : (i + j);
H A Ddraw_gs.c138 machine->SystemValue[primid_sv].xyzw[0].i[j] = shader->in_prim_idx;
215 machine->SystemValue[i].xyzw[0].i[j] = shader->invocation_id;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.h304 struct tgsi_exec_vector SystemValue[TGSI_MAX_MISC_INPUTS]; member in struct:tgsi_exec_machine
H A Dtgsi_exec.c1466 chan->u[i] = mach->SystemValue[index->i[i]].xyzw[swizzle].u[i];
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.h383 struct tgsi_exec_vector SystemValue[TGSI_MAX_MISC_INPUTS]; member in struct:tgsi_exec_machine
H A Dtgsi_exec.c1574 chan->u[i] = mach->SystemValue[index->i[i]].xyzw[swizzle].u[i];

Completed in 49 milliseconds