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.c46 case PIPE_BLENDFACTOR_ONE: return SVGA3D_BLENDOP_ONE; in svga_translate_blend_factor()
71 case 0: return SVGA3D_BLENDOP_ONE; in svga_translate_blend_factor()
191 blend->rt[buffer].srcblend = SVGA3D_BLENDOP_ONE; in emulate_logicop()
192 blend->rt[buffer].dstblend = SVGA3D_BLENDOP_ONE; in emulate_logicop()
203 blend->rt[buffer].srcblend = SVGA3D_BLENDOP_ONE; in emulate_logicop()
221 blend->rt[buffer].srcblend = SVGA3D_BLENDOP_ONE; in emulate_logicop()
222 blend->rt[buffer].dstblend = SVGA3D_BLENDOP_ONE; in emulate_logicop()
268 blend->rt[buffer].srcblend = SVGA3D_BLENDOP_ONE; in emulate_logicop()
367 blend->rt[i].srcblend = SVGA3D_BLENDOP_ONE; in svga_create_blend_state()
370 blend->rt[i].srcblend_alpha = SVGA3D_BLENDOP_ONE; in svga_create_blend_state()
/external/mesa3d/src/gallium/drivers/svga/include/
Dsvga3d_types.h1001 SVGA3D_BLENDOP_ONE = 2, enumerator