Home
last modified time | relevance | path

Searched refs:BLENDFACT_ONE (Results 1 – 12 of 12) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i915/
Di830_state.c304 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()
Dintel_state.c124 return BLENDFACT_ONE; in intel_translate_blend_factor()
Dintel_context.h401 #define BLENDFACT_ONE 0x02 macro
/external/igt-gpu-tools/lib/
Drendercopy_i915.c39 IAB_MODIFY_SRC_FACTOR | (BLENDFACT_ONE << in gen3_render_copyfunc()
176 BLENDFACT_ONE << S6_CBUF_SRC_BLEND_FACT_SHIFT | in gen3_render_copyfunc()
Di915_reg.h236 #define BLENDFACT_ONE 0x02 macro
/external/mesa3d/src/gallium/drivers/i915/
Di915_state_inlines.h121 return BLENDFACT_ONE; in i915_translate_blend_factor()
Di915_reg.h963 #define BLENDFACT_ONE 0x02 macro
/external/igt-gpu-tools/tests/i915/
Dgen3_render_linear_blits.c97 IAB_MODIFY_SRC_FACTOR | (BLENDFACT_ONE << in copy()
191 BLENDFACT_ONE << S6_CBUF_SRC_BLEND_FACT_SHIFT | in copy()
Dgen3_render_tiledy_blits.c96 IAB_MODIFY_SRC_FACTOR | (BLENDFACT_ONE << in copy()
191 BLENDFACT_ONE << S6_CBUF_SRC_BLEND_FACT_SHIFT | in copy()
Dgen3_render_tiledx_blits.c96 IAB_MODIFY_SRC_FACTOR | (BLENDFACT_ONE << in copy()
191 BLENDFACT_ONE << S6_CBUF_SRC_BLEND_FACT_SHIFT | in copy()
Dgen3_render_mixed_blits.c99 IAB_MODIFY_SRC_FACTOR | (BLENDFACT_ONE << in copy()
204 BLENDFACT_ONE << S6_CBUF_SRC_BLEND_FACT_SHIFT | in copy()
Dgen3_mixed_blits.c101 (BLENDFACT_ONE << IAB_SRC_FACTOR_SHIFT) | in render_copy()
217 BLENDFACT_ONE << S6_CBUF_SRC_BLEND_FACT_SHIFT | in render_copy()