Home
last modified time | relevance | path

Searched refs:GLvector4f (Results 1 – 25 of 28) sorted by relevance

12

/external/mesa3d/src/mesa/math/
Dm_xform.h102 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 );
Dm_xform_tmp.h74 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 …]
Dm_vector.h71 } 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 );
Dm_clip_tmp.h43 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()
Dm_norm_tmp.h45 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 …]
Dm_debug_clip.c66 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()
Dm_vector.c43 _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()
Dm_dotprod_tmp.h35 const GLvector4f *coord_vec, in TAG()
55 const GLvector4f *coord_vec, in TAG()
77 const GLvector4f *coord_vec, in TAG()
Dm_debug_norm.c125 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()
Dm_copy_tmp.h32 static void TAG2(copy, BITS)( GLvector4f *to, const GLvector4f *f ) \
Dm_debug_xform.c136 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/
Dsparc.c42 #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/
Dx86_xform.c57 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,
Dgen_matypes.c154 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()
Dx86_xform.h37 #define XFORM_ARGS GLvector4f *to_vec, \
39 const GLvector4f *from_vec
73 const GLvector4f *in, \
75 GLvector4f *dest
/external/mesa3d/src/mesa/tnl/
Dt_vb_texgen.c76 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 …]
Dt_context.h208 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];
Dt_vb_vertex.c43 GLvector4f eye;
44 GLvector4f clip;
45 GLvector4f proj;
62 GLvector4f *clip, \
109 GLvector4f *, GLubyte *,
Dt_vb_fog.c42 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()
Dt_vb_light.c48 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()
Dt_vb_lighttmp.h50 GLvector4f *input ) in TAG()
232 GLvector4f *input ) in TAG()
413 GLvector4f *input ) in TAG()
518 GLvector4f *input ) in TAG()
Dt_vb_program.c66 GLvector4f results[VERT_RESULT_MAX];
68 GLvector4f ndcCoords; /**< normalized device coords */
83 GLvector4f *clip, in userclip()
Dt_vb_texmat.c49 GLvector4f texcoord[MAX_TEXTURE_COORD_UNITS];
Dt_vb_points.c37 GLvector4f PointSize;
Dt_vertex.c118 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()

12