Searched refs:SRC_BLND_FACT (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Di830_state.c295 SRC_BLND_FACT(intel_translate_blend_factor(ctx->Color.Blend[0].SrcRGB))
304 funcRGB = SRC_BLND_FACT(BLENDFACT_ONE) | DST_BLND_FACT(BLENDFACT_ONE);
308 funcRGB = SRC_BLND_FACT(BLENDFACT_ONE) | DST_BLND_FACT(BLENDFACT_ONE);
332 funcA = SRC_BLND_FACT(BLENDFACT_ONE) | DST_BLND_FACT(BLENDFACT_ONE);
336 funcA = SRC_BLND_FACT(BLENDFACT_ONE) | DST_BLND_FACT(BLENDFACT_ONE);
992 SRC_BLND_FACT(BLENDFACT_ONE) |
H A Di830_reg.h335 #define SRC_BLND_FACT(x) ((x)<<6) macro
H A Di915_reg.h322 #define SRC_BLND_FACT(f) ((f)<<S6_CBUF_SRC_BLEND_FACT_SHIFT) macro
H A Di915_state.c258 #define SRC_BLND_FACT(f) ((f)<<S6_CBUF_SRC_BLEND_FACT_SHIFT) macro
311 lis6 |= SRC_BLND_FACT(intel_translate_blend_factor(srcRGB));
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Di830_state.c295 SRC_BLND_FACT(intel_translate_blend_factor(ctx->Color.Blend[0].SrcRGB))
304 funcRGB = SRC_BLND_FACT(BLENDFACT_ONE) | DST_BLND_FACT(BLENDFACT_ONE);
308 funcRGB = SRC_BLND_FACT(BLENDFACT_ONE) | DST_BLND_FACT(BLENDFACT_ONE);
332 funcA = SRC_BLND_FACT(BLENDFACT_ONE) | DST_BLND_FACT(BLENDFACT_ONE);
336 funcA = SRC_BLND_FACT(BLENDFACT_ONE) | DST_BLND_FACT(BLENDFACT_ONE);
992 SRC_BLND_FACT(BLENDFACT_ONE) |
H A Di830_reg.h335 #define SRC_BLND_FACT(x) ((x)<<6) macro
H A Di915_reg.h322 #define SRC_BLND_FACT(f) ((f)<<S6_CBUF_SRC_BLEND_FACT_SHIFT) macro
H A Di915_state.c258 #define SRC_BLND_FACT(f) ((f)<<S6_CBUF_SRC_BLEND_FACT_SHIFT) macro
311 lis6 |= SRC_BLND_FACT(intel_translate_blend_factor(srcRGB));
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
H A Di915_state_emit.c167 imm &= ~SRC_BLND_FACT(BLENDFACT_MASK);
168 imm |= SRC_BLND_FACT(srcRGB);
H A Di915_reg.h443 #define SRC_BLND_FACT(f) ((f)<<S6_CBUF_SRC_BLEND_FACT_SHIFT) macro
H A Di915_state.c168 SRC_BLND_FACT(i915_translate_blend_factor(srcRGB)) |
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_state_emit.c167 imm &= ~SRC_BLND_FACT(BLENDFACT_MASK);
168 imm |= SRC_BLND_FACT(srcRGB);
H A Di915_reg.h443 #define SRC_BLND_FACT(f) ((f)<<S6_CBUF_SRC_BLEND_FACT_SHIFT) macro
H A Di915_state.c168 SRC_BLND_FACT(i915_translate_blend_factor(srcRGB)) |

Completed in 212 milliseconds