Home
last modified time | relevance | path

Searched refs:SVGA3D_BLENDOP_INVDESTCOLOR (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_blend.c50 case PIPE_BLENDFACTOR_INV_DST_COLOR: return SVGA3D_BLENDOP_INVDESTCOLOR; in svga_translate_blend_factor()
235 blend->rt[buffer].dstblend = SVGA3D_BLENDOP_INVDESTCOLOR; in emulate_logicop()
254 blend->rt[buffer].dstblend = SVGA3D_BLENDOP_INVDESTCOLOR; in emulate_logicop()
/third_party/mesa3d/src/gallium/drivers/svga/include/
Dsvga3d_types.h1009 SVGA3D_BLENDOP_INVDESTCOLOR = 10, enumerator