Searched refs:vOut (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/ |
D | draw_vs_ppc.c | 133 float *vOut = (float *) output; in vs_ppc_run_linear() local 136 vOut[attr * 4 + 0] = outputs_soa[attr][0][vert]; in vs_ppc_run_linear() 137 vOut[attr * 4 + 1] = outputs_soa[attr][1][vert]; in vs_ppc_run_linear() 138 vOut[attr * 4 + 2] = outputs_soa[attr][2][vert]; in vs_ppc_run_linear() 139 vOut[attr * 4 + 3] = outputs_soa[attr][3][vert]; in vs_ppc_run_linear() 143 vert, attr, vOut[0], vOut[1], vOut[2], vOut[3]); in vs_ppc_run_linear() 145 vOut += output_stride / 4; in vs_ppc_run_linear()
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_vs_ppc.c | 133 float *vOut = (float *) output; in vs_ppc_run_linear() local 136 vOut[attr * 4 + 0] = outputs_soa[attr][0][vert]; in vs_ppc_run_linear() 137 vOut[attr * 4 + 1] = outputs_soa[attr][1][vert]; in vs_ppc_run_linear() 138 vOut[attr * 4 + 2] = outputs_soa[attr][2][vert]; in vs_ppc_run_linear() 139 vOut[attr * 4 + 3] = outputs_soa[attr][3][vert]; in vs_ppc_run_linear() 143 vert, attr, vOut[0], vOut[1], vOut[2], vOut[3]); in vs_ppc_run_linear() 145 vOut += output_stride / 4; in vs_ppc_run_linear()
|