Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_blend.c46 case PIPE_BLENDFACTOR_INV_DST_COLOR: return SVGA3D_BLENDOP_INVDESTCOLOR; in svga_translate_blend_factor()
139 blend->rt[i].dstblend = SVGA3D_BLENDOP_INVDESTCOLOR; in svga_create_blend_state()
158 blend->rt[i].dstblend = SVGA3D_BLENDOP_INVDESTCOLOR; in svga_create_blend_state()
/external/mesa3d/src/gallium/drivers/svga/include/
Dsvga3d_reg.h499 SVGA3D_BLENDOP_INVDESTCOLOR = 10, enumerator