Searched refs:SVGA3D_BLENDOP_SRCCOLOR (Results 1 – 2 of 2) sorted by relevance
47 case PIPE_BLENDFACTOR_SRC_COLOR: return SVGA3D_BLENDOP_SRCCOLOR; in svga_translate_blend_factor()228 blend->rt[buffer].srcblend = SVGA3D_BLENDOP_SRCCOLOR; in emulate_logicop()234 blend->rt[buffer].srcblend = SVGA3D_BLENDOP_SRCCOLOR; in emulate_logicop()247 blend->rt[buffer].srcblend = SVGA3D_BLENDOP_SRCCOLOR; in emulate_logicop()253 blend->rt[buffer].srcblend = SVGA3D_BLENDOP_SRCCOLOR; in emulate_logicop()
973 SVGA3D_BLENDOP_SRCCOLOR = 3, enumerator