Home
last modified time | relevance | path

Searched refs:SRC_BLND_FACT (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i915/
Di830_state.c295 SRC_BLND_FACT(intel_translate_blend_factor(ctx->Color.Blend[0].SrcRGB)) in i830_set_blend_state()
304 funcRGB = SRC_BLND_FACT(BLENDFACT_ONE) | DST_BLND_FACT(BLENDFACT_ONE); in i830_set_blend_state()
308 funcRGB = SRC_BLND_FACT(BLENDFACT_ONE) | DST_BLND_FACT(BLENDFACT_ONE); in i830_set_blend_state()
332 funcA = SRC_BLND_FACT(BLENDFACT_ONE) | DST_BLND_FACT(BLENDFACT_ONE); in i830_set_blend_state()
336 funcA = SRC_BLND_FACT(BLENDFACT_ONE) | DST_BLND_FACT(BLENDFACT_ONE); in i830_set_blend_state()
991 SRC_BLND_FACT(BLENDFACT_ONE) | in i830_init_packets()
Di830_reg.h335 #define SRC_BLND_FACT(x) ((x)<<6) macro
Di915_reg.h322 #define SRC_BLND_FACT(f) ((f)<<S6_CBUF_SRC_BLEND_FACT_SHIFT) macro
Di915_state.c260 #define SRC_BLND_FACT(f) ((f)<<S6_CBUF_SRC_BLEND_FACT_SHIFT) macro
313 lis6 |= SRC_BLND_FACT(intel_translate_blend_factor(srcRGB)); in i915UpdateBlendState()
/external/mesa3d/src/gallium/drivers/i915/
Di915_state_emit.c188 imm &= ~SRC_BLND_FACT(BLENDFACT_MASK); in emit_immediate_s6()
189 imm |= SRC_BLND_FACT(srcRGB); in emit_immediate_s6()
Di915_reg.h443 #define SRC_BLND_FACT(f) ((f)<<S6_CBUF_SRC_BLEND_FACT_SHIFT) macro
Di915_state.c169 SRC_BLND_FACT(i915_translate_blend_factor(srcRGB)) | in i915_create_blend_state()