Searched refs:blendcntl (Results 1 - 15 of 15) sorted by relevance

/xsrc/external/mit/xf86-video-mga/dist/src/
H A Dmga_exa.c528 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 Dradeon_exa_render.c629 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 Devergreen_state.h94 uint32_t blendcntl; member in struct:__anon0a2b7a930208
H A Dr600_state.h57 uint32_t blendcntl; member in struct:__anonbd842b780208
H A Dr6xx_accel.c326 EREG(ib, CB_BLEND_CONTROL, cb_conf->blendcntl);
331 EREG(ib, CB_BLEND0_CONTROL, cb_conf->blendcntl);
H A Devergreen_exa.c1324 cb_conf.blendcntl = EVERGREENGetBlendCntl(op, pMaskPicture, pDstPicture->format);
1325 cb_conf.blendcntl |= CB_BLEND0_CONTROL__ENABLE_bit;
H A Devergreen_accel.c341 EREG(CB_BLEND0_CONTROL, cb_conf->blendcntl);
H A Dr600_exa.c1483 cb_conf.blendcntl = R600GetBlendCntl(op, pMaskPicture, pDstPicture->format);
/xsrc/external/mit/xf86-video-ati-kms/dist/src/
H A Dradeon_exa_render.c583 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 Devergreen_state.h94 uint32_t blendcntl; member in struct:__anon924f4acb0208
H A Dr600_state.h57 uint32_t blendcntl; member in struct:__anonad3ef8b00208
H A Dr6xx_accel.c293 EREG(CB_BLEND_CONTROL, cb_conf->blendcntl);
298 EREG(CB_BLEND0_CONTROL, cb_conf->blendcntl);
H A Devergreen_exa.c1470 cb_conf.blendcntl = EVERGREENGetBlendCntl(op, pMaskPicture, pDstPicture->format);
1471 cb_conf.blendcntl |= CB_BLEND0_CONTROL__ENABLE_bit;
H A Devergreen_accel.c335 EREG(CB_BLEND0_CONTROL, cb_conf->blendcntl);
H A Dr600_exa.c1509 cb_conf.blendcntl = R600GetBlendCntl(op, pMaskPicture, pDstPicture->format);

Completed in 30 milliseconds