Searched refs:SVGA3D_BLENDOP_DESTCOLOR (Results 1 – 2 of 2) sorted by relevance
45 case PIPE_BLENDFACTOR_DST_COLOR: return SVGA3D_BLENDOP_DESTCOLOR; in svga_translate_blend_factor()120 blend->rt[i].dstblend = SVGA3D_BLENDOP_DESTCOLOR; in svga_create_blend_state()133 blend->rt[i].dstblend = SVGA3D_BLENDOP_DESTCOLOR; in svga_create_blend_state()145 blend->rt[i].dstblend = SVGA3D_BLENDOP_DESTCOLOR; in svga_create_blend_state()152 blend->rt[i].dstblend = SVGA3D_BLENDOP_DESTCOLOR; in svga_create_blend_state()164 blend->rt[i].dstblend = SVGA3D_BLENDOP_DESTCOLOR; in svga_create_blend_state()
498 SVGA3D_BLENDOP_DESTCOLOR = 9, enumerator