Searched refs:vProj (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/math/
H A Dm_clip_tmp.h54 GLfloat (*vProj)[4] = (GLfloat (*)[4])proj_vec->start; local in function:TAG
91 vProj[i][0] = 0;
92 vProj[i][1] = 0;
93 vProj[i][2] = 0;
94 vProj[i][3] = 1;
97 vProj[i][0] = cx * oow;
98 vProj[i][1] = cy * oow;
99 vProj[i][2] = cz * oow;
100 vProj[i][3] = oow;
H A Dm_debug_clip.c77 GLfloat (*vProj)[4] = (GLfloat (*)[4])proj_vec->start; local in function:ref_cliptest_points4
100 vProj[i][0] = 0;
101 vProj[i][1] = 0;
102 vProj[i][2] = 0;
103 vProj[i][3] = 1;
106 vProj[i][0] = cx * oow;
107 vProj[i][1] = cy * oow;
108 vProj[i][2] = cz * oow;
109 vProj[i][3] = oow;
H A Dm_xform.h95 GLvector4f *vProj,
/xsrc/external/mit/MesaLib/dist/src/mesa/math/
H A Dm_clip_tmp.h54 GLfloat (*vProj)[4] = (GLfloat (*)[4])proj_vec->start; local in function:TAG
91 vProj[i][0] = 0;
92 vProj[i][1] = 0;
93 vProj[i][2] = 0;
94 vProj[i][3] = 1;
97 vProj[i][0] = cx * oow;
98 vProj[i][1] = cy * oow;
99 vProj[i][2] = cz * oow;
100 vProj[i][3] = oow;
H A Dm_debug_clip.c77 GLfloat (*vProj)[4] = (GLfloat (*)[4])proj_vec->start; local in function:ref_cliptest_points4
100 vProj[i][0] = 0;
101 vProj[i][1] = 0;
102 vProj[i][2] = 0;
103 vProj[i][3] = 1;
106 vProj[i][0] = cx * oow;
107 vProj[i][1] = cy * oow;
108 vProj[i][2] = cz * oow;
109 vProj[i][3] = oow;
H A Dm_xform.h95 GLvector4f *vProj,

Completed in 4 milliseconds