Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/math/
Dm_translate.c124 #define TRX_US(ch, f,n) ch = BYTE_TO_USHORT( PTR_ELT(f,n) ) macro
178 #define TRX_US(us, f,n) us = UBYTE_TO_USHORT(PTR_ELT(f,n)) macro
225 #define TRX_US(us, f,n) us = SHORT_TO_USHORT(PTR_ELT(f,n)) macro
279 #define TRX_US(us,f,n) us = PTR_ELT(f,n) macro
332 #define TRX_US(us, f,n) us = INT_TO_USHORT(PTR_ELT(f,n)) macro
386 #define TRX_US(us, f,n) us = (GLshort) (PTR_ELT(f,n) >> 16) macro
439 #define TRX_US(us,f,n) UNCLAMPED_FLOAT_TO_USHORT(us, PTR_ELT(f,n)) macro