Home
last modified time | relevance | path

Searched refs:I915PACKCOLOR8888 (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/i915/
Di915_reg.h870 #define I915PACKCOLOR8888(r, g, b, a) ((a << 24) | (r << 16) | (g << 8) | b) macro
Di915_state.c342 cso->state[2] = I915PACKCOLOR8888(r, g, b, a); in i915_create_sampler_state()