Searched refs:SVGA3D_BLENDOP_ONE (Results 1 – 2 of 2) sorted by relevance
42 case PIPE_BLENDFACTOR_ONE: return SVGA3D_BLENDOP_ONE; in svga_translate_blend_factor()98 blend->rt[i].srcblend = SVGA3D_BLENDOP_ONE; in svga_create_blend_state()99 blend->rt[i].dstblend = SVGA3D_BLENDOP_ONE; in svga_create_blend_state()125 blend->rt[i].srcblend = SVGA3D_BLENDOP_ONE; in svga_create_blend_state()126 blend->rt[i].dstblend = SVGA3D_BLENDOP_ONE; in svga_create_blend_state()
491 SVGA3D_BLENDOP_ONE = 2, enumerator