Searched refs:BLENDFACTOR_SRC_ALPHA (Results 1 - 25 of 51) sorted by relevance

123

/xsrc/external/mit/xf86-video-intel/dist/src/uxa/
H A Di830_render.c116 {0, 1, BLENDFACTOR_ZERO, BLENDFACTOR_SRC_ALPHA},
124 {1, 1, BLENDFACTOR_INV_DST_ALPHA, BLENDFACTOR_SRC_ALPHA},
212 if (dblend == BLENDFACTOR_SRC_ALPHA) {
H A Di830_reg.h298 #define BLENDFACTOR_SRC_ALPHA 0x05 macro
/xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
H A Di830_render.c116 {0, 1, BLENDFACTOR_ZERO, BLENDFACTOR_SRC_ALPHA},
124 {1, 1, BLENDFACTOR_INV_DST_ALPHA, BLENDFACTOR_SRC_ALPHA},
212 if (dblend == BLENDFACTOR_SRC_ALPHA) {
H A Di830_reg.h292 #define BLENDFACTOR_SRC_ALPHA 0x05 macro
/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di830_render.c114 {0, 1, BLENDFACTOR_ZERO, BLENDFACTOR_SRC_ALPHA},
122 {1, 1, BLENDFACTOR_INV_DST_ALPHA, BLENDFACTOR_SRC_ALPHA},
211 if (dblend == BLENDFACTOR_SRC_ALPHA) {
H A Di830_reg.h228 #define BLENDFACTOR_SRC_ALPHA 0x05 macro
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/
H A Dswr_state.h276 return BLENDFACTOR_SRC_ALPHA;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/
H A Dswr_state.h299 return BLENDFACTOR_SRC_ALPHA;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/core/core/
H A Dblend.h78 case BLENDFACTOR_SRC_ALPHA:
H A Dstate.h481 BLENDFACTOR_SRC_ALPHA, enumerator in enum:SWR_BLEND_FACTOR
/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dgen2_render.h221 #define BLENDFACTOR_SRC_ALPHA 0x05 macro
H A Dgen8_render.h362 #define BLENDFACTOR_SRC_ALPHA 0x3 macro
H A Dgen9_render.h371 #define BLENDFACTOR_SRC_ALPHA 0x3 macro
H A Dgen8_render.c195 /* InReverse */ {1, BLENDFACTOR_ZERO, BLENDFACTOR_SRC_ALPHA},
199 /* AtopReverse */ {1, BLENDFACTOR_INV_DST_ALPHA, BLENDFACTOR_SRC_ALPHA},
339 if (dst == BLENDFACTOR_SRC_ALPHA)
H A Dgen9_render.c212 /* InReverse */ {1, BLENDFACTOR_ZERO, BLENDFACTOR_SRC_ALPHA},
216 /* AtopReverse */ {1, BLENDFACTOR_INV_DST_ALPHA, BLENDFACTOR_SRC_ALPHA},
390 if (dst == BLENDFACTOR_SRC_ALPHA)
H A Dgen2_render.c78 {0, 1, BLENDFACTOR_ZERO, BLENDFACTOR_SRC_ALPHA},
86 {1, 1, BLENDFACTOR_INV_DST_ALPHA, BLENDFACTOR_SRC_ALPHA},
463 if (dblend == BLENDFACTOR_SRC_ALPHA)
/xsrc/external/mit/xf86-video-intel/dist/xvmc/
H A Di830_reg.h292 #define BLENDFACTOR_SRC_ALPHA 0x05 macro
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Dgen2_render.h221 #define BLENDFACTOR_SRC_ALPHA 0x05 macro
H A Dgen8_render.h361 #define BLENDFACTOR_SRC_ALPHA 0x3 macro
H A Dgen2_render.c75 {0, 1, BLENDFACTOR_ZERO, BLENDFACTOR_SRC_ALPHA},
83 {1, 1, BLENDFACTOR_INV_DST_ALPHA, BLENDFACTOR_SRC_ALPHA},
460 if (dblend == BLENDFACTOR_SRC_ALPHA)
H A Dgen8_render.c156 /* InReverse */ {1, BLENDFACTOR_ZERO, BLENDFACTOR_SRC_ALPHA},
160 /* AtopReverse */ {1, BLENDFACTOR_INV_DST_ALPHA, BLENDFACTOR_SRC_ALPHA},
273 if (dst == BLENDFACTOR_SRC_ALPHA)
/xsrc/external/mit/xf86-video-intel-2014/dist/xvmc/
H A Di830_reg.h292 #define BLENDFACTOR_SRC_ALPHA 0x05 macro
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/jitter/
H A Dblend_jit.cpp71 case BLENDFACTOR_SRC_ALPHA:
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/jitter/
H A Dblend_jit.cpp73 case BLENDFACTOR_SRC_ALPHA:
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A DgenX_pipeline.c640 [VK_BLEND_FACTOR_SRC_ALPHA] = BLENDFACTOR_SRC_ALPHA,

Completed in 61 milliseconds

123