Home
last modified time | relevance | path

Searched refs:clip_vec (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/mesa/math/
Dm_clip_tmp.h43 static GLvector4f * TAG(cliptest_points4)( GLvector4f *clip_vec, in TAG()
50 const GLuint stride = clip_vec->stride; in TAG()
51 const GLfloat *from = (GLfloat *)clip_vec->start; in TAG()
52 const GLuint count = clip_vec->count; in TAG()
109 proj_vec->count = clip_vec->count; in TAG()
123 static GLvector4f * TAG(cliptest_np_points4)( GLvector4f *clip_vec, in TAG()
130 const GLuint stride = clip_vec->stride; in TAG()
131 const GLuint count = clip_vec->count; in TAG()
132 const GLfloat *from = (GLfloat *)clip_vec->start; in TAG()
176 return clip_vec; in TAG()
[all …]
Dm_debug_clip.c66 static GLvector4f *ref_cliptest_points4( GLvector4f *clip_vec, in ref_cliptest_points4() argument
73 const GLuint stride = clip_vec->stride; in ref_cliptest_points4()
74 const GLuint count = clip_vec->count; in ref_cliptest_points4()
75 const GLfloat *from = (GLfloat *)clip_vec->start; in ref_cliptest_points4()
118 proj_vec->count = clip_vec->count; in ref_cliptest_points4()
124 static GLvector4f *ref_cliptest_points3( GLvector4f *clip_vec, in ref_cliptest_points3() argument
131 const GLuint stride = clip_vec->stride; in ref_cliptest_points3()
132 const GLuint count = clip_vec->count; in ref_cliptest_points3()
133 const GLfloat *from = (GLfloat *)clip_vec->start; in ref_cliptest_points3()
156 return clip_vec; in ref_cliptest_points3()
[all …]
/external/mesa3d/src/mesa/x86/
Dx86_xform.c58 _mesa_x86_cliptest_points4( GLvector4f *clip_vec,
66 _mesa_x86_cliptest_points4_np( GLvector4f *clip_vec,
/external/mesa3d/src/mesa/sparc/
Dsparc.c77 extern GLvector4f *_mesa_sparc_cliptest_points4(GLvector4f *clip_vec,
84 extern GLvector4f *_mesa_sparc_cliptest_points4_np(GLvector4f *clip_vec,