Searched refs:srcblend (Results 1 – 3 of 3) sorted by relevance
138 perRT[i].srcBlend = bs->rt[i].srcblend; in define_blend_state_object()173 blend->rt[buffer].srcblend = SVGA3D_BLENDOP_ONE; in emulate_logicop()179 blend->rt[buffer].srcblend = SVGA3D_BLENDOP_ZERO; in emulate_logicop()185 blend->rt[buffer].srcblend = SVGA3D_BLENDOP_ONE; in emulate_logicop()191 blend->rt[buffer].srcblend = SVGA3D_BLENDOP_INVSRCCOLOR; 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()210 blend->rt[buffer].srcblend = SVGA3D_BLENDOP_SRCCOLOR; in emulate_logicop()216 blend->rt[buffer].srcblend = SVGA3D_BLENDOP_SRCCOLOR; in emulate_logicop()222 blend->rt[buffer].srcblend = SVGA3D_BLENDOP_INVSRCCOLOR; in emulate_logicop()[all …]
97 EMIT_RS(svga, curr->rt[0].srcblend, SRCBLEND); in emit_rss_vgpu9()
122 uint8_t srcblend; member