Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/math/
Dm_matrix.c73 #define MAT_FLAGS_GEOMETRY (MAT_FLAG_GENERAL | \ macro
112 ((MAT_FLAGS_GEOMETRY & (~(a)) & ((mat)->flags) ) == 0)
1216 mat->flags &= ~MAT_FLAGS_GEOMETRY; in analyse_from_scratch()