Searched refs:SVGA3D_BLENDOP_INVDESTCOLOR (Results 1 – 2 of 2) sorted by relevance
50 case PIPE_BLENDFACTOR_INV_DST_COLOR: return SVGA3D_BLENDOP_INVDESTCOLOR; in svga_translate_blend_factor()208 blend->rt[i].dstblend = SVGA3D_BLENDOP_INVDESTCOLOR; in svga_create_blend_state()227 blend->rt[i].dstblend = SVGA3D_BLENDOP_INVDESTCOLOR; in svga_create_blend_state()
804 SVGA3D_BLENDOP_INVDESTCOLOR = 10, enumerator