Searched refs:I915PACKCOLOR8888 (Results 1 – 2 of 2) sorted by relevance
870 #define I915PACKCOLOR8888(r, g, b, a) ((a << 24) | (r << 16) | (g << 8) | b) macro
342 cso->state[2] = I915PACKCOLOR8888(r, g, b, a); in i915_create_sampler_state()