Searched defs:PACKED_2x16 (Results 1 – 1 of 1) sorted by relevance
/hardware/google/gfxstream/guest/mesa/src/util/format/ |
D | u_format_tests.c | 49 #define PACKED_2x16(x, y) {(x) >> 8, (x) & 0xff, (y) >> 8, (y) & 0xff, 0, 0, … macro 54 #define PACKED_2x16(x, y) {(x) & 0xff, (x) >> 8, (y) & 0xff, (y) >> 8, 0, 0, … macro
|