Home
last modified time | relevance | path

Searched refs:BLENDFACT_MASK (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/i915/
Di915_reg.h247 #define IAB_SRC_FACTOR_MASK (BLENDFACT_MASK<<6)
250 #define IAB_DST_FACTOR_MASK (BLENDFACT_MASK<<0)
977 #define BLENDFACT_MASK 0x0f macro
Di915_state_emit.c162 uint32_t srcRGB = (imm >> S6_CBUF_SRC_BLEND_FACT_SHIFT) & BLENDFACT_MASK; in emit_immediate()
167 imm &= ~SRC_BLND_FACT(BLENDFACT_MASK); in emit_immediate()
/external/mesa3d/src/mesa/drivers/dri/i915/
Di915_reg.h235 #define IAB_SRC_FACTOR_MASK (BLENDFACT_MASK<<6)
238 #define IAB_DST_FACTOR_MASK (BLENDFACT_MASK<<0)
/external/mesa3d/src/mesa/drivers/dri/intel/
Dintel_context.h565 #define BLENDFACT_MASK 0x0f macro