Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i915/
Di915_reg.h324 #define SRC_ABLND_FACT(f) ((f)<<IAB_SRC_FACTOR_SHIFT) macro
Di915_state.c262 #define SRC_ABLND_FACT(f) ((f)<<IAB_SRC_FACTOR_SHIFT) macro
317 iab |= SRC_ABLND_FACT(intel_translate_blend_factor(srcA)); in i915UpdateBlendState()
/external/mesa3d/src/gallium/drivers/i915/
Di915_reg.h445 #define SRC_ABLND_FACT(f) ((f)<<IAB_SRC_FACTOR_SHIFT) macro
Di915_state.c129 SRC_ABLND_FACT(i915_translate_blend_factor(srcA)) | in i915_create_blend_state()