Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/i915/
Di915_reg.h233 #define IAB_SRC_FACTOR_SHIFT 6 macro
421 #define SRC_ABLND_FACT(f) ((f) << IAB_SRC_FACTOR_SHIFT)
Di915_state.c127 uint32_t src = (iab >> IAB_SRC_FACTOR_SHIFT) & BLENDFACT_MASK; in i915_remap_iab_blend_dst_alpha()