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

  /external/mesa3d/src/gallium/drivers/softpipe/
sp_fs_exec.c 86 struct tgsi_exec_vector *quadpos)
90 quadpos->xyzw[0].f[0] = x;
91 quadpos->xyzw[0].f[1] = x + 1;
92 quadpos->xyzw[0].f[2] = x;
93 quadpos->xyzw[0].f[3] = x + 1;
96 quadpos->xyzw[1].f[0] = y;
97 quadpos->xyzw[1].f[1] = y;
98 quadpos->xyzw[1].f[2] = y + 1;
99 quadpos->xyzw[1].f[3] = y + 1;
106 quadpos->xyzw[chan].f[0] = a0
    [all...]
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_exec.h 281 struct tgsi_exec_vector QuadPos;
tgsi_exec.c     [all...]

Completed in 65 milliseconds