HomeSort by: relevance | last modified time | path
    Searched refs:BLENDFACTOR_ONE (Results 1 - 25 of 54) sorted by relevancy

1 2 3

  /xsrc/external/mit/xf86-video-intel/dist/src/uxa/
i830_render.c 106 {0, 0, BLENDFACTOR_ONE, BLENDFACTOR_ZERO},
108 {0, 0, BLENDFACTOR_ZERO, BLENDFACTOR_ONE},
110 {0, 1, BLENDFACTOR_ONE, BLENDFACTOR_INV_SRC_ALPHA},
112 {1, 0, BLENDFACTOR_INV_DST_ALPHA, BLENDFACTOR_ONE},
128 {0, 0, BLENDFACTOR_ONE, BLENDFACTOR_ONE},
191 sblend = BLENDFACTOR_ONE;
i830_3d.c 145 SRC_BLND_FACT(BLENDFACTOR_ONE) |
i830_reg.h 295 #define BLENDFACTOR_ONE 0x02
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
i830_render.c 106 {0, 0, BLENDFACTOR_ONE, BLENDFACTOR_ZERO},
108 {0, 0, BLENDFACTOR_ZERO, BLENDFACTOR_ONE},
110 {0, 1, BLENDFACTOR_ONE, BLENDFACTOR_INV_SRC_ALPHA},
112 {1, 0, BLENDFACTOR_INV_DST_ALPHA, BLENDFACTOR_ONE},
128 {0, 0, BLENDFACTOR_ONE, BLENDFACTOR_ONE},
191 sblend = BLENDFACTOR_ONE;
i830_3d.c 145 SRC_BLND_FACT(BLENDFACTOR_ONE) |
i830_reg.h 289 #define BLENDFACTOR_ONE 0x02
  /xsrc/external/mit/xf86-video-intel-old/dist/src/
i830_render.c 104 {0, 0, BLENDFACTOR_ONE, BLENDFACTOR_ZERO},
106 {0, 0, BLENDFACTOR_ZERO, BLENDFACTOR_ONE},
108 {0, 1, BLENDFACTOR_ONE, BLENDFACTOR_INV_SRC_ALPHA},
110 {1, 0, BLENDFACTOR_INV_DST_ALPHA, BLENDFACTOR_ONE},
126 {0, 0, BLENDFACTOR_ONE, BLENDFACTOR_ONE},
192 sblend = BLENDFACTOR_ONE;
i830_3d.c 151 SRC_BLND_FACT(BLENDFACTOR_ONE) |
i830_reg.h 225 #define BLENDFACTOR_ONE 0x02
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/
swr_state.h 295 return BLENDFACTOR_ONE;
334 return BLENDFACTOR_ONE;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/
swr_state.h 272 return BLENDFACTOR_ONE;
311 return BLENDFACTOR_ONE;
  /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
genX_pipeline.c 635 [VK_BLEND_FACTOR_ONE] = BLENDFACTOR_ONE,
1024 entry.SourceBlendFactor = BLENDFACTOR_ONE;
1025 entry.DestinationBlendFactor = BLENDFACTOR_ONE;
1029 entry.SourceAlphaBlendFactor = BLENDFACTOR_ONE;
1030 entry.DestinationAlphaBlendFactor = BLENDFACTOR_ONE;
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
gen2_render.c 65 {0, 0, BLENDFACTOR_ONE, BLENDFACTOR_ZERO},
67 {0, 0, BLENDFACTOR_ZERO, BLENDFACTOR_ONE},
69 {0, 1, BLENDFACTOR_ONE, BLENDFACTOR_INV_SRC_ALPHA},
71 {1, 0, BLENDFACTOR_INV_DST_ALPHA, BLENDFACTOR_ONE},
87 {0, 0, BLENDFACTOR_ONE, BLENDFACTOR_ONE},
437 sblend = BLENDFACTOR_ONE;
510 ENABLE_SRC_BLND_FACTOR | SRC_BLND_FACT(BLENDFACTOR_ONE) |
1116 BATCH(BLENDFACTOR_ONE << S8_SRC_BLEND_FACTOR_SHIFT |
1117 BLENDFACTOR_ONE << S8_DST_BLEND_FACTOR_SHIFT
    [all...]
gen8_render.c 151 /* Src */ {0, BLENDFACTOR_ONE, BLENDFACTOR_ZERO},
152 /* Dst */ {0, BLENDFACTOR_ZERO, BLENDFACTOR_ONE},
153 /* Over */ {1, BLENDFACTOR_ONE, BLENDFACTOR_INV_SRC_ALPHA},
154 /* OverReverse */ {0, BLENDFACTOR_INV_DST_ALPHA, BLENDFACTOR_ONE},
162 /* Add */ {0, BLENDFACTOR_ONE, BLENDFACTOR_ONE},
179 #define NO_BLEND BLEND_OFFSET(BLENDFACTOR_ONE, BLENDFACTOR_ZERO)
263 src = BLENDFACTOR_ONE;
1786 !(dst == BLENDFACTOR_ZERO && src == BLENDFACTOR_ONE);
gen2_render.h 218 #define BLENDFACTOR_ONE 0x02
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/core/core/
blend.h 49 case BLENDFACTOR_ONE:
state.h 479 BLENDFACTOR_ONE,
  /xsrc/external/mit/xf86-video-intel/dist/src/sna/
gen8_render.c 190 /* Src */ {0, BLENDFACTOR_ONE, BLENDFACTOR_ZERO},
191 /* Dst */ {0, BLENDFACTOR_ZERO, BLENDFACTOR_ONE},
192 /* Over */ {1, BLENDFACTOR_ONE, BLENDFACTOR_INV_SRC_ALPHA},
193 /* OverReverse */ {0, BLENDFACTOR_INV_DST_ALPHA, BLENDFACTOR_ONE},
201 /* Add */ {0, BLENDFACTOR_ONE, BLENDFACTOR_ONE},
218 #define NO_BLEND BLEND_OFFSET(BLENDFACTOR_ONE, BLENDFACTOR_ZERO)
329 src = BLENDFACTOR_ONE;
1853 !(dst == BLENDFACTOR_ZERO && src == BLENDFACTOR_ONE);
gen9_render.c 207 /* Src */ {0, BLENDFACTOR_ONE, BLENDFACTOR_ZERO},
208 /* Dst */ {0, BLENDFACTOR_ZERO, BLENDFACTOR_ONE},
209 /* Over */ {1, BLENDFACTOR_ONE, BLENDFACTOR_INV_SRC_ALPHA},
210 /* OverReverse */ {0, BLENDFACTOR_INV_DST_ALPHA, BLENDFACTOR_ONE},
218 /* Add */ {0, BLENDFACTOR_ONE, BLENDFACTOR_ONE},
235 #define NO_BLEND BLEND_OFFSET(BLENDFACTOR_ONE, BLENDFACTOR_ZERO)
380 src = BLENDFACTOR_ONE;
1929 !(dst == BLENDFACTOR_ZERO && src == BLENDFACTOR_ONE);
gen2_render.c 68 {0, 0, BLENDFACTOR_ONE, BLENDFACTOR_ZERO},
70 {0, 0, BLENDFACTOR_ZERO, BLENDFACTOR_ONE},
72 {0, 1, BLENDFACTOR_ONE, BLENDFACTOR_INV_SRC_ALPHA},
74 {1, 0, BLENDFACTOR_INV_DST_ALPHA, BLENDFACTOR_ONE},
90 {0, 0, BLENDFACTOR_ONE, BLENDFACTOR_ONE},
440 sblend = BLENDFACTOR_ONE;
513 ENABLE_SRC_BLND_FACTOR | SRC_BLND_FACT(BLENDFACTOR_ONE) |
1135 BATCH(BLENDFACTOR_ONE << S8_SRC_BLEND_FACTOR_SHIFT |
1136 BLENDFACTOR_ONE << S8_DST_BLEND_FACTOR_SHIFT
    [all...]
gen2_render.h 218 #define BLENDFACTOR_ONE 0x02
  /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
genX_pipeline.c 892 [VK_BLEND_FACTOR_ONE] = BLENDFACTOR_ONE,
1355 entry.SourceBlendFactor = BLENDFACTOR_ONE;
1356 entry.DestinationBlendFactor = BLENDFACTOR_ONE;
1360 entry.SourceAlphaBlendFactor = BLENDFACTOR_ONE;
1361 entry.DestinationAlphaBlendFactor = BLENDFACTOR_ONE;
  /xsrc/external/mit/xf86-video-intel/dist/xvmc/
i830_reg.h 289 #define BLENDFACTOR_ONE 0x02
  /xsrc/external/mit/xf86-video-intel-2014/dist/xvmc/
i830_reg.h 289 #define BLENDFACTOR_ONE 0x02
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/jitter/
blend_jit.cpp 64 case BLENDFACTOR_ONE:

Completed in 66 milliseconds

1 2 3