Searched refs:srcblend (Results 1 – 3 of 3) sorted by relevance
156 perRT[i].srcBlend = bs->rt[i].srcblend; in define_blend_state_object()191 blend->rt[buffer].srcblend = SVGA3D_BLENDOP_ONE; in emulate_logicop()197 blend->rt[buffer].srcblend = SVGA3D_BLENDOP_ZERO; in emulate_logicop()203 blend->rt[buffer].srcblend = SVGA3D_BLENDOP_ONE; in emulate_logicop()209 blend->rt[buffer].srcblend = SVGA3D_BLENDOP_INVSRCCOLOR; in emulate_logicop()215 blend->rt[buffer].srcblend = SVGA3D_BLENDOP_ZERO; in emulate_logicop()221 blend->rt[buffer].srcblend = SVGA3D_BLENDOP_ONE; in emulate_logicop()228 blend->rt[buffer].srcblend = SVGA3D_BLENDOP_SRCCOLOR; in emulate_logicop()234 blend->rt[buffer].srcblend = SVGA3D_BLENDOP_SRCCOLOR; in emulate_logicop()240 blend->rt[buffer].srcblend = SVGA3D_BLENDOP_INVSRCCOLOR; in emulate_logicop()[all …]
124 uint8_t srcblend; member
115 EMIT_RS(svga, curr->rt[0].srcblend, SRCBLEND); in emit_rss_vgpu9()