Home
last modified time | relevance | path

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

/external/igt-gpu-tools/lib/
Di915_reg.h230 #define IAB_SRC_FACTOR_MASK (BLENDFACT_MASK<<6)
233 #define IAB_DST_FACTOR_MASK (BLENDFACT_MASK<<0)
250 #define BLENDFACT_MASK 0x0f macro
/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.c183 srcRGB = (imm >> S6_CBUF_SRC_BLEND_FACT_SHIFT) & BLENDFACT_MASK; in emit_immediate_s6()
188 imm &= ~SRC_BLND_FACT(BLENDFACT_MASK); in emit_immediate_s6()
/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)
Dintel_context.h415 #define BLENDFACT_MASK 0x0f macro