Searched refs:dstblend (Results 1 – 3 of 3) sorted by relevance
113 perRT[i].destBlend = bs->rt[i].dstblend; in define_blend_state_object()165 blend->rt[i].dstblend = SVGA3D_BLENDOP_ONE; in svga_create_blend_state()171 blend->rt[i].dstblend = SVGA3D_BLENDOP_ZERO; in svga_create_blend_state()177 blend->rt[i].dstblend = SVGA3D_BLENDOP_ZERO; in svga_create_blend_state()183 blend->rt[i].dstblend = SVGA3D_BLENDOP_ZERO; in svga_create_blend_state()189 blend->rt[i].dstblend = SVGA3D_BLENDOP_DESTCOLOR; in svga_create_blend_state()195 blend->rt[i].dstblend = SVGA3D_BLENDOP_ONE; in svga_create_blend_state()202 blend->rt[i].dstblend = SVGA3D_BLENDOP_DESTCOLOR; in svga_create_blend_state()208 blend->rt[i].dstblend = SVGA3D_BLENDOP_INVDESTCOLOR; in svga_create_blend_state()214 blend->rt[i].dstblend = SVGA3D_BLENDOP_DESTCOLOR; in svga_create_blend_state()[all …]
119 uint8_t dstblend; member
99 EMIT_RS(svga, curr->rt[0].dstblend, DSTBLEND); in emit_rss_vgpu9()