Searched defs:TRX_US (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/math/ |
| H A D | m_translate.c | 124 #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 macro 439 #define TRX_US macro [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/math/ |
| H A D | m_translate.c | 124 #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 macro 439 #define TRX_US macro [all...] |
Completed in 5 milliseconds