| /xsrc/external/mit/xf86-video-mga/dist/src/ |
| H A D | mga_exa.c | 528 CARD32 fcol = 0xff000000, ds0 = 0, ds1 = 0, cmd, blendcntl; local in function:mgaPrepareComposite 587 blendcntl = mgaBlendOp[op].blend_cntl; 590 int sblend = blendcntl & MGA_SRC_BLEND_MASK; 593 blendcntl = (blendcntl & ~MGA_SRC_BLEND_MASK) | MGA_SRC_ONE; 595 blendcntl = (blendcntl & ~MGA_SRC_BLEND_MASK) | MGA_SRC_ZERO; 603 OUTREG(MGAREG_ALPHACTRL, MGA_ALPHACHANNEL | blendcntl);
|
| /xsrc/external/mit/xf86-video-ati/dist/src/ |
| H A D | radeon_exa_render.c | 629 uint32_t pp_cntl, blendcntl, cblend, ablend; local in function:FUNC_NAME 739 blendcntl = RADEONGetBlendCntl(op, pMaskPicture, pDstPicture->format); 741 OUT_ACCEL_REG(RADEON_RB3D_BLENDCNTL, blendcntl); 1002 uint32_t pp_cntl, blendcntl, cblend, ablend, colorpitch; local in function:FUNC_NAME 1123 blendcntl = RADEONGetBlendCntl(op, pMaskPicture, pDstPicture->format); 1124 OUT_ACCEL_REG(RADEON_RB3D_BLENDCNTL, blendcntl); 1509 uint32_t blendcntl, output_fmt; local in function:FUNC_NAME 2159 blendcntl = RADEONGetBlendCntl(op, pMaskPicture, pDstPicture->format); 2160 OUT_ACCEL_REG(R300_RB3D_BLENDCNTL, blendcntl | R300_ALPHA_BLEND_ENABLE | R300_READ_ENABLE);
|
| H A D | evergreen_state.h | 94 uint32_t blendcntl; member in struct:__anon0a2b7a930208
|
| H A D | r600_state.h | 57 uint32_t blendcntl; member in struct:__anonbd842b780208
|
| H A D | r6xx_accel.c | 326 EREG(ib, CB_BLEND_CONTROL, cb_conf->blendcntl); 331 EREG(ib, CB_BLEND0_CONTROL, cb_conf->blendcntl);
|
| H A D | evergreen_exa.c | 1324 cb_conf.blendcntl = EVERGREENGetBlendCntl(op, pMaskPicture, pDstPicture->format); 1325 cb_conf.blendcntl |= CB_BLEND0_CONTROL__ENABLE_bit;
|
| H A D | evergreen_accel.c | 341 EREG(CB_BLEND0_CONTROL, cb_conf->blendcntl);
|
| H A D | r600_exa.c | 1483 cb_conf.blendcntl = R600GetBlendCntl(op, pMaskPicture, pDstPicture->format);
|
| /xsrc/external/mit/xf86-video-ati-kms/dist/src/ |
| H A D | radeon_exa_render.c | 583 uint32_t pp_cntl, blendcntl, cblend, ablend; local in function:R100PrepareComposite 690 blendcntl = RADEONGetBlendCntl(op, pMaskPicture, pDstPicture->format); 692 OUT_RING_REG(RADEON_RB3D_BLENDCNTL, blendcntl); 945 uint32_t pp_cntl, blendcntl, cblend, ablend, colorpitch; local in function:R200PrepareComposite 1063 blendcntl = RADEONGetBlendCntl(op, pMaskPicture, pDstPicture->format); 1064 OUT_RING_REG(RADEON_RB3D_BLENDCNTL, blendcntl); 1436 uint32_t blendcntl, output_fmt; local in function:R300PrepareComposite 2081 blendcntl = RADEONGetBlendCntl(op, pMaskPicture, pDstPicture->format); 2082 OUT_RING_REG(R300_RB3D_BLENDCNTL, blendcntl | R300_ALPHA_BLEND_ENABLE | R300_READ_ENABLE);
|
| H A D | evergreen_state.h | 94 uint32_t blendcntl; member in struct:__anon924f4acb0208
|
| H A D | r600_state.h | 57 uint32_t blendcntl; member in struct:__anonad3ef8b00208
|
| H A D | r6xx_accel.c | 293 EREG(CB_BLEND_CONTROL, cb_conf->blendcntl); 298 EREG(CB_BLEND0_CONTROL, cb_conf->blendcntl);
|
| H A D | evergreen_exa.c | 1470 cb_conf.blendcntl = EVERGREENGetBlendCntl(op, pMaskPicture, pDstPicture->format); 1471 cb_conf.blendcntl |= CB_BLEND0_CONTROL__ENABLE_bit;
|
| H A D | evergreen_accel.c | 335 EREG(CB_BLEND0_CONTROL, cb_conf->blendcntl);
|
| H A D | r600_exa.c | 1509 cb_conf.blendcntl = R600GetBlendCntl(op, pMaskPicture, pDstPicture->format);
|