/external/chromium_org/third_party/mesa/src/src/mesa/sparc/ |
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...] |
/external/mesa3d/src/mesa/sparc/ |
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...] |
/external/chromium_org/third_party/mesa/src/src/mesa/x86/ |
x86_xform.c | 57 extern GLvector4f * _ASMAPI 58 _mesa_x86_cliptest_points4( GLvector4f *clip_vec, 59 GLvector4f *proj_vec, 65 extern GLvector4f * _ASMAPI 66 _mesa_x86_cliptest_points4_np( GLvector4f *clip_vec, 67 GLvector4f *proj_vec,
|
clip_args.h | 40 * typedef GLvector4f *(*clip_func)( GLvector4f *clip_vec, 41 * GLvector4f *proj_vec,
|
gen_matypes.c | 150 /* GLvector4f offsets: 152 OFFSET_HEADER( "GLvector4f" ); 154 OFFSET( "V4F_DATA ", GLvector4f, data ); 155 OFFSET( "V4F_START ", GLvector4f, start ); 156 OFFSET( "V4F_COUNT ", GLvector4f, count ); 157 OFFSET( "V4F_STRIDE ", GLvector4f, stride ); 158 OFFSET( "V4F_SIZE ", GLvector4f, size ); 159 OFFSET( "V4F_FLAGS ", GLvector4f, flags ); 161 DEFINE_HEADER( "GLvector4f" );
|
sse_xform1.S | 54 MOV_L( REGOFF(OFFSET_SOURCE+8, ESP), ESI ) /* ptr to source GLvector4f */ 55 MOV_L( REGOFF(OFFSET_DEST+8, ESP), EDI ) /* ptr to dest GLvector4f */ 111 MOV_L( REGOFF(OFFSET_SOURCE+8, ESP), ESI ) /* ptr to source GLvector4f */ 112 MOV_L( REGOFF(OFFSET_DEST+8, ESP), EDI ) /* ptr to dest GLvector4f */ 163 MOV_L( REGOFF(OFFSET_SOURCE+8, ESP), ESI ) /* ptr to source GLvector4f */ 164 MOV_L( REGOFF(OFFSET_DEST+8, ESP), EDI ) /* ptr to dest GLvector4f */ 224 MOV_L( REGOFF(OFFSET_SOURCE+8, ESP), ESI ) /* ptr to source GLvector4f */ 225 MOV_L( REGOFF(OFFSET_DEST+8, ESP), EDI ) /* ptr to dest GLvector4f */ 283 MOV_L( REGOFF(OFFSET_SOURCE+8, ESP), ESI ) /* ptr to source GLvector4f */ 284 MOV_L( REGOFF(OFFSET_DEST+8, ESP), EDI ) /* ptr to dest GLvector4f */ [all...] |
x86_xform.h | 37 #define XFORM_ARGS GLvector4f *to_vec, \ 39 const GLvector4f *from_vec 73 const GLvector4f *in, \ 75 GLvector4f *dest
|
norm_args.h | 41 * CONST GLvector4f *in, 43 * GLvector4f *dest );
|
/external/mesa3d/src/mesa/x86/ |
x86_xform.c | 57 extern GLvector4f * _ASMAPI 58 _mesa_x86_cliptest_points4( GLvector4f *clip_vec, 59 GLvector4f *proj_vec, 65 extern GLvector4f * _ASMAPI 66 _mesa_x86_cliptest_points4_np( GLvector4f *clip_vec, 67 GLvector4f *proj_vec,
|
clip_args.h | 40 * typedef GLvector4f *(*clip_func)( GLvector4f *clip_vec, 41 * GLvector4f *proj_vec,
|
gen_matypes.c | 150 /* GLvector4f offsets: 152 OFFSET_HEADER( "GLvector4f" ); 154 OFFSET( "V4F_DATA ", GLvector4f, data ); 155 OFFSET( "V4F_START ", GLvector4f, start ); 156 OFFSET( "V4F_COUNT ", GLvector4f, count ); 157 OFFSET( "V4F_STRIDE ", GLvector4f, stride ); 158 OFFSET( "V4F_SIZE ", GLvector4f, size ); 159 OFFSET( "V4F_FLAGS ", GLvector4f, flags ); 161 DEFINE_HEADER( "GLvector4f" );
|
sse_xform1.S | 54 MOV_L( REGOFF(OFFSET_SOURCE+8, ESP), ESI ) /* ptr to source GLvector4f */ 55 MOV_L( REGOFF(OFFSET_DEST+8, ESP), EDI ) /* ptr to dest GLvector4f */ 111 MOV_L( REGOFF(OFFSET_SOURCE+8, ESP), ESI ) /* ptr to source GLvector4f */ 112 MOV_L( REGOFF(OFFSET_DEST+8, ESP), EDI ) /* ptr to dest GLvector4f */ 163 MOV_L( REGOFF(OFFSET_SOURCE+8, ESP), ESI ) /* ptr to source GLvector4f */ 164 MOV_L( REGOFF(OFFSET_DEST+8, ESP), EDI ) /* ptr to dest GLvector4f */ 224 MOV_L( REGOFF(OFFSET_SOURCE+8, ESP), ESI ) /* ptr to source GLvector4f */ 225 MOV_L( REGOFF(OFFSET_DEST+8, ESP), EDI ) /* ptr to dest GLvector4f */ 283 MOV_L( REGOFF(OFFSET_SOURCE+8, ESP), ESI ) /* ptr to source GLvector4f */ 284 MOV_L( REGOFF(OFFSET_DEST+8, ESP), EDI ) /* ptr to dest GLvector4f */ [all...] |
x86_xform.h | 37 #define XFORM_ARGS GLvector4f *to_vec, \ 39 const GLvector4f *from_vec 73 const GLvector4f *in, \ 75 GLvector4f *dest
|
/external/chromium_org/third_party/mesa/src/src/mesa/math/ |
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_vec [all...] |
m_xform.h | 102 typedef GLvector4f * (_XFORMAPIP clip_func)( GLvector4f *vClip, 103 GLvector4f *vProj, 111 CONST GLvector4f *coord_vec, 114 typedef void (*vec_copy_func)( GLvector4f *to, 115 CONST GLvector4f *from ); 124 CONST GLvector4f *in, 126 GLvector4f *dest ); 144 typedef void (_XFORMAPIP transform_func)( GLvector4f *to_vec, 146 CONST GLvector4f *from_vec ) [all...] |
m_vector.h | 71 } GLvector4f; 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 );
|
m_clip_tmp.h | 43 static GLvector4f * _XFORMAPI TAG(cliptest_points4)( GLvector4f *clip_vec, 44 GLvector4f *proj_vec, 123 static GLvector4f * _XFORMAPI TAG(cliptest_np_points4)( GLvector4f *clip_vec, 124 GLvector4f *proj_vec, 180 static GLvector4f * _XFORMAPI TAG(cliptest_points3)( GLvector4f *clip_vec, 181 GLvector4f *proj_vec, 216 static GLvector4f * _XFORMAPI TAG(cliptest_points2)( GLvector4f *clip_vec [all...] |
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 *dest [all...] |
/external/mesa3d/src/mesa/math/ |
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_vec [all...] |
m_xform.h | 102 typedef GLvector4f * (_XFORMAPIP clip_func)( GLvector4f *vClip, 103 GLvector4f *vProj, 111 CONST GLvector4f *coord_vec, 114 typedef void (*vec_copy_func)( GLvector4f *to, 115 CONST GLvector4f *from ); 124 CONST GLvector4f *in, 126 GLvector4f *dest ); 144 typedef void (_XFORMAPIP transform_func)( GLvector4f *to_vec, 146 CONST GLvector4f *from_vec ) [all...] |
m_vector.h | 71 } GLvector4f; 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 );
|
m_clip_tmp.h | 43 static GLvector4f * _XFORMAPI TAG(cliptest_points4)( GLvector4f *clip_vec, 44 GLvector4f *proj_vec, 123 static GLvector4f * _XFORMAPI TAG(cliptest_np_points4)( GLvector4f *clip_vec, 124 GLvector4f *proj_vec, 180 static GLvector4f * _XFORMAPI TAG(cliptest_points3)( GLvector4f *clip_vec, 181 GLvector4f *proj_vec, 216 static GLvector4f * _XFORMAPI TAG(cliptest_points2)( GLvector4f *clip_vec [all...] |
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 *dest [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/tnl/ |
t_vb_texgen.c | 76 GLvector4f texcoord[MAX_TEXTURE_COORD_UNITS]; 101 const GLvector4f *normal, 102 const GLvector4f *eye ) 128 const GLvector4f *normal, 129 const GLvector4f *eye ) 158 const GLvector4f *normal, 159 const GLvector4f *eye ); 177 const GLvector4f *normal, 178 const GLvector4f *eye ) 204 const GLvector4f *normal [all...] |
/external/mesa3d/src/mesa/tnl/ |
t_vb_texgen.c | 76 GLvector4f texcoord[MAX_TEXTURE_COORD_UNITS]; 101 const GLvector4f *normal, 102 const GLvector4f *eye ) 128 const GLvector4f *normal, 129 const GLvector4f *eye ) 158 const GLvector4f *normal, 159 const GLvector4f *eye ); 177 const GLvector4f *normal, 178 const GLvector4f *eye ) 204 const GLvector4f *normal [all...] |