Searched refs:dstblend (Results 1 – 3 of 3) sorted by relevance
157 perRT[i].destBlend = bs->rt[i].dstblend; in define_blend_state_object()192 blend->rt[buffer].dstblend = SVGA3D_BLENDOP_ONE; 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()216 blend->rt[buffer].dstblend = SVGA3D_BLENDOP_DESTCOLOR; in emulate_logicop()222 blend->rt[buffer].dstblend = SVGA3D_BLENDOP_ONE; in emulate_logicop()229 blend->rt[buffer].dstblend = SVGA3D_BLENDOP_DESTCOLOR; in emulate_logicop()235 blend->rt[buffer].dstblend = SVGA3D_BLENDOP_INVDESTCOLOR; in emulate_logicop()241 blend->rt[buffer].dstblend = SVGA3D_BLENDOP_DESTCOLOR; in emulate_logicop()[all …]
125 uint8_t dstblend; member
116 EMIT_RS(svga, curr->rt[0].dstblend, DSTBLEND); in emit_rss_vgpu9()