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