Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/math/
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(f,n) PTR_ELT(f,n) macro
440 #define TRX_UI(f,n) (GLuint) (GLint) PTR_ELT(f,n) macro