Searched refs:BLENDFACT_ONE (Results 1 - 25 of 26) sorted by relevance

12

/xsrc/external/mit/xf86-video-intel/dist/src/uxa/
H A Di915_3d.c54 IAB_MODIFY_SRC_FACTOR | (BLENDFACT_ONE <<
H A Di915_render.c56 {0, 0, BLENDFACT_ONE, BLENDFACT_ZERO},
58 {0, 0, BLENDFACT_ZERO, BLENDFACT_ONE},
60 {0, 1, BLENDFACT_ONE, BLENDFACT_INV_SRC_ALPHA},
62 {1, 0, BLENDFACT_INV_DST_ALPHA, BLENDFACT_ONE},
78 {0, 0, BLENDFACT_ONE, BLENDFACT_ONE},
109 sblend = BLENDFACT_ONE;
H A Di915_reg.h236 #define BLENDFACT_ONE 0x02 macro
/xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
H A Di915_3d.c54 IAB_MODIFY_SRC_FACTOR | (BLENDFACT_ONE <<
H A Di915_render.c56 {0, 0, BLENDFACT_ONE, BLENDFACT_ZERO},
58 {0, 0, BLENDFACT_ZERO, BLENDFACT_ONE},
60 {0, 1, BLENDFACT_ONE, BLENDFACT_INV_SRC_ALPHA},
62 {1, 0, BLENDFACT_INV_DST_ALPHA, BLENDFACT_ONE},
78 {0, 0, BLENDFACT_ONE, BLENDFACT_ONE},
109 sblend = BLENDFACT_ONE;
H A Di915_reg.h236 #define BLENDFACT_ONE 0x02 macro
/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di915_3d.c53 IAB_MODIFY_SRC_FACTOR | (BLENDFACT_ONE << IAB_SRC_FACTOR_SHIFT) |
H A Di915_render.c54 {0, 0, BLENDFACT_ONE, BLENDFACT_ZERO},
56 {0, 0, BLENDFACT_ZERO, BLENDFACT_ONE},
58 {0, 1, BLENDFACT_ONE, BLENDFACT_INV_SRC_ALPHA},
60 {1, 0, BLENDFACT_INV_DST_ALPHA, BLENDFACT_ONE},
76 {0, 0, BLENDFACT_ONE, BLENDFACT_ONE},
105 sblend = BLENDFACT_ONE;
H A Di915_reg.h247 #define BLENDFACT_ONE 0x02 macro
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/
H A Dintel_state.c124 return BLENDFACT_ONE;
H A Di830_state.c304 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);
991 SRC_BLND_FACT(BLENDFACT_ONE) |
H A Dintel_context.h401 #define BLENDFACT_ONE 0x02 macro
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/
H A Dintel_state.c124 return BLENDFACT_ONE;
H A Di830_state.c304 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);
991 SRC_BLND_FACT(BLENDFACT_ONE) |
H A Dintel_context.h401 #define BLENDFACT_ONE 0x02 macro
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/i915/
H A Di915_state_inlines.h121 return BLENDFACT_ONE;
H A Di915_reg.h963 #define BLENDFACT_ONE 0x02 macro
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/i915/
H A Di915_state_inlines.h120 return BLENDFACT_ONE;
H A Di915_state.c219 cso_data->LIS6, BLENDFACT_ONE, BLENDFACT_ZERO);
224 cso_data->iab, BLENDFACT_ONE, BLENDFACT_ZERO);
H A Di915_reg.h929 #define BLENDFACT_ONE 0x02 macro
/xsrc/external/mit/xf86-video-intel/dist/xvmc/
H A Di915_reg.h236 #define BLENDFACT_ONE 0x02 macro
/xsrc/external/mit/xf86-video-intel-2014/dist/xvmc/
H A Di915_reg.h236 #define BLENDFACT_ONE 0x02 macro
/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dgen3_render.h239 #define BLENDFACT_ONE 0x02 macro
H A Dgen3_render.c81 /* Src */ {0, 0, BLENDFACT_ONE, BLENDFACT_ZERO},
82 /* Dst */ {0, 0, BLENDFACT_ZERO, BLENDFACT_ONE},
83 /* Over */ {0, 1, BLENDFACT_ONE, BLENDFACT_INV_SRC_ALPHA},
84 /* OverReverse */ {1, 0, BLENDFACT_INV_DST_ALPHA, BLENDFACT_ONE},
92 /* Add */ {0, 0, BLENDFACT_ONE, BLENDFACT_ONE},
98 BLENDFACT_ONE << S6_CBUF_SRC_BLEND_FACT_SHIFT | \
163 sblend = BLENDFACT_ONE;
1899 IAB_MODIFY_SRC_FACTOR | BLENDFACT_ONE << IAB_SRC_FACTOR_SHIFT |
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Dgen3_render.h239 #define BLENDFACT_ONE 0x02 macro

Completed in 44 milliseconds

12