| /xsrc/external/mit/MesaLib.old/dist/src/mesa/math/ |
| H A 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_ve [all...] |
| H A D | m_vector.h | 64 GLfloat *start; /**< points somewhere inside of GLvector4f::data */ 71 } GLvector4f; typedef in typeref:struct:__anonb1dde3ac0108 74 extern void _mesa_vector4f_init( GLvector4f *v, GLbitfield flags, 76 extern void _mesa_vector4f_alloc( GLvector4f *v, GLbitfield flags, 78 extern void _mesa_vector4f_free( GLvector4f *v ); 79 extern void _mesa_vector4f_print( const GLvector4f *v, const GLubyte *, GLboolean ); 80 extern void _mesa_vector4f_clean_elem( GLvector4f *vec, GLuint nr, GLuint elt );
|
| H A D | m_clip_tmp.h | 43 static GLvector4f * TAG(cliptest_points4)( GLvector4f *clip_vec, 44 GLvector4f *proj_vec, 123 static GLvector4f * TAG(cliptest_np_points4)( GLvector4f *clip_vec, 124 GLvector4f *proj_vec, 180 static GLvector4f * TAG(cliptest_points3)( GLvector4f *clip_vec, 181 GLvector4f *proj_vec, 216 static GLvector4f * TA [all...] |
| H A D | m_xform_tmp.h | 74 TAG(transform_points1_general)( GLvector4f *to_vec, 76 const GLvector4f *from_vec ) 100 TAG(transform_points1_identity)( GLvector4f *to_vec, 102 const GLvector4f *from_vec ) 120 TAG(transform_points1_2d)( GLvector4f *to_vec, 122 const GLvector4f *from_vec ) 142 TAG(transform_points1_2d_no_rot)( GLvector4f *to_vec, 144 const GLvector4f *from_vec ) 163 TAG(transform_points1_3d)( GLvector4f *to_vec, 165 const GLvector4f *from_ve [all...] |
| H A D | m_dotprod_tmp.h | 35 const GLvector4f *coord_vec, 55 const GLvector4f *coord_vec, 77 const GLvector4f *coord_vec,
|
| H A D | m_norm_tmp.h | 45 const GLvector4f *in, 47 GLvector4f *dest ) 112 const GLvector4f *in, 114 GLvector4f *dest ) 177 const GLvector4f *in, 179 GLvector4f *dest ) 206 const GLvector4f *in, 208 GLvector4f *dest ) 238 const GLvector4f *in, 240 GLvector4f *des [all...] |
| H A D | m_vector.c | 44 _mesa_vector4f_clean_elem( GLvector4f *vec, GLuint count, GLuint elt ) 80 _mesa_vector4f_init( GLvector4f *v, GLbitfield flags, GLfloat (*storage)[4] ) 99 _mesa_vector4f_alloc( GLvector4f *v, GLbitfield flags, GLuint count, 119 _mesa_vector4f_free( GLvector4f *v ) 135 _mesa_vector4f_print( const GLvector4f *v, const GLubyte *cullmask,
|
| H A D | m_copy_tmp.h | 32 static void TAG2(copy, BITS)( GLvector4f *to, const GLvector4f *f ) \
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/math/ |
| H A 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_ve [all...] |
| H A D | m_vector.h | 57 GLfloat *start; /**< points somewhere inside of GLvector4f::data */ 64 } GLvector4f; typedef in typeref:struct:__anondfa18d7f0108 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 );
|
| H A D | m_vector.c | 46 _mesa_vector4f_clean_elem( GLvector4f *vec, GLuint count, GLuint elt ) 82 _mesa_vector4f_init( GLvector4f *v, GLbitfield flags, GLfloat (*storage)[4] ) 84 STATIC_ASSERT(V4F_DATA == offsetof(GLvector4f, data)); 85 STATIC_ASSERT(V4F_START == offsetof(GLvector4f, start)); 86 STATIC_ASSERT(V4F_COUNT == offsetof(GLvector4f, count)); 87 STATIC_ASSERT(V4F_STRIDE == offsetof(GLvector4f, stride)); 88 STATIC_ASSERT(V4F_SIZE == offsetof(GLvector4f, size)); 89 STATIC_ASSERT(V4F_FLAGS == offsetof(GLvector4f, flags)); 108 _mesa_vector4f_alloc( GLvector4f *v, GLbitfield flags, GLuint count, 128 _mesa_vector4f_free( GLvector4f * [all...] |
| H A D | m_clip_tmp.h | 43 static GLvector4f * TAG(cliptest_points4)( GLvector4f *clip_vec, 44 GLvector4f *proj_vec, 123 static GLvector4f * TAG(cliptest_np_points4)( GLvector4f *clip_vec, 124 GLvector4f *proj_vec, 180 static GLvector4f * TAG(cliptest_points3)( GLvector4f *clip_vec, 181 GLvector4f *proj_vec, 216 static GLvector4f * TA [all...] |
| H A D | m_xform_tmp.h | 74 TAG(transform_points1_general)( GLvector4f *to_vec, 76 const GLvector4f *from_vec ) 100 TAG(transform_points1_identity)( GLvector4f *to_vec, 102 const GLvector4f *from_vec ) 120 TAG(transform_points1_2d)( GLvector4f *to_vec, 122 const GLvector4f *from_vec ) 142 TAG(transform_points1_2d_no_rot)( GLvector4f *to_vec, 144 const GLvector4f *from_vec ) 163 TAG(transform_points1_3d)( GLvector4f *to_vec, 165 const GLvector4f *from_ve [all...] |
| H A D | m_dotprod_tmp.h | 35 const GLvector4f *coord_vec, 55 const GLvector4f *coord_vec, 77 const GLvector4f *coord_vec,
|
| H A D | m_norm_tmp.h | 45 const GLvector4f *in, 47 GLvector4f *dest ) 112 const GLvector4f *in, 114 GLvector4f *dest ) 177 const GLvector4f *in, 179 GLvector4f *dest ) 206 const GLvector4f *in, 208 GLvector4f *dest ) 238 const GLvector4f *in, 240 GLvector4f *des [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/x86/ |
| H A D | x86_xform.c | 57 extern GLvector4f * 58 _mesa_x86_cliptest_points4( GLvector4f *clip_vec, 59 GLvector4f *proj_vec, 65 extern GLvector4f * 66 _mesa_x86_cliptest_points4_np( GLvector4f *clip_vec, 67 GLvector4f *proj_vec,
|
| H A D | x86_xform.h | 37 #define XFORM_ARGS GLvector4f *to_vec, \ 39 const GLvector4f *from_vec 73 const GLvector4f *in, \ 75 GLvector4f *dest
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/x86/ |
| H A D | x86_xform.c | 57 extern GLvector4f * 58 _mesa_x86_cliptest_points4( GLvector4f *clip_vec, 59 GLvector4f *proj_vec, 65 extern GLvector4f * 66 _mesa_x86_cliptest_points4_np( GLvector4f *clip_vec, 67 GLvector4f *proj_vec,
|
| H A D | x86_xform.h | 37 #define XFORM_ARGS GLvector4f *to_vec, \ 39 const GLvector4f *from_vec 73 const GLvector4f *in, \ 75 GLvector4f *dest
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/sparc/ |
| H A D | sparc.c | 42 #define XFORM_ARGS GLvector4f *to_vec, \ 44 const GLvector4f *from_vec 77 extern GLvector4f *_mesa_sparc_cliptest_points4(GLvector4f *clip_vec, 78 GLvector4f *proj_vec, 84 extern GLvector4f *_mesa_sparc_cliptest_points4_np(GLvector4f *clip_vec, 85 GLvector4f *proj_vec, 93 const GLvector4f *in, \ 95 GLvector4f *des [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/sparc/ |
| H A D | sparc.c | 42 #define XFORM_ARGS GLvector4f *to_vec, \ 44 const GLvector4f *from_vec 77 extern GLvector4f *_mesa_sparc_cliptest_points4(GLvector4f *clip_vec, 78 GLvector4f *proj_vec, 84 extern GLvector4f *_mesa_sparc_cliptest_points4_np(GLvector4f *clip_vec, 85 GLvector4f *proj_vec, 93 const GLvector4f *in, \ 95 GLvector4f *des [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl/ |
| H A D | t_vb_texgen.c | 75 GLvector4f texcoord[MAX_TEXTURE_COORD_UNITS]; 100 const GLvector4f *normal, 101 const GLvector4f *eye ) 127 const GLvector4f *normal, 128 const GLvector4f *eye ) 157 const GLvector4f *normal, 158 const GLvector4f *eye ); 176 const GLvector4f *normal, 177 const GLvector4f *eye ) 203 const GLvector4f *norma [all...] |
| H A D | t_context.h | 209 GLvector4f *EyePtr; /* _TNL_BIT_POS */ 210 GLvector4f *ClipPtr; /* _TNL_BIT_POS */ 211 GLvector4f *NdcPtr; /* _TNL_BIT_POS */ 217 GLvector4f *BackfaceIndexPtr; 218 GLvector4f *BackfaceColorPtr; 219 GLvector4f *BackfaceSecondaryColorPtr; 225 GLvector4f *AttribPtr[_TNL_ATTRIB_MAX]; 564 GLvector4f tmp_inputs[VERT_ATTRIB_MAX];
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/tnl/ |
| H A D | t_vb_texgen.c | 75 GLvector4f texcoord[MAX_TEXTURE_COORD_UNITS]; 100 const GLvector4f *normal, 101 const GLvector4f *eye ) 127 const GLvector4f *normal, 128 const GLvector4f *eye ) 157 const GLvector4f *normal, 158 const GLvector4f *eye ); 176 const GLvector4f *normal, 177 const GLvector4f *eye ) 203 const GLvector4f *norma [all...] |
| H A D | t_context.h | 209 GLvector4f *EyePtr; /* _TNL_BIT_POS */ 210 GLvector4f *ClipPtr; /* _TNL_BIT_POS */ 211 GLvector4f *NdcPtr; /* _TNL_BIT_POS */ 217 GLvector4f *BackfaceIndexPtr; 218 GLvector4f *BackfaceColorPtr; 219 GLvector4f *BackfaceSecondaryColorPtr; 225 GLvector4f *AttribPtr[_TNL_ATTRIB_MAX]; 564 GLvector4f tmp_inputs[VERT_ATTRIB_MAX];
|