/external/mesa3d/src/mesa/math/ |
D | m_matrix.h | 82 } GLmatrix; typedef 88 _math_matrix_ctr( GLmatrix *m ); 91 _math_matrix_dtr( GLmatrix *m ); 94 _math_matrix_mul_matrix( GLmatrix *dest, const GLmatrix *a, const GLmatrix *b ); 97 _math_matrix_mul_floats( GLmatrix *dest, const GLfloat *b ); 100 _math_matrix_loadf( GLmatrix *mat, const GLfloat *m ); 103 _math_matrix_translate( GLmatrix *mat, GLfloat x, GLfloat y, GLfloat z ); 106 _math_matrix_rotate( GLmatrix *m, GLfloat angle, 110 _math_matrix_scale( GLmatrix *mat, GLfloat x, GLfloat y, GLfloat z ); 113 _math_matrix_ortho( GLmatrix *mat, [all …]
|
D | m_matrix.c | 215 static void matrix_multf( GLmatrix *mat, const GLfloat *m, GLuint flags ) in matrix_multf() 236 _math_matrix_mul_matrix( GLmatrix *dest, const GLmatrix *a, const GLmatrix *b ) in _math_matrix_mul_matrix() 259 _math_matrix_mul_floats( GLmatrix *dest, const GLfloat *m ) in _math_matrix_mul_floats() 297 _math_matrix_print( const GLmatrix *m ) in _math_matrix_print() 353 static GLboolean invert_matrix_general( GLmatrix *mat ) in invert_matrix_general() 481 static GLboolean invert_matrix_3d_general( GLmatrix *mat ) in invert_matrix_3d_general() 553 static GLboolean invert_matrix_3d( GLmatrix *mat ) in invert_matrix_3d() 633 static GLboolean invert_matrix_identity( GLmatrix *mat ) in invert_matrix_identity() 649 static GLboolean invert_matrix_3d_no_rot( GLmatrix *mat ) in invert_matrix_3d_no_rot() 682 static GLboolean invert_matrix_2d_no_rot( GLmatrix *mat ) in invert_matrix_2d_no_rot() [all …]
|
D | m_norm_tmp.h | 43 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()
|
D | m_debug_norm.c | 124 static void ref_norm_transform_rescale( const GLmatrix *mat, in ref_norm_transform_rescale() 147 static void ref_norm_transform_normalize( const GLmatrix *mat, in ref_norm_transform_normalize() 200 GLmatrix mat[1]; in test_norm_function()
|
D | m_xform.h | 114 typedef void (*normal_func)(const GLmatrix *mat,
|
D | m_debug_xform.c | 137 const GLmatrix *mat, in ref_transform() 172 GLmatrix mat[1]; in test_transform_function()
|
/external/mesa3d/src/mesa/x86/ |
D | gen_matypes.c | 201 OFFSET( "MATRIX_DATA ", GLmatrix, m ); in main() 202 OFFSET( "MATRIX_INV ", GLmatrix, inv ); in main() 203 OFFSET( "MATRIX_FLAGS ", GLmatrix, flags ); in main() 204 OFFSET( "MATRIX_TYPE ", GLmatrix, type ); in main()
|
D | x86_xform.h | 71 #define NORM_ARGS const GLmatrix *mat, \
|
/external/mesa3d/src/mesa/main/ |
D | get.c | 182 GLmatrix *value_matrix; 1427 GLmatrix *m; in _mesa_GetBooleanv() 1494 m = *(GLmatrix **) p; in _mesa_GetBooleanv() 1500 m = *(GLmatrix **) p; in _mesa_GetBooleanv() 1524 GLmatrix *m; in _mesa_GetFloatv() 1597 m = *(GLmatrix **) p; in _mesa_GetFloatv() 1603 m = *(GLmatrix **) p; in _mesa_GetFloatv() 1627 GLmatrix *m; in _mesa_GetIntegerv() 1700 m = *(GLmatrix **) p; in _mesa_GetIntegerv() 1706 m = *(GLmatrix **) p; in _mesa_GetIntegerv() [all …]
|
D | matrix.c | 249 GLmatrix *new_stack = realloc(stack->Stack, in _mesa_PushMatrix() 669 stack->Stack = calloc(1, sizeof(GLmatrix)); in init_matrix_stack()
|
D | mtypes.h | 4021 GLmatrix *Top; /**< points into Stack */ 4022 GLmatrix *Stack; /**< array [MaxDepth] of GLmatrix */ 4429 GLmatrix _ModelProjectMatrix;
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_context.h | 411 GLmatrix TexGenMatrix[RADEON_MAX_TEXTURE_UNITS]; 417 GLmatrix tmpmat[RADEON_MAX_TEXTURE_UNITS];
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | r200_context.h | 598 GLmatrix TexGenMatrix[R200_MAX_TEXTURE_UNITS]; 605 GLmatrix tmpmat;
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nv20_state_tnl.c | 344 GLmatrix *m = ctx->ModelviewMatrixStack.Top; in nv20_emit_modelview() 371 GLmatrix m; in nv20_emit_projection()
|
D | nv10_state_tnl.c | 448 GLmatrix *m = ctx->ModelviewMatrixStack.Top; in nv10_emit_modelview() 480 GLmatrix m; in nv10_emit_projection()
|
/external/mesa3d/src/mesa/sparc/ |
D | sparc.c | 91 #define NORM_ARGS const GLmatrix *mat, \
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_context.h | 230 GLmatrix ViewportMatrix;
|
/external/mesa3d/src/mesa/tnl/ |
D | t_context.h | 517 GLmatrix _WindowMap;
|
/external/mesa3d/src/mesa/program/ |
D | prog_statevars.c | 297 const GLmatrix *matrix; in _mesa_fetch_state() 332 _math_matrix_analyse( (GLmatrix*) matrix ); in _mesa_fetch_state()
|