Searched refs:RADEON_DST_BLEND_GL_ZERO (Results 1 – 12 of 12) sorted by relevance
222 OUT_BATCH_REGVAL(RADEON_RB3D_BLENDCNTL, RADEON_SRC_BLEND_GL_ONE | RADEON_DST_BLEND_GL_ZERO); in emit_cb_setup()
207 b |= RADEON_DST_BLEND_GL_ZERO; in radeonBlendFuncSeparate()243 b |= RADEON_DST_BLEND_GL_ZERO; in radeonBlendFuncSeparate()
680 RADEON_DST_BLEND_GL_ZERO ); in radeonInitState()
347 OUT_BATCH_REGVAL(RADEON_RB3D_BLENDCNTL, RADEON_SRC_BLEND_GL_ONE | RADEON_DST_BLEND_GL_ZERO); in emit_cb_setup()
1517 # define RADEON_DST_BLEND_GL_ZERO (32 << 24) macro