Home
last modified time | relevance | path

Searched refs:srcblend (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_blend.c156 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 …]
Dsvga_context.h124 uint8_t srcblend; member
Dsvga_state_rss.c115 EMIT_RS(svga, curr->rt[0].srcblend, SRCBLEND); in emit_rss_vgpu9()