Searched refs:RADEON_DST_BLEND_GL_ZERO (Results 1 – 6 of 6) sorted by relevance
205 OUT_BATCH_REGVAL(RADEON_RB3D_BLENDCNTL, RADEON_SRC_BLEND_GL_ONE | RADEON_DST_BLEND_GL_ZERO); in emit_cb_setup()
208 b |= RADEON_DST_BLEND_GL_ZERO; in radeonBlendFuncSeparate()244 b |= RADEON_DST_BLEND_GL_ZERO; in radeonBlendFuncSeparate()
684 RADEON_DST_BLEND_GL_ZERO ); in radeonInitState()
356 OUT_BATCH_REGVAL(RADEON_RB3D_BLENDCNTL, RADEON_SRC_BLEND_GL_ONE | RADEON_DST_BLEND_GL_ZERO);
1517 # define RADEON_DST_BLEND_GL_ZERO (32 << 24) macro