HomeSort by relevance Sort by last modified time
    Searched refs:dstblend (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/gallium/drivers/svga/
svga_pipe_blend.c 113 perRT[i].destBlend = bs->rt[i].dstblend;
165 blend->rt[i].dstblend = SVGA3D_BLENDOP_ONE;
171 blend->rt[i].dstblend = SVGA3D_BLENDOP_ZERO;
177 blend->rt[i].dstblend = SVGA3D_BLENDOP_ZERO;
183 blend->rt[i].dstblend = SVGA3D_BLENDOP_ZERO;
189 blend->rt[i].dstblend = SVGA3D_BLENDOP_DESTCOLOR;
195 blend->rt[i].dstblend = SVGA3D_BLENDOP_ONE;
202 blend->rt[i].dstblend = SVGA3D_BLENDOP_DESTCOLOR;
208 blend->rt[i].dstblend = SVGA3D_BLENDOP_INVDESTCOLOR;
214 blend->rt[i].dstblend = SVGA3D_BLENDOP_DESTCOLOR
    [all...]
svga_context.h 119 uint8_t dstblend; member in struct:svga_blend_state::__anon33919
svga_state_rss.c 99 EMIT_RS(svga, curr->rt[0].dstblend, DSTBLEND);

Completed in 615 milliseconds