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.c131 #define TRX_UI(f,n) (PTR_ELT(f,n) < 0 ? 0 : (GLuint) PTR_ELT(f,n)) macro
185 #define TRX_UI(f,n) (GLuint)PTR_ELT(f,n) macro
232 #define TRX_UI(f,n) (PTR_ELT(f,n) < 0 ? 0 : (GLuint) PTR_ELT(f,n)) macro
286 #define TRX_UI(f,n) (GLuint) PTR_ELT(f,n) macro
339 #define TRX_UI(f,n) (PTR_ELT(f,n) < 0 ? 0 : (GLuint) PTR_ELT(f,n)) macro
393 #define TRX_UI(f,n) PTR_ELT(f,n) macro
446 #define TRX_UI(f,n) (GLuint) (GLint) PTR_ELT(f,n) macro