Searched defs:TRX_UI (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/math/
H A Dm_translate.c125 #define TRX_UI(f,n) (PTR_ELT(f,n) < 0 ? 0 : (GLuint) PTR_ELT(f,n)) macro
179 #define TRX_UI(f,n) (GLuint)PTR_ELT(f,n) macro
226 #define TRX_UI(f,n) (PTR_ELT(f,n) < 0 ? 0 : (GLuint) PTR_ELT(f,n)) macro
280 #define TRX_UI(f,n) (GLuint) PTR_ELT(f,n) macro
333 #define TRX_UI(f,n) (PTR_ELT(f,n) < 0 ? 0 : (GLuint) PTR_ELT(f,n)) macro
387 #define TRX_UI macro
440 #define TRX_UI macro
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/math/
H A Dm_translate.c125 #define TRX_UI(f,n) (PTR_ELT(f,n) < 0 ? 0 : (GLuint) PTR_ELT(f,n)) macro
179 #define TRX_UI(f,n) (GLuint)PTR_ELT(f,n) macro
226 #define TRX_UI(f,n) (PTR_ELT(f,n) < 0 ? 0 : (GLuint) PTR_ELT(f,n)) macro
280 #define TRX_UI(f,n) (GLuint) PTR_ELT(f,n) macro
333 #define TRX_UI(f,n) (PTR_ELT(f,n) < 0 ? 0 : (GLuint) PTR_ELT(f,n)) macro
387 #define TRX_UI macro
440 #define TRX_UI macro
[all...]

Completed in 6 milliseconds