Home
last modified time | relevance | path

Searched refs:TRX_UI (Results 1 – 2 of 2) 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
171 #undef TRX_UI
185 #define TRX_UI(f,n) (GLuint)PTR_ELT(f,n) macro
220 #undef TRX_UI
232 #define TRX_UI(f,n) (PTR_ELT(f,n) < 0 ? 0 : (GLuint) PTR_ELT(f,n)) macro
274 #undef TRX_UI
286 #define TRX_UI(f,n) (GLuint) PTR_ELT(f,n) macro
327 #undef TRX_UI
339 #define TRX_UI(f,n) (PTR_ELT(f,n) < 0 ? 0 : (GLuint) PTR_ELT(f,n)) macro
381 #undef TRX_UI
[all …]
Dm_trans_tmp.h207 t[i] = TRX_UI(f, 0); in DEST_1UI()