Home
last modified time | relevance | path

Searched refs:MAT_FLAG_UNIFORM_SCALE (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/mesa/math/
H A Dm_matrix.c64 #define MAT_FLAG_UNIFORM_SCALE 0x8 /**< is an uniform scaling matrix flag */ macro
76 MAT_FLAG_UNIFORM_SCALE)
82 MAT_FLAG_UNIFORM_SCALE | \
96 MAT_FLAG_UNIFORM_SCALE | \
452 if (mat->flags & MAT_FLAG_UNIFORM_SCALE) { in invert_matrix_3d()
972 * the scales factors are roughly the same, marking the MAT_FLAG_UNIFORM_SCALE
986 mat->flags |= MAT_FLAG_UNIFORM_SCALE; in _math_matrix_scale()
1176 mat->flags |= MAT_FLAG_UNIFORM_SCALE; in analyse_from_scratch()
1195 mat->flags |= MAT_FLAG_UNIFORM_SCALE; in analyse_from_scratch()
1238 MAT_FLAG_UNIFORM_SCALE | in analyse_from_flags()
[all...]

Completed in 3 milliseconds