/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_bld_blend.c | 53 case PIPE_BLEND_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() 155 case PIPE_BLEND_SUBTRACT: in lp_build_blend_func() 213 } else if (bld->type.floating && func == PIPE_BLEND_SUBTRACT) { in lp_build_blend() 238 func == PIPE_BLEND_SUBTRACT || in lp_build_blend()
|
D | lp_test_blend.c | 384 case PIPE_BLEND_SUBTRACT: in compute_blend_ref() 415 case PIPE_BLEND_SUBTRACT: in compute_blend_ref() 617 PIPE_BLEND_SUBTRACT,
|
/third_party/mesa3d/src/gallium/drivers/nouveau/ |
D | nouveau_gldefs.h | 53 case PIPE_BLEND_SUBTRACT: in nvgl_blend_eqn()
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
D | u_blend.h | 36 case PIPE_BLEND_SUBTRACT: in util_blend_func_to_shader()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
D | fd2_blend.c | 46 case PIPE_BLEND_SUBTRACT: in blend_func()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/ |
D | fd3_blend.c | 47 case PIPE_BLEND_SUBTRACT: in blend_func()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
D | fd5_blend.c | 47 case PIPE_BLEND_SUBTRACT: in blend_func()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/ |
D | fd4_blend.c | 46 case PIPE_BLEND_SUBTRACT: in blend_func()
|
/third_party/mesa3d/src/gallium/drivers/i915/ |
D | i915_state_inlines.h | 160 case PIPE_BLEND_SUBTRACT: in i915_translate_blend_func()
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
D | lvp_conv.h | 166 return PIPE_BLEND_SUBTRACT; in vk_conv_blend_func()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
D | fd6_blend.c | 50 case PIPE_BLEND_SUBTRACT: in blend_func()
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_blend.c | 48 STATIC_ASSERT(PIPE_BLEND_SUBTRACT == BLEND_EQ_SUBTRACT); in etna_blend_state_create()
|
/third_party/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_nir_lower_blend.c | 206 case PIPE_BLEND_SUBTRACT: in vc4_blend_func_f() 230 case PIPE_BLEND_SUBTRACT: in vc4_blend_func_i()
|
/third_party/mesa3d/src/gallium/drivers/swr/ |
D | swr_state.h | 276 case PIPE_BLEND_SUBTRACT: in swr_convert_blend_func()
|
/third_party/mesa3d/src/gallium/drivers/r300/ |
D | r300_state_inlines.h | 47 case PIPE_BLEND_SUBTRACT: in r300_translate_blend_function()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_atom_blend.c | 59 return PIPE_BLEND_SUBTRACT; in translate_blend()
|
/third_party/mesa3d/src/gallium/include/pipe/ |
D | p_defines.h | 80 PIPE_BLEND_SUBTRACT, enumerator
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_pipe_blend.c | 83 case PIPE_BLEND_SUBTRACT: return SVGA3D_BLENDEQ_SUBTRACT; in svga_translate_blend_func()
|
/third_party/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_quad_blend.c | 786 case PIPE_BLEND_SUBTRACT: in blend_quad() 817 case PIPE_BLEND_SUBTRACT: in blend_quad()
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
D | nine_pipe.h | 688 case D3DBLENDOP_SUBTRACT: return PIPE_BLEND_SUBTRACT; in d3dblendop_to_pipe_blend()
|
/third_party/mesa3d/src/gallium/frontends/d3d10umd/ |
D | OutputMerger.cpp | 452 return PIPE_BLEND_SUBTRACT; in translateBlendOp()
|
/third_party/mesa3d/src/gallium/frontends/vdpau/ |
D | output.c | 579 return PIPE_BLEND_SUBTRACT; in BlendEquationToPipe()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_state.c | 295 case PIPE_BLEND_SUBTRACT: return VK_BLEND_OP_SUBTRACT; in blend_op()
|
/third_party/mesa3d/src/gallium/drivers/lima/ |
D | lima_draw.c | 414 case PIPE_BLEND_SUBTRACT: in lima_blend_func()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_state.c | 275 case PIPE_BLEND_SUBTRACT: in si_translate_blend_function() 345 case PIPE_BLEND_SUBTRACT: in si_translate_blend_opt_function() 426 if (*func == PIPE_BLEND_SUBTRACT) in si_blend_remove_dst() 429 *func = PIPE_BLEND_SUBTRACT; in si_blend_remove_dst()
|