Searched refs:SVGA3D_BLENDEQ_ADD (Results 1 – 2 of 2) sorted by relevance
82 case PIPE_BLEND_ADD: return SVGA3D_BLENDEQ_ADD; in svga_translate_blend_func()89 return SVGA3D_BLENDEQ_ADD; in svga_translate_blend_func()205 blend->rt[buffer].blendeq = SVGA3D_BLENDEQ_ADD; in emulate_logicop()211 blend->rt[buffer].blendeq = SVGA3D_BLENDEQ_ADD; in emulate_logicop()217 blend->rt[buffer].blendeq = SVGA3D_BLENDEQ_ADD; in emulate_logicop()270 blend->rt[buffer].blendeq = SVGA3D_BLENDEQ_ADD; in emulate_logicop()326 blend->rt[i].blendeq = SVGA3D_BLENDEQ_ADD; in svga_create_blend_state()327 blend->rt[i].blendeq_alpha = SVGA3D_BLENDEQ_ADD; in svga_create_blend_state()369 blend->rt[i].blendeq = SVGA3D_BLENDEQ_ADD; in svga_create_blend_state()372 blend->rt[i].blendeq_alpha = SVGA3D_BLENDEQ_ADD; in svga_create_blend_state()
996 SVGA3D_BLENDEQ_ADD = 1, enumerator