Searched refs:SVGA3D_BLENDOP_DESTCOLOR (Results 1 – 2 of 2) sorted by relevance
49 case PIPE_BLENDFACTOR_DST_COLOR: return SVGA3D_BLENDOP_DESTCOLOR; in svga_translate_blend_factor()189 blend->rt[i].dstblend = SVGA3D_BLENDOP_DESTCOLOR; in svga_create_blend_state()202 blend->rt[i].dstblend = SVGA3D_BLENDOP_DESTCOLOR; in svga_create_blend_state()214 blend->rt[i].dstblend = SVGA3D_BLENDOP_DESTCOLOR; in svga_create_blend_state()221 blend->rt[i].dstblend = SVGA3D_BLENDOP_DESTCOLOR; in svga_create_blend_state()233 blend->rt[i].dstblend = SVGA3D_BLENDOP_DESTCOLOR; in svga_create_blend_state()
803 SVGA3D_BLENDOP_DESTCOLOR = 9, enumerator