Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_blend.c51 case PIPE_BLENDFACTOR_CONST_COLOR: return SVGA3D_BLENDOP_BLENDFACTOR; in svga_translate_blend_factor()
53 case PIPE_BLENDFACTOR_CONST_ALPHA: return SVGA3D_BLENDOP_BLENDFACTOR; /* ? */ in svga_translate_blend_factor()
/external/mesa3d/src/gallium/drivers/svga/include/
Dsvga3d_reg.h501 SVGA3D_BLENDOP_BLENDFACTOR = 12, enumerator