HomeSort by relevance Sort by last modified time
    Searched refs:SystemValue (Results 1 - 5 of 5) sorted by null

  /external/mesa3d/src/gallium/drivers/softpipe/
sp_compute.c 59 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[i].xyzw[0].i[j] = g_w
    [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_vs_exec.c 108 assert(i < ARRAY_SIZE(machine->SystemValue));
110 machine->SystemValue[i].xyzw[0].i[j] = shader->draw->instance_id;
132 assert(vid < ARRAY_SIZE(machine->SystemValue));
133 machine->SystemValue[vid].xyzw[0].i[j] = i + j;
138 assert(vid < ARRAY_SIZE(machine->SystemValue));
139 machine->SystemValue[vid].xyzw[0].i[j] = 0;
144 assert(vid < ARRAY_SIZE(machine->SystemValue));
145 machine->SystemValue[vid].xyzw[0].i[j] = i + j;
draw_gs.c 200 machine->SystemValue[i].xyzw[0].i[j] = shader->invocation_id;
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_exec.h 359 struct tgsi_exec_vector SystemValue[TGSI_MAX_MISC_INPUTS];
tgsi_exec.c     [all...]

Completed in 88 milliseconds