Searched refs:SVGA3D_BLENDOP_ONE (Results 1 – 2 of 2) sorted by relevance
46 case PIPE_BLENDFACTOR_ONE: return SVGA3D_BLENDOP_ONE; in svga_translate_blend_factor()71 case 0: return SVGA3D_BLENDOP_ONE; in svga_translate_blend_factor()191 blend->rt[buffer].srcblend = SVGA3D_BLENDOP_ONE; in emulate_logicop()192 blend->rt[buffer].dstblend = SVGA3D_BLENDOP_ONE; in emulate_logicop()203 blend->rt[buffer].srcblend = SVGA3D_BLENDOP_ONE; in emulate_logicop()221 blend->rt[buffer].srcblend = SVGA3D_BLENDOP_ONE; in emulate_logicop()222 blend->rt[buffer].dstblend = SVGA3D_BLENDOP_ONE; in emulate_logicop()268 blend->rt[buffer].srcblend = SVGA3D_BLENDOP_ONE; in emulate_logicop()367 blend->rt[i].srcblend = SVGA3D_BLENDOP_ONE; in svga_create_blend_state()370 blend->rt[i].srcblend_alpha = SVGA3D_BLENDOP_ONE; in svga_create_blend_state()
1001 SVGA3D_BLENDOP_ONE = 2, enumerator