Home | History | Annotate | Download | only in test

Lines Matching full:dirty

67 #define MAT_DIRTY_TYPE          0x100  /**< matrix type is dirty */
68 #define MAT_DIRTY_FLAGS 0x200 /**< matrix flags are dirty */
69 #define MAT_DIRTY_INVERSE 0x400 /**< matrix inverse is dirty */
98 /** dirty matrix flags mask */
216 * Joins both flags and marks the type and inverse as dirty. Calls matmul34()
236 * Joins both flags and marks the type and inverse as dirty. Calls matmul34()
259 * Marks the matrix flags with general flag, and type and inverse dirty flags.
1182 * MAT_DIRTY_INVERSE dirty flags.
1212 * dirty flags.
1254 * Sets the matrix type to identity, and clear the dirty flags.
1480 * If the matrix type is dirty then calls either analyse_from_scratch() or
1482 * are dirty or not, respectively. If the matrix has an inverse and it's dirty
1483 * then calls matrix_invert(). Finally clears the dirty flags.