Home
last modified time | relevance | path

Searched refs:BLENDFUNC_ADD (Results 1 – 15 of 15) sorted by relevance

/external/igt-gpu-tools/lib/
Drendercopy_i915.c38 IAB_MODIFY_FUNC | (BLENDFUNC_ADD << IAB_FUNC_SHIFT) | in gen3_render_copyfunc()
175 BLENDFUNC_ADD << S6_CBUF_BLEND_FUNC_SHIFT | in gen3_render_copyfunc()
Drendercopy_i830.c112 ENABLE_COLR_BLND_FUNC | BLENDFUNC_ADD | in gen2_emit_invariant()
Di915_reg.h252 #define BLENDFUNC_ADD 0x0 macro
Di830_reg.h445 #define BLENDFUNC_ADD 0 macro
/external/mesa3d/src/gallium/drivers/i915/
Di915_state_inlines.h156 return BLENDFUNC_ADD; in i915_translate_blend_func()
Di915_reg.h253 #define BLENDFUNC_ADD 0x0 macro
/external/igt-gpu-tools/tests/i915/
Dgen3_render_linear_blits.c96 IAB_MODIFY_FUNC | (BLENDFUNC_ADD << IAB_FUNC_SHIFT) | in copy()
190 BLENDFUNC_ADD << S6_CBUF_BLEND_FUNC_SHIFT | in copy()
Dgen3_render_tiledy_blits.c95 IAB_MODIFY_FUNC | (BLENDFUNC_ADD << IAB_FUNC_SHIFT) | in copy()
190 BLENDFUNC_ADD << S6_CBUF_BLEND_FUNC_SHIFT | in copy()
Dgen3_render_tiledx_blits.c95 IAB_MODIFY_FUNC | (BLENDFUNC_ADD << IAB_FUNC_SHIFT) | in copy()
190 BLENDFUNC_ADD << S6_CBUF_BLEND_FUNC_SHIFT | in copy()
Dgen3_render_mixed_blits.c98 IAB_MODIFY_FUNC | (BLENDFUNC_ADD << IAB_FUNC_SHIFT) | in copy()
203 BLENDFUNC_ADD << S6_CBUF_BLEND_FUNC_SHIFT | in copy()
Dgen3_mixed_blits.c99 IAB_MODIFY_FUNC | (BLENDFUNC_ADD << IAB_FUNC_SHIFT) | in render_copy()
216 BLENDFUNC_ADD << S6_CBUF_BLEND_FUNC_SHIFT | in render_copy()
/external/mesa3d/src/mesa/drivers/dri/i915/
Di830_state.c300 eqnRGB = BLENDFUNC_ADD; in i830_set_blend_state()
328 eqnA = BLENDFUNC_ADD; in i830_set_blend_state()
989 BLENDFUNC_ADD | in i830_init_packets()
Di915_reg.h241 #define BLENDFUNC_ADD 0x0 macro
Di830_reg.h327 #define BLENDFUNC_ADD 0 macro
Di915_state.c271 return BLENDFUNC_ADD; in translate_blend_equation()