Searched refs:GLvector4f (Results 1 – 6 of 6) sorted by relevance
/third_party/mesa3d/src/mesa/math/ |
D | m_xform.h | 94 typedef GLvector4f * (*clip_func)(GLvector4f *vClip, 95 GLvector4f *vProj, 103 const GLvector4f *coord_vec, 106 typedef void (*vec_copy_func)( GLvector4f *to, 107 const GLvector4f *from ); 116 const GLvector4f *in, 118 GLvector4f *dest); 136 typedef void (*transform_func)(GLvector4f *to_vec, 138 const GLvector4f *from_vec);
|
D | m_vector.c | 46 _mesa_vector4f_clean_elem( GLvector4f *vec, GLuint count, GLuint elt ) in _mesa_vector4f_clean_elem() 82 _mesa_vector4f_init( GLvector4f *v, GLbitfield flags, GLfloat (*storage)[4] ) in _mesa_vector4f_init() 84 STATIC_ASSERT(V4F_DATA == offsetof(GLvector4f, data)); in _mesa_vector4f_init() 85 STATIC_ASSERT(V4F_START == offsetof(GLvector4f, start)); in _mesa_vector4f_init() 86 STATIC_ASSERT(V4F_COUNT == offsetof(GLvector4f, count)); in _mesa_vector4f_init() 87 STATIC_ASSERT(V4F_STRIDE == offsetof(GLvector4f, stride)); in _mesa_vector4f_init() 88 STATIC_ASSERT(V4F_SIZE == offsetof(GLvector4f, size)); in _mesa_vector4f_init() 89 STATIC_ASSERT(V4F_FLAGS == offsetof(GLvector4f, flags)); in _mesa_vector4f_init() 108 _mesa_vector4f_alloc( GLvector4f *v, GLbitfield flags, GLuint count, in _mesa_vector4f_alloc() 128 _mesa_vector4f_free( GLvector4f *v ) in _mesa_vector4f_free() [all …]
|
D | m_vector.h | 64 } GLvector4f; typedef 67 extern void _mesa_vector4f_init( GLvector4f *v, GLbitfield flags, 69 extern void _mesa_vector4f_alloc( GLvector4f *v, GLbitfield flags, 71 extern void _mesa_vector4f_free( GLvector4f *v ); 72 extern void _mesa_vector4f_print( const GLvector4f *v, const GLubyte *, GLboolean ); 73 extern void _mesa_vector4f_clean_elem( GLvector4f *vec, GLuint nr, GLuint elt );
|
D | m_debug_clip.c | 66 static GLvector4f *ref_cliptest_points4( GLvector4f *clip_vec, in ref_cliptest_points4() 67 GLvector4f *proj_vec, in ref_cliptest_points4() 124 static GLvector4f *ref_cliptest_points3( GLvector4f *clip_vec, in ref_cliptest_points3() 125 GLvector4f *proj_vec, in ref_cliptest_points3() 159 static GLvector4f * ref_cliptest_points2( GLvector4f *clip_vec, in ref_cliptest_points2() 160 GLvector4f *proj_vec, in ref_cliptest_points2() 232 GLvector4f source[1], dest[1], ref[1]; in test_cliptest_function()
|
D | m_debug_norm.c | 125 const GLvector4f *in, in ref_norm_transform_rescale() 127 GLvector4f *dest ) in ref_norm_transform_rescale() 148 const GLvector4f *in, in ref_norm_transform_normalize() 150 GLvector4f *dest ) in ref_norm_transform_normalize() 198 GLvector4f source[1], dest[1], dest2[1], ref[1], ref2[1]; in test_norm_function()
|
D | m_debug_xform.c | 135 static void ref_transform( GLvector4f *dst, in ref_transform() 137 const GLvector4f *src ) in ref_transform() 170 GLvector4f source[1], dest[1], ref[1]; in test_transform_function()
|