/external/mesa3d/src/gallium/drivers/panfrost/ |
D | pan_blending.c | 107 blend_func != PIPE_BLEND_REVERSE_SUBTRACT) in can_use_fixed_function_blend() 182 else if (blend_func == PIPE_BLEND_REVERSE_SUBTRACT) in to_panfrost_function() 188 if (blend_func == PIPE_BLEND_REVERSE_SUBTRACT) in to_panfrost_function() 196 else if (blend_func == PIPE_BLEND_REVERSE_SUBTRACT) in to_panfrost_function() 207 case PIPE_BLEND_REVERSE_SUBTRACT: in to_panfrost_function() 227 case PIPE_BLEND_REVERSE_SUBTRACT: in to_panfrost_function()
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_bld_blend.c | 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()
|
D | lp_test_blend.c | 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,
|
/external/mesa3d/src/gallium/drivers/nouveau/ |
D | nouveau_gldefs.h | 55 case PIPE_BLEND_REVERSE_SUBTRACT: in nvgl_blend_eqn()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_blend.h | 38 case PIPE_BLEND_REVERSE_SUBTRACT: in util_blend_func_to_shader()
|
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
D | fd2_blend.c | 49 case PIPE_BLEND_REVERSE_SUBTRACT: in blend_func()
|
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/ |
D | fd3_blend.c | 50 case PIPE_BLEND_REVERSE_SUBTRACT: in blend_func()
|
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/ |
D | fd4_blend.c | 48 case PIPE_BLEND_REVERSE_SUBTRACT: in blend_func()
|
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
D | fd5_blend.c | 49 case PIPE_BLEND_REVERSE_SUBTRACT: in blend_func()
|
/external/mesa3d/src/gallium/frontends/lavapipe/ |
D | lvp_conv.h | 168 return PIPE_BLEND_REVERSE_SUBTRACT; in vk_conv_blend_func()
|
/external/mesa3d/src/gallium/drivers/i915/ |
D | i915_state_inlines.h | 163 case PIPE_BLEND_REVERSE_SUBTRACT: in i915_translate_blend_func()
|
/external/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
D | fd6_blend.c | 51 case PIPE_BLEND_REVERSE_SUBTRACT: in blend_func()
|
/external/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_blend.c | 49 STATIC_ASSERT(PIPE_BLEND_REVERSE_SUBTRACT == BLEND_EQ_REVERSE_SUBTRACT); in etna_blend_state_create()
|
/external/mesa3d/src/gallium/drivers/swr/ |
D | swr_state.h | 277 case PIPE_BLEND_REVERSE_SUBTRACT: in swr_convert_blend_func()
|
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_state_inlines.h | 49 case PIPE_BLEND_REVERSE_SUBTRACT: in r300_translate_blend_function()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_atom_blend.c | 61 return PIPE_BLEND_REVERSE_SUBTRACT; in translate_blend()
|
/external/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_nir_lower_blend.c | 215 case PIPE_BLEND_REVERSE_SUBTRACT: in vc4_blend_func_f() 239 case PIPE_BLEND_REVERSE_SUBTRACT: in vc4_blend_func_i()
|
/external/virglrenderer/src/gallium/include/pipe/ |
D | p_defines.h | 76 #define PIPE_BLEND_REVERSE_SUBTRACT 2 macro
|
/external/mesa3d/src/gallium/auxiliary/vl/ |
D | vl_mc.c | 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()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_defines.h | 81 PIPE_BLEND_REVERSE_SUBTRACT, enumerator
|
/external/mesa3d/src/gallium/drivers/zink/ |
D | zink_state.c | 172 case PIPE_BLEND_REVERSE_SUBTRACT: return VK_BLEND_OP_REVERSE_SUBTRACT; in blend_op()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_pipe_blend.c | 84 case PIPE_BLEND_REVERSE_SUBTRACT: return SVGA3D_BLENDEQ_REVSUBTRACT; in svga_translate_blend_func()
|
/external/mesa3d/src/gallium/frontends/nine/ |
D | nine_pipe.h | 655 case D3DBLENDOP_REVSUBTRACT: return PIPE_BLEND_REVERSE_SUBTRACT; in d3dblendop_to_pipe_blend()
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_quad_blend.c | 789 case PIPE_BLEND_REVERSE_SUBTRACT: in blend_quad() 818 case PIPE_BLEND_REVERSE_SUBTRACT: in blend_quad()
|
/external/mesa3d/src/gallium/frontends/vdpau/ |
D | output.c | 575 return PIPE_BLEND_REVERSE_SUBTRACT; in BlendEquationToPipe()
|