Home
last modified time | relevance | path

Searched refs:vProj (Results 1 – 3 of 3) sorted by relevance

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