Searched refs:SVGA3D_BLENDOP_ZERO (Results 1 – 2 of 2) sorted by relevance
44 case PIPE_BLENDFACTOR_ZERO: return SVGA3D_BLENDOP_ZERO; in svga_translate_blend_factor()74 return SVGA3D_BLENDOP_ZERO; in svga_translate_blend_factor()197 blend->rt[buffer].srcblend = SVGA3D_BLENDOP_ZERO; in emulate_logicop()198 blend->rt[buffer].dstblend = SVGA3D_BLENDOP_ZERO; in emulate_logicop()204 blend->rt[buffer].dstblend = SVGA3D_BLENDOP_ZERO; in emulate_logicop()210 blend->rt[buffer].dstblend = SVGA3D_BLENDOP_ZERO; in emulate_logicop()215 blend->rt[buffer].srcblend = SVGA3D_BLENDOP_ZERO; in emulate_logicop()269 blend->rt[buffer].dstblend = SVGA3D_BLENDOP_ZERO; in emulate_logicop()328 blend->rt[i].srcblend = SVGA3D_BLENDOP_ZERO; in svga_create_blend_state()329 blend->rt[i].dstblend = SVGA3D_BLENDOP_ZERO; in svga_create_blend_state()[all …]
1000 SVGA3D_BLENDOP_ZERO = 1, enumerator