Searched refs:srcblend (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_pipe_blend.c112 perRT[i].srcBlend = bs->rt[i].srcblend;
174 blend->rt[i].srcblend = SVGA3D_BLENDOP_ONE;
180 blend->rt[i].srcblend = SVGA3D_BLENDOP_ZERO;
186 blend->rt[i].srcblend = SVGA3D_BLENDOP_ONE;
192 blend->rt[i].srcblend = SVGA3D_BLENDOP_INVSRCCOLOR;
198 blend->rt[i].srcblend = SVGA3D_BLENDOP_ZERO;
204 blend->rt[i].srcblend = SVGA3D_BLENDOP_ONE;
211 blend->rt[i].srcblend = SVGA3D_BLENDOP_SRCCOLOR;
217 blend->rt[i].srcblend = SVGA3D_BLENDOP_SRCCOLOR;
223 blend->rt[i].srcblend
[all...]
H A Dsvga_context.h118 uint8_t srcblend; member in struct:svga_blend_state::__anon129ac23c0108
H A Dsvga_state_rss.c115 EMIT_RS(svga, curr->rt[0].srcblend, SRCBLEND);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_pipe_blend.c156 perRT[i].srcBlend = bs->rt[i].srcblend;
191 blend->rt[buffer].srcblend = SVGA3D_BLENDOP_ONE;
197 blend->rt[buffer].srcblend = SVGA3D_BLENDOP_ZERO;
203 blend->rt[buffer].srcblend = SVGA3D_BLENDOP_ONE;
209 blend->rt[buffer].srcblend = SVGA3D_BLENDOP_INVSRCCOLOR;
215 blend->rt[buffer].srcblend = SVGA3D_BLENDOP_ZERO;
221 blend->rt[buffer].srcblend = SVGA3D_BLENDOP_ONE;
228 blend->rt[buffer].srcblend = SVGA3D_BLENDOP_SRCCOLOR;
234 blend->rt[buffer].srcblend = SVGA3D_BLENDOP_SRCCOLOR;
240 blend->rt[buffer].srcblend
[all...]
H A Dsvga_context.h124 uint8_t srcblend; member in struct:svga_blend_state::__anon9fcd83af0108
H A Dsvga_state_rss.c115 EMIT_RS(svga, curr->rt[0].srcblend, SRCBLEND);
/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dradeon_render.c221 uint32_t srcblend = blend_cntl & RADEON_SRC_BLEND_MASK; local in function:RadeonGetBlendCntl
226 if (srcblend == RADEON_SRC_BLEND_GL_ONE_MINUS_DST_ALPHA ||
227 srcblend == RADEON_SRC_BLEND_GL_SRC_ALPHA_SATURATE)
230 else if (srcblend == RADEON_SRC_BLEND_GL_DST_ALPHA)

Completed in 11 milliseconds