/external/mesa3d/src/mesa/math/ |
D | 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 );
|
D | m_xform_tmp.h | 74 TAG(transform_points1_general)( GLvector4f *to_vec, in TAG() 76 const GLvector4f *from_vec ) in TAG() 100 TAG(transform_points1_identity)( GLvector4f *to_vec, in TAG() 102 const GLvector4f *from_vec ) in TAG() 120 TAG(transform_points1_2d)( GLvector4f *to_vec, in TAG() 122 const GLvector4f *from_vec ) in TAG() 142 TAG(transform_points1_2d_no_rot)( GLvector4f *to_vec, in TAG() 144 const GLvector4f *from_vec ) in TAG() 163 TAG(transform_points1_3d)( GLvector4f *to_vec, in TAG() 165 const GLvector4f *from_vec ) in TAG() [all …]
|
D | m_vector.h | 71 } GLvector4f; typedef 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 );
|
D | m_clip_tmp.h | 43 static GLvector4f * _XFORMAPI TAG(cliptest_points4)( GLvector4f *clip_vec, in TAG() 44 GLvector4f *proj_vec, in TAG() 123 static GLvector4f * _XFORMAPI TAG(cliptest_np_points4)( GLvector4f *clip_vec, in TAG() 124 GLvector4f *proj_vec, in TAG() 180 static GLvector4f * _XFORMAPI TAG(cliptest_points3)( GLvector4f *clip_vec, in TAG() 181 GLvector4f *proj_vec, in TAG() 216 static GLvector4f * _XFORMAPI TAG(cliptest_points2)( GLvector4f *clip_vec, in TAG() 217 GLvector4f *proj_vec, in TAG()
|
D | m_norm_tmp.h | 45 const GLvector4f *in, in TAG() 47 GLvector4f *dest ) in TAG() 112 const GLvector4f *in, in TAG() 114 GLvector4f *dest ) in TAG() 177 const GLvector4f *in, in TAG() 179 GLvector4f *dest ) in TAG() 206 const GLvector4f *in, in TAG() 208 GLvector4f *dest ) in TAG() 238 const GLvector4f *in, in TAG() 240 GLvector4f *dest ) in TAG() [all …]
|
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_vector.c | 43 _mesa_vector4f_clean_elem( GLvector4f *vec, GLuint count, GLuint elt ) in _mesa_vector4f_clean_elem() 79 _mesa_vector4f_init( GLvector4f *v, GLbitfield flags, GLfloat (*storage)[4] ) in _mesa_vector4f_init() 98 _mesa_vector4f_alloc( GLvector4f *v, GLbitfield flags, GLuint count, in _mesa_vector4f_alloc() 118 _mesa_vector4f_free( GLvector4f *v ) in _mesa_vector4f_free() 134 _mesa_vector4f_print( const GLvector4f *v, const GLubyte *cullmask, in _mesa_vector4f_print()
|
D | m_dotprod_tmp.h | 35 const GLvector4f *coord_vec, in TAG() 55 const GLvector4f *coord_vec, in TAG() 77 const GLvector4f *coord_vec, in TAG()
|
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_copy_tmp.h | 32 static void TAG2(copy, BITS)( GLvector4f *to, const GLvector4f *f ) \
|
D | m_debug_xform.c | 136 static void ref_transform( GLvector4f *dst, in ref_transform() 138 const GLvector4f *src ) in ref_transform() 171 GLvector4f source[1], dest[1], ref[1]; in test_transform_function()
|
/external/mesa3d/src/mesa/sparc/ |
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 *dest
|
/external/mesa3d/src/mesa/x86/ |
D | 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,
|
D | gen_matypes.c | 154 OFFSET( "V4F_DATA ", GLvector4f, data ); in main() 155 OFFSET( "V4F_START ", GLvector4f, start ); in main() 156 OFFSET( "V4F_COUNT ", GLvector4f, count ); in main() 157 OFFSET( "V4F_STRIDE ", GLvector4f, stride ); in main() 158 OFFSET( "V4F_SIZE ", GLvector4f, size ); in main() 159 OFFSET( "V4F_FLAGS ", GLvector4f, flags ); in main()
|
D | x86_xform.h | 37 #define XFORM_ARGS GLvector4f *to_vec, \ 39 const GLvector4f *from_vec 73 const GLvector4f *in, \ 75 GLvector4f *dest
|
/external/mesa3d/src/mesa/tnl/ |
D | t_vb_texgen.c | 76 GLvector4f texcoord[MAX_TEXTURE_COORD_UNITS]; 101 const GLvector4f *normal, in build_m3() 102 const GLvector4f *eye ) in build_m3() 128 const GLvector4f *normal, in build_m2() 129 const GLvector4f *eye ) in build_m2() 158 const GLvector4f *normal, 159 const GLvector4f *eye ); 177 const GLvector4f *normal, in build_f3() 178 const GLvector4f *eye ) in build_f3() 204 const GLvector4f *normal, in build_f2() [all …]
|
D | t_context.h | 208 GLvector4f *EyePtr; /* _TNL_BIT_POS */ 209 GLvector4f *ClipPtr; /* _TNL_BIT_POS */ 210 GLvector4f *NdcPtr; /* _TNL_BIT_POS */ 216 GLvector4f *BackfaceIndexPtr; 217 GLvector4f *BackfaceColorPtr; 218 GLvector4f *BackfaceSecondaryColorPtr; 224 GLvector4f *AttribPtr[_TNL_ATTRIB_MAX]; /* GL_NV_vertex_program */ 527 GLvector4f tmp_inputs[VERT_ATTRIB_MAX];
|
D | t_vb_vertex.c | 43 GLvector4f eye; 44 GLvector4f clip; 45 GLvector4f proj; 62 GLvector4f *clip, \ 109 GLvector4f *, GLubyte *,
|
D | t_vb_fog.c | 42 GLvector4f fogcoord; /* has actual storage allocated */ 97 compute_fog_blend_factors(struct gl_context *ctx, GLvector4f *out, const GLvector4f *in) in compute_fog_blend_factors() 148 GLvector4f *input; in run_fog_stage()
|
D | t_vb_light.c | 48 GLvector4f *input ); 65 GLvector4f Input; 66 GLvector4f LitColor[2]; 67 GLvector4f LitSecondary[2]; 331 GLvector4f *input = ctx->_NeedEyeCoords ? VB->EyePtr : VB->AttribPtr[_TNL_ATTRIB_POS]; in run_lighting()
|
D | t_vb_lighttmp.h | 50 GLvector4f *input ) in TAG() 232 GLvector4f *input ) in TAG() 413 GLvector4f *input ) in TAG() 518 GLvector4f *input ) in TAG()
|
D | t_vb_program.c | 66 GLvector4f results[VERT_RESULT_MAX]; 68 GLvector4f ndcCoords; /**< normalized device coords */ 83 GLvector4f *clip, in userclip()
|
D | t_vb_texmat.c | 49 GLvector4f texcoord[MAX_TEXTURE_COORD_UNITS];
|
D | t_vb_points.c | 37 GLvector4f PointSize;
|
D | t_vertex.c | 118 GLvector4f *vptr = VB->AttribPtr[a[j].attrib]; in choose_emit_func() 391 register GLvector4f *vptr = VB->AttribPtr[a->attrib]; in adjust_input_ptrs() 405 GLvector4f *vptr = VB->AttribPtr[a[j].attrib]; in update_input_ptrs()
|