Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_blend.c42 case PIPE_BLENDFACTOR_ONE: return SVGA3D_BLENDOP_ONE; in svga_translate_blend_factor()
98 blend->rt[i].srcblend = SVGA3D_BLENDOP_ONE; in svga_create_blend_state()
99 blend->rt[i].dstblend = SVGA3D_BLENDOP_ONE; in svga_create_blend_state()
125 blend->rt[i].srcblend = SVGA3D_BLENDOP_ONE; in svga_create_blend_state()
126 blend->rt[i].dstblend = SVGA3D_BLENDOP_ONE; in svga_create_blend_state()
/external/mesa3d/src/gallium/drivers/svga/include/
Dsvga3d_reg.h491 SVGA3D_BLENDOP_ONE = 2, enumerator