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

  /external/mesa3d/src/gallium/drivers/svga/
svga_pipe_blend.c 46 case PIPE_BLENDFACTOR_INV_DST_COLOR: return SVGA3D_BLENDOP_INVDESTCOLOR;
139 blend->rt[i].dstblend = SVGA3D_BLENDOP_INVDESTCOLOR;
158 blend->rt[i].dstblend = SVGA3D_BLENDOP_INVDESTCOLOR;
  /external/mesa3d/src/gallium/drivers/svga/include/
svga3d_reg.h 499 SVGA3D_BLENDOP_INVDESTCOLOR = 10,
    [all...]

Completed in 33 milliseconds