Searched refs:blendeq (Results 1 – 3 of 3) sorted by relevance
158 perRT[i].blendOp = bs->rt[i].blendeq; in define_blend_state_object()193 blend->rt[buffer].blendeq = SVGA3D_BLENDEQ_SUBTRACT; in emulate_logicop()199 blend->rt[buffer].blendeq = SVGA3D_BLENDEQ_MINIMUM; in emulate_logicop()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()223 blend->rt[buffer].blendeq = SVGA3D_BLENDEQ_MAXIMUM; in emulate_logicop()230 blend->rt[buffer].blendeq = SVGA3D_BLENDEQ_MINIMUM; in emulate_logicop()236 blend->rt[buffer].blendeq = SVGA3D_BLENDEQ_MINIMUM; in emulate_logicop()242 blend->rt[buffer].blendeq = SVGA3D_BLENDEQ_MINIMUM; in emulate_logicop()[all …]
126 uint8_t blendeq; member
117 EMIT_RS(svga, curr->rt[0].blendeq, BLENDEQUATION); in emit_rss_vgpu9()