Lines Matching refs:TRX_US
130 #define TRX_US(ch, f,n) ch = BYTE_TO_USHORT( PTR_ELT(f,n) ) macro
170 #undef TRX_US
184 #define TRX_US(us, f,n) us = UBYTE_TO_USHORT(PTR_ELT(f,n)) macro
219 #undef TRX_US
231 #define TRX_US(us, f,n) us = SHORT_TO_USHORT(PTR_ELT(f,n)) macro
273 #undef TRX_US
285 #define TRX_US(us,f,n) us = PTR_ELT(f,n) macro
326 #undef TRX_US
338 #define TRX_US(us, f,n) us = INT_TO_USHORT(PTR_ELT(f,n)) macro
380 #undef TRX_US
392 #define TRX_US(us, f,n) us = (GLshort) (PTR_ELT(f,n) >> 16) macro
433 #undef TRX_US
445 #define TRX_US(us,f,n) UNCLAMPED_FLOAT_TO_USHORT(us, PTR_ELT(f,n)) macro
528 #undef TRX_US