Searched refs:translate_blend_equation (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/
H A Di915_state.c267 translate_blend_equation(GLenum mode) function in typeref:typename:GLuint
315 lis6 |= translate_blend_equation(eqRGB) << S6_CBUF_BLEND_FUNC_SHIFT;
319 iab |= translate_blend_equation(eqA) << IAB_FUNC_SHIFT;
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/
H A Di915_state.c267 translate_blend_equation(GLenum mode) function in typeref:typename:GLuint
315 lis6 |= translate_blend_equation(eqRGB) << S6_CBUF_BLEND_FUNC_SHIFT;
319 iab |= translate_blend_equation(eqA) << IAB_FUNC_SHIFT;

Completed in 11 milliseconds