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

123

/xsrc/external/mit/xf86-video-intel/dist/src/uxa/
H A Di830_render.c114 {1, 0, BLENDFACTOR_DST_ALPHA, BLENDFACTOR_ZERO},
122 {1, 1, BLENDFACTOR_DST_ALPHA, BLENDFACTOR_INV_SRC_ALPHA},
190 if (sblend == BLENDFACTOR_DST_ALPHA)
199 if (dst_format == PICT_a8 && ((sblend == BLENDFACTOR_DST_ALPHA ||
H A Di830_reg.h300 #define BLENDFACTOR_DST_ALPHA 0x07 macro
/xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
H A Di830_render.c114 {1, 0, BLENDFACTOR_DST_ALPHA, BLENDFACTOR_ZERO},
122 {1, 1, BLENDFACTOR_DST_ALPHA, BLENDFACTOR_INV_SRC_ALPHA},
190 if (sblend == BLENDFACTOR_DST_ALPHA)
199 if (dst_format == PICT_a8 && ((sblend == BLENDFACTOR_DST_ALPHA ||
H A Di830_reg.h294 #define BLENDFACTOR_DST_ALPHA 0x07 macro
/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di830_render.c112 {1, 0, BLENDFACTOR_DST_ALPHA, BLENDFACTOR_ZERO},
120 {1, 1, BLENDFACTOR_DST_ALPHA, BLENDFACTOR_INV_SRC_ALPHA},
191 if (sblend == BLENDFACTOR_DST_ALPHA)
200 if (dst_format == PICT_a8 && ((sblend == BLENDFACTOR_DST_ALPHA ||
H A Di830_reg.h230 #define BLENDFACTOR_DST_ALPHA 0x07 macro
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/
H A Dswr_state.h278 return BLENDFACTOR_DST_ALPHA;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/
H A Dswr_state.h301 return BLENDFACTOR_DST_ALPHA;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/core/core/
H A Dblend.h95 case BLENDFACTOR_DST_ALPHA:
H A Dstate.h482 BLENDFACTOR_DST_ALPHA, enumerator in enum:SWR_BLEND_FACTOR
/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dgen2_render.h223 #define BLENDFACTOR_DST_ALPHA 0x07 macro
H A Dgen8_render.h363 #define BLENDFACTOR_DST_ALPHA 0x4 macro
H A Dgen9_render.h372 #define BLENDFACTOR_DST_ALPHA 0x4 macro
H A Dgen2_render.c76 {1, 0, BLENDFACTOR_DST_ALPHA, BLENDFACTOR_ZERO},
84 {1, 1, BLENDFACTOR_DST_ALPHA, BLENDFACTOR_INV_SRC_ALPHA},
439 if (sblend == BLENDFACTOR_DST_ALPHA)
451 if (sblend == BLENDFACTOR_DST_ALPHA)
H A Dgen8_render.c194 /* In */ {0, BLENDFACTOR_DST_ALPHA, BLENDFACTOR_ZERO},
198 /* Atop */ {1, BLENDFACTOR_DST_ALPHA, BLENDFACTOR_INV_SRC_ALPHA},
328 if (src == BLENDFACTOR_DST_ALPHA)
H A Dgen9_render.c211 /* In */ {0, BLENDFACTOR_DST_ALPHA, BLENDFACTOR_ZERO},
215 /* Atop */ {1, BLENDFACTOR_DST_ALPHA, BLENDFACTOR_INV_SRC_ALPHA},
379 if (src == BLENDFACTOR_DST_ALPHA)
/xsrc/external/mit/xf86-video-intel/dist/xvmc/
H A Di830_reg.h294 #define BLENDFACTOR_DST_ALPHA 0x07 macro
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Dgen2_render.h223 #define BLENDFACTOR_DST_ALPHA 0x07 macro
H A Dgen2_render.c73 {1, 0, BLENDFACTOR_DST_ALPHA, BLENDFACTOR_ZERO},
81 {1, 1, BLENDFACTOR_DST_ALPHA, BLENDFACTOR_INV_SRC_ALPHA},
436 if (sblend == BLENDFACTOR_DST_ALPHA)
448 if (sblend == BLENDFACTOR_DST_ALPHA)
H A Dgen8_render.h362 #define BLENDFACTOR_DST_ALPHA 0x4 macro
H A Dgen8_render.c155 /* In */ {0, BLENDFACTOR_DST_ALPHA, BLENDFACTOR_ZERO},
159 /* Atop */ {1, BLENDFACTOR_DST_ALPHA, BLENDFACTOR_INV_SRC_ALPHA},
262 if (src == BLENDFACTOR_DST_ALPHA)
/xsrc/external/mit/xf86-video-intel-2014/dist/xvmc/
H A Di830_reg.h294 #define BLENDFACTOR_DST_ALPHA 0x07 macro
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/jitter/
H A Dblend_jit.cpp74 case BLENDFACTOR_DST_ALPHA:
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/jitter/
H A Dblend_jit.cpp76 case BLENDFACTOR_DST_ALPHA:
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A DgenX_pipeline.c642 [VK_BLEND_FACTOR_DST_ALPHA] = BLENDFACTOR_DST_ALPHA,

Completed in 61 milliseconds

123