Searched defs:I915PACKCOLOR8888 (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/i915/ | ||
H A D | i915_reg.h | 870 #define I915PACKCOLOR8888(r, g, b, a) ((a << 24) | (r << 16) | (g << 8) | b) macro |
Completed in 6 milliseconds