Searched refs:RADEON_DST_BLEND_GL_ZERO (Results 1 – 6 of 6) sorted by relevance
214 OUT_BATCH_REGVAL(RADEON_RB3D_BLENDCNTL, RADEON_SRC_BLEND_GL_ONE | RADEON_DST_BLEND_GL_ZERO); in emit_cb_setup()
210 b |= RADEON_DST_BLEND_GL_ZERO; in radeonBlendFuncSeparate()246 b |= RADEON_DST_BLEND_GL_ZERO; in radeonBlendFuncSeparate()
683 RADEON_DST_BLEND_GL_ZERO ); in radeonInitState()
366 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