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.c55 case PIPE_BLENDFACTOR_CONST_COLOR: return SVGA3D_BLENDOP_BLENDFACTOR; in svga_translate_blend_factor()
61 return SVGA3D_BLENDOP_BLENDFACTOR; /* as close as we can get */ in svga_translate_blend_factor()
/external/mesa3d/src/gallium/drivers/svga/include/
Dsvga3d_types.h806 SVGA3D_BLENDOP_BLENDFACTOR = 12, enumerator