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 50 case PIPE_BLENDFACTOR_INV_DST_COLOR: return SVGA3D_BLENDOP_INVDESTCOLOR;
208 blend->rt[i].dstblend = SVGA3D_BLENDOP_INVDESTCOLOR;
227 blend->rt[i].dstblend = SVGA3D_BLENDOP_INVDESTCOLOR;
  /external/mesa3d/src/gallium/drivers/svga/include/
svga3d_types.h 804 SVGA3D_BLENDOP_INVDESTCOLOR = 10,
    [all...]

Completed in 59 milliseconds