Searched refs:PIPE_BLEND_REVERSE_SUBTRACT (Results 1 – 25 of 32) sorted by relevance
12
54 case PIPE_BLEND_REVERSE_SUBTRACT: in lp_build_blend_func_commutative()71 if (rgb_func == PIPE_BLEND_SUBTRACT && alpha_func == PIPE_BLEND_REVERSE_SUBTRACT) in lp_build_blend_func_reverse()73 if (rgb_func == PIPE_BLEND_REVERSE_SUBTRACT && alpha_func == PIPE_BLEND_SUBTRACT) in lp_build_blend_func_reverse()157 case PIPE_BLEND_REVERSE_SUBTRACT: in lp_build_blend_func()223 } else if (bld->type.floating && func == PIPE_BLEND_REVERSE_SUBTRACT) { in lp_build_blend()239 func == PIPE_BLEND_REVERSE_SUBTRACT) { in lp_build_blend()
389 case PIPE_BLEND_REVERSE_SUBTRACT: in compute_blend_ref()418 case PIPE_BLEND_REVERSE_SUBTRACT: in compute_blend_ref()618 PIPE_BLEND_REVERSE_SUBTRACT,
55 case PIPE_BLEND_REVERSE_SUBTRACT: in nvgl_blend_eqn()
38 case PIPE_BLEND_REVERSE_SUBTRACT: in util_blend_func_to_shader()
48 case PIPE_BLEND_REVERSE_SUBTRACT: in blend_func()
49 case PIPE_BLEND_REVERSE_SUBTRACT: in blend_func()
162 case PIPE_BLEND_REVERSE_SUBTRACT: in i915_translate_blend_func()
168 return PIPE_BLEND_REVERSE_SUBTRACT; in vk_conv_blend_func()
52 case PIPE_BLEND_REVERSE_SUBTRACT: in blend_func()
49 STATIC_ASSERT(PIPE_BLEND_REVERSE_SUBTRACT == BLEND_EQ_REVERSE_SUBTRACT); in etna_blend_state_create()
208 case PIPE_BLEND_REVERSE_SUBTRACT: in vc4_blend_func_f()232 case PIPE_BLEND_REVERSE_SUBTRACT: in vc4_blend_func_i()
278 case PIPE_BLEND_REVERSE_SUBTRACT: in swr_convert_blend_func()
49 case PIPE_BLEND_REVERSE_SUBTRACT: in r300_translate_blend_function()
189 if ((eqRGB == PIPE_BLEND_ADD || eqRGB == PIPE_BLEND_REVERSE_SUBTRACT) && in blend_discard_conditionally()190 (eqA == PIPE_BLEND_ADD || eqA == PIPE_BLEND_REVERSE_SUBTRACT)) { in blend_discard_conditionally()
61 return PIPE_BLEND_REVERSE_SUBTRACT; in translate_blend()
423 blend.rt[0].rgb_func = PIPE_BLEND_REVERSE_SUBTRACT; in init_pipe_state()424 blend.rt[0].alpha_dst_factor = PIPE_BLEND_REVERSE_SUBTRACT; in init_pipe_state()
81 PIPE_BLEND_REVERSE_SUBTRACT, enumerator
84 case PIPE_BLEND_REVERSE_SUBTRACT: return SVGA3D_BLENDEQ_REVSUBTRACT; in svga_translate_blend_func()
791 case PIPE_BLEND_REVERSE_SUBTRACT: in blend_quad()820 case PIPE_BLEND_REVERSE_SUBTRACT: in blend_quad()
689 case D3DBLENDOP_REVSUBTRACT: return PIPE_BLEND_REVERSE_SUBTRACT; in d3dblendop_to_pipe_blend()
454 return PIPE_BLEND_REVERSE_SUBTRACT; in translateBlendOp()
581 return PIPE_BLEND_REVERSE_SUBTRACT; in BlendEquationToPipe()
296 case PIPE_BLEND_REVERSE_SUBTRACT: return VK_BLEND_OP_REVERSE_SUBTRACT; in blend_op()