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.c130 #define TRX_US(ch, f,n) ch = BYTE_TO_USHORT( PTR_ELT(f,n) ) macro
184 #define TRX_US(us, f,n) us = UBYTE_TO_USHORT(PTR_ELT(f,n)) macro
231 #define TRX_US(us, f,n) us = SHORT_TO_USHORT(PTR_ELT(f,n)) macro
285 #define TRX_US(us,f,n) us = PTR_ELT(f,n) macro
338 #define TRX_US(us, f,n) us = INT_TO_USHORT(PTR_ELT(f,n)) macro
392 #define TRX_US(us, f,n) us = (GLshort) (PTR_ELT(f,n) >> 16) macro
445 #define TRX_US(us,f,n) UNCLAMPED_FLOAT_TO_USHORT(us, PTR_ELT(f,n)) macro