Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/math/
Dm_matrix.c101 #define MAT_DIRTY (MAT_DIRTY_TYPE | \ macro
1336 return (m->flags & MAT_DIRTY) ? GL_TRUE : GL_FALSE; in _math_matrix_is_dirty()
1375 if (from->flags & MAT_DIRTY) in _math_matrix_push_copy()
1394 mat->flags = (MAT_FLAG_GENERAL | MAT_DIRTY); in _math_matrix_loadf()