Searched refs:TRX_UI (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/mesa/math/ |
D | m_translate.c | 125 #define TRX_UI(f,n) (PTR_ELT(f,n) < 0 ? 0 : (GLuint) PTR_ELT(f,n)) macro 165 #undef TRX_UI 179 #define TRX_UI(f,n) (GLuint)PTR_ELT(f,n) macro 214 #undef TRX_UI 226 #define TRX_UI(f,n) (PTR_ELT(f,n) < 0 ? 0 : (GLuint) PTR_ELT(f,n)) macro 268 #undef TRX_UI 280 #define TRX_UI(f,n) (GLuint) PTR_ELT(f,n) macro 321 #undef TRX_UI 333 #define TRX_UI(f,n) (PTR_ELT(f,n) < 0 ? 0 : (GLuint) PTR_ELT(f,n)) macro 375 #undef TRX_UI [all …]
|
D | m_trans_tmp.h | 192 t[i] = TRX_UI(f, 0); in DEST_1UI()
|