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

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_pipe_blend.c 99 blend->rt[i].dstblend = SVGA3D_BLENDOP_ONE;
105 blend->rt[i].dstblend = SVGA3D_BLENDOP_ZERO;
114 blend->rt[i].dstblend = SVGA3D_BLENDOP_ZERO;
120 blend->rt[i].dstblend = SVGA3D_BLENDOP_DESTCOLOR;
126 blend->rt[i].dstblend = SVGA3D_BLENDOP_ONE;
133 blend->rt[i].dstblend = SVGA3D_BLENDOP_DESTCOLOR;
139 blend->rt[i].dstblend = SVGA3D_BLENDOP_INVDESTCOLOR;
145 blend->rt[i].dstblend = SVGA3D_BLENDOP_DESTCOLOR;
152 blend->rt[i].dstblend = SVGA3D_BLENDOP_DESTCOLOR;
158 blend->rt[i].dstblend = SVGA3D_BLENDOP_INVDESTCOLOR
    [all...]
svga_context.h 97 uint8_t dstblend; member in struct:svga_blend_state::__anon17736
svga_state_rss.c 96 EMIT_RS( svga, curr->rt[0].dstblend, DSTBLEND, fail );
  /external/mesa3d/src/gallium/drivers/svga/
svga_pipe_blend.c 99 blend->rt[i].dstblend = SVGA3D_BLENDOP_ONE;
105 blend->rt[i].dstblend = SVGA3D_BLENDOP_ZERO;
114 blend->rt[i].dstblend = SVGA3D_BLENDOP_ZERO;
120 blend->rt[i].dstblend = SVGA3D_BLENDOP_DESTCOLOR;
126 blend->rt[i].dstblend = SVGA3D_BLENDOP_ONE;
133 blend->rt[i].dstblend = SVGA3D_BLENDOP_DESTCOLOR;
139 blend->rt[i].dstblend = SVGA3D_BLENDOP_INVDESTCOLOR;
145 blend->rt[i].dstblend = SVGA3D_BLENDOP_DESTCOLOR;
152 blend->rt[i].dstblend = SVGA3D_BLENDOP_DESTCOLOR;
158 blend->rt[i].dstblend = SVGA3D_BLENDOP_INVDESTCOLOR
    [all...]
svga_context.h 97 uint8_t dstblend; member in struct:svga_blend_state::__anon31295
svga_state_rss.c 96 EMIT_RS( svga, curr->rt[0].dstblend, DSTBLEND, fail );

Completed in 343 milliseconds