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()216 blend->rt[buffer].dstblend = SVGA3D_BLENDOP_DESTCOLOR; in emulate_logicop()229 blend->rt[buffer].dstblend = SVGA3D_BLENDOP_DESTCOLOR; in emulate_logicop()241 blend->rt[buffer].dstblend = SVGA3D_BLENDOP_DESTCOLOR; in emulate_logicop()248 blend->rt[buffer].dstblend = SVGA3D_BLENDOP_DESTCOLOR; in emulate_logicop()260 blend->rt[buffer].dstblend = SVGA3D_BLENDOP_DESTCOLOR; in emulate_logicop()
1008 SVGA3D_BLENDOP_DESTCOLOR = 9, enumerator