Searched defs:PACKED_1x16 (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_format_tests.c47 #define PACKED_1x16(x) {(x) & 0xff, (x) >> 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0} macro
[all...]
/xsrc/external/mit/MesaLib/dist/src/util/format/
H A Du_format_tests.c48 #define PACKED_1x16(x) {(x) >> 8, (x) & 0xff, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0} macro
53 #define PACKED_1x16(x) {(x) & 0xff, (x) >> 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0} macro
[all...]

Completed in 3 milliseconds