Home
last modified time | relevance | path

Searched refs:GLmatrix (Results 1 – 18 of 18) sorted by relevance

/third_party/mesa3d/src/mesa/math/
Dm_matrix.h82 } GLmatrix; typedef
88 _math_matrix_ctr( GLmatrix *m );
91 _math_matrix_mul_matrix( GLmatrix *dest, const GLmatrix *a, const GLmatrix *b );
94 _math_matrix_mul_floats( GLmatrix *dest, const GLfloat *b );
97 _math_matrix_loadf( GLmatrix *mat, const GLfloat *m );
100 _math_matrix_translate( GLmatrix *mat, GLfloat x, GLfloat y, GLfloat z );
103 _math_matrix_rotate( GLmatrix *m, GLfloat angle,
107 _math_matrix_scale( GLmatrix *mat, GLfloat x, GLfloat y, GLfloat z );
116 _math_matrix_ortho( GLmatrix *mat,
122 _math_matrix_frustum( GLmatrix *mat,
[all …]
Dm_matrix.c220 static void matrix_multf( GLmatrix *mat, const GLfloat *m, GLuint flags ) in matrix_multf()
241 _math_matrix_mul_matrix( GLmatrix *dest, const GLmatrix *a, const GLmatrix *b ) in _math_matrix_mul_matrix()
264 _math_matrix_mul_floats( GLmatrix *dest, const GLfloat *m ) in _math_matrix_mul_floats()
302 _math_matrix_print( const GLmatrix *m ) in _math_matrix_print()
351 static GLboolean invert_matrix_general( GLmatrix *mat ) in invert_matrix_general()
371 static GLboolean invert_matrix_3d_general( GLmatrix *mat ) in invert_matrix_3d_general()
443 static GLboolean invert_matrix_3d( GLmatrix *mat ) in invert_matrix_3d()
523 static GLboolean invert_matrix_identity( GLmatrix *mat ) in invert_matrix_identity()
539 static GLboolean invert_matrix_3d_no_rot( GLmatrix *mat ) in invert_matrix_3d_no_rot()
572 static GLboolean invert_matrix_2d_no_rot( GLmatrix *mat ) in invert_matrix_2d_no_rot()
[all …]
Dm_norm_tmp.h43 TAG(transform_normalize_normals)( const GLmatrix *mat, in TAG()
110 TAG(transform_normalize_normals_no_rot)( const GLmatrix *mat, in TAG()
175 TAG(transform_rescale_normals_no_rot)( const GLmatrix *mat, in TAG()
204 TAG(transform_rescale_normals)( const GLmatrix *mat, in TAG()
236 TAG(transform_normals_no_rot)( const GLmatrix *mat, in TAG()
266 TAG(transform_normals)( const GLmatrix *mat, in TAG()
296 TAG(normalize_normals)( const GLmatrix *mat, in TAG()
342 TAG(rescale_normals)( const GLmatrix *mat, in TAG()
Dm_debug_norm.c123 static void ref_norm_transform_rescale( const GLmatrix *mat, in ref_norm_transform_rescale()
146 static void ref_norm_transform_normalize( const GLmatrix *mat, in ref_norm_transform_normalize()
199 GLmatrix mat[1]; in test_norm_function()
Dm_xform.h114 typedef void (*normal_func)(const GLmatrix *mat,
Dm_debug_xform.c136 const GLmatrix *mat, in ref_transform()
171 GLmatrix mat[1]; in test_transform_function()
/third_party/mesa3d/src/mesa/program/
Dprog_statevars.c341 const GLmatrix *matrix = ctx->ModelviewMatrixStack.Top; in fetch_state()
346 const GLmatrix *matrix = ctx->ModelviewMatrixStack.Top; in fetch_state()
351 const GLmatrix *matrix = ctx->ModelviewMatrixStack.Top; in fetch_state()
356 const GLmatrix *matrix = ctx->ModelviewMatrixStack.Top; in fetch_state()
361 const GLmatrix *matrix = ctx->ProjectionMatrixStack.Top; in fetch_state()
366 GLmatrix *matrix = ctx->ProjectionMatrixStack.Top; in fetch_state()
372 const GLmatrix *matrix = ctx->ProjectionMatrixStack.Top; in fetch_state()
377 GLmatrix *matrix = ctx->ProjectionMatrixStack.Top; in fetch_state()
383 const GLmatrix *matrix = &ctx->_ModelProjectMatrix; in fetch_state()
388 GLmatrix *matrix = &ctx->_ModelProjectMatrix; in fetch_state()
[all …]
/third_party/mesa3d/src/mesa/main/
Dget.c226 GLmatrix *value_matrix;
1732 GLmatrix *m; in _mesa_GetBooleanv()
1819 m = *(GLmatrix **) p; in _mesa_GetBooleanv()
1825 m = *(GLmatrix **) p; in _mesa_GetBooleanv()
1849 GLmatrix *m; in _mesa_GetFloatv()
1945 m = *(GLmatrix **) p; in _mesa_GetFloatv()
1951 m = *(GLmatrix **) p; in _mesa_GetFloatv()
1975 GLmatrix *m; in _mesa_GetIntegerv()
2071 m = *(GLmatrix **) p; in _mesa_GetIntegerv()
2077 m = *(GLmatrix **) p; in _mesa_GetIntegerv()
[all …]
Dmatrix.c311 GLmatrix *new_stack = realloc(stack->Stack, in push_matrix()
380 sizeof(GLmatrix))) { in pop_matrix()
998 stack->Stack = calloc(1, sizeof(GLmatrix)); in init_matrix_stack()
Dmtypes.h4589 GLmatrix *Top; /**< points into Stack */
4590 GLmatrix *Stack; /**< array [MaxDepth] of GLmatrix */
5281 GLmatrix _ModelProjectMatrix;
/third_party/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_context.h411 GLmatrix TexGenMatrix[RADEON_MAX_TEXTURE_UNITS];
417 GLmatrix tmpmat[RADEON_MAX_TEXTURE_UNITS];
/third_party/mesa3d/src/mesa/drivers/dri/r200/
Dr200_context.h597 GLmatrix TexGenMatrix[R200_MAX_TEXTURE_UNITS];
604 GLmatrix tmpmat;
/third_party/mesa3d/src/mesa/x86/
Dx86_xform.h71 #define NORM_ARGS const GLmatrix *mat, \
/third_party/mesa3d/src/mesa/drivers/dri/nouveau/
Dnv20_state_tnl.c348 GLmatrix *m = ctx->ModelviewMatrixStack.Top; in nv20_emit_modelview()
375 GLmatrix m; in nv20_emit_projection()
Dnv10_state_tnl.c452 GLmatrix *m = ctx->ModelviewMatrixStack.Top; in nv10_emit_modelview()
484 GLmatrix m; in nv10_emit_projection()
/third_party/mesa3d/src/mesa/sparc/
Dsparc.c91 #define NORM_ARGS const GLmatrix *mat, \
/third_party/mesa3d/src/mesa/drivers/dri/i915/
Dintel_context.h220 GLmatrix ViewportMatrix;
/third_party/mesa3d/src/mesa/tnl/
Dt_context.h553 GLmatrix _WindowMap;