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

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_vs_ppc.c 133 float *vOut = (float *) output;
136 vOut[attr * 4 + 0] = outputs_soa[attr][0][vert];
137 vOut[attr * 4 + 1] = outputs_soa[attr][1][vert];
138 vOut[attr * 4 + 2] = outputs_soa[attr][2][vert];
139 vOut[attr * 4 + 3] = outputs_soa[attr][3][vert];
143 vert, attr, vOut[0], vOut[1], vOut[2], vOut[3]);
145 vOut += output_stride / 4
    [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_vs_ppc.c 133 float *vOut = (float *) output;
136 vOut[attr * 4 + 0] = outputs_soa[attr][0][vert];
137 vOut[attr * 4 + 1] = outputs_soa[attr][1][vert];
138 vOut[attr * 4 + 2] = outputs_soa[attr][2][vert];
139 vOut[attr * 4 + 3] = outputs_soa[attr][3][vert];
143 vert, attr, vOut[0], vOut[1], vOut[2], vOut[3]);
145 vOut += output_stride / 4
    [all...]

Completed in 635 milliseconds