HomeSort by relevance Sort by last modified time
    Searched defs:MAT (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/test/
m_matrix.c 109 * \param mat a pointer to a GLmatrix structure.
115 #define TEST_MAT_FLAGS(mat, a) \
116 ((MAT_FLAGS_GEOMETRY & (~(a)) & ((mat)->flags) ) == 0)
211 * \param mat pointer to a GLmatrix structure containing the left multiplication
219 static void matrix_multf( GLmatrix *mat, const GLfloat *m, GLuint flags )
221 mat->flags |= (flags | MAT_DIRTY_TYPE | MAT_DIRTY_INVERSE);
223 if (TEST_MAT_FLAGS(mat, MAT_FLAGS_3D))
224 matmul34( mat->m, mat->m, m );
226 matmul4( mat->m, mat->m, m )
    [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]

Completed in 976 milliseconds