Searched refs:RADEON_SRC_BLEND_GL_ONE (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()
164 b |= RADEON_SRC_BLEND_GL_ONE; in radeonBlendFuncSeparate()200 b |= RADEON_SRC_BLEND_GL_ONE; in radeonBlendFuncSeparate()
683 RADEON_SRC_BLEND_GL_ONE | in radeonInitState()
356 OUT_BATCH_REGVAL(RADEON_RB3D_BLENDCNTL, RADEON_SRC_BLEND_GL_ONE | RADEON_DST_BLEND_GL_ZERO);
1506 # define RADEON_SRC_BLEND_GL_ONE (33 << 16) macro