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

  /external/mesa3d/src/mesa/math/
m_translate.c 125 #define TRX_UI(f,n) (PTR_ELT(f,n) < 0 ? 0 : (GLuint) PTR_ELT(f,n))
165 #undef TRX_UI
179 #define TRX_UI(f,n) (GLuint)PTR_ELT(f,n)
214 #undef TRX_UI
226 #define TRX_UI(f,n) (PTR_ELT(f,n) < 0 ? 0 : (GLuint) PTR_ELT(f,n))
268 #undef TRX_UI
280 #define TRX_UI(f,n) (GLuint) PTR_ELT(f,n)
321 #undef TRX_UI
333 #define TRX_UI(f,n) (PTR_ELT(f,n) < 0 ? 0 : (GLuint) PTR_ELT(f,n))
375 #undef TRX_UI
    [all...]
m_trans_tmp.h 192 t[i] = TRX_UI(f, 0);

Completed in 57 milliseconds