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

/xsrc/external/mit/MesaLib/dist/src/mesa/math/
H A Dm_matrix.c79 #define MAT_FLAGS_GEOMETRY (MAT_FLAG_GENERAL | \ macro
118 ((MAT_FLAGS_GEOMETRY & (~(a)) & ((mat)->flags) ) == 0)
1132 mat->flags &= ~MAT_FLAGS_GEOMETRY;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/math/
H A Dm_matrix.c75 #define MAT_FLAGS_GEOMETRY (MAT_FLAG_GENERAL | \ macro
114 ((MAT_FLAGS_GEOMETRY & (~(a)) & ((mat)->flags) ) == 0)
1218 mat->flags &= ~MAT_FLAGS_GEOMETRY;

Completed in 6 milliseconds