/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/drivers/freedreno/a2xx/ |
D | fd2_blend.c | 51 case PIPE_BLEND_REVERSE_SUBTRACT: in blend_func()
|
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/ |
D | fd3_blend.c | 52 case PIPE_BLEND_REVERSE_SUBTRACT: in blend_func()
|
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/ |
D | fd4_blend.c | 50 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/drivers/i915/ |
D | i915_state_inlines.h | 163 case PIPE_BLEND_REVERSE_SUBTRACT: in i915_translate_blend_func()
|
/external/mesa3d/src/gallium/drivers/swr/ |
D | swr_state.h | 255 case PIPE_BLEND_REVERSE_SUBTRACT: in swr_convert_blend_func()
|
/external/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_translate.h | 127 case PIPE_BLEND_REVERSE_SUBTRACT: in translate_blend()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_atom_blend.c | 59 return PIPE_BLEND_REVERSE_SUBTRACT; in translate_blend()
|
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_state_inlines.h | 49 case PIPE_BLEND_REVERSE_SUBTRACT: in r300_translate_blend_function()
|
D | r300_state.c | 188 if ((eqRGB == PIPE_BLEND_ADD || eqRGB == PIPE_BLEND_REVERSE_SUBTRACT) && in blend_discard_conditionally() 189 (eqA == PIPE_BLEND_ADD || eqA == PIPE_BLEND_REVERSE_SUBTRACT)) { in blend_discard_conditionally()
|
/external/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_nir_lower_blend.c | 245 case PIPE_BLEND_REVERSE_SUBTRACT: in vc4_blend_func_f() 269 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/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/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/state_trackers/nine/ |
D | nine_pipe.h | 651 case D3DBLENDOP_REVSUBTRACT: return PIPE_BLEND_REVERSE_SUBTRACT; in d3dblendop_to_pipe_blend()
|
/external/mesa3d/src/gallium/state_trackers/vdpau/ |
D | output.c | 575 return PIPE_BLEND_REVERSE_SUBTRACT; in BlendEquationToPipe()
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_state.c | 288 case PIPE_BLEND_REVERSE_SUBTRACT: in si_translate_blend_function() 358 case PIPE_BLEND_REVERSE_SUBTRACT: in si_translate_blend_opt_function() 451 *func = PIPE_BLEND_REVERSE_SUBTRACT; in si_blend_remove_dst() 452 else if (*func == PIPE_BLEND_REVERSE_SUBTRACT) in si_blend_remove_dst()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_state.c | 40 case PIPE_BLEND_REVERSE_SUBTRACT: in r600_translate_blend_function()
|
D | evergreen_state.c | 109 case PIPE_BLEND_REVERSE_SUBTRACT: in r600_translate_blend_function()
|
/external/virglrenderer/src/ |
D | vrend_renderer.c | 4066 case PIPE_BLEND_REVERSE_SUBTRACT: return GL_FUNC_REVERSE_SUBTRACT; in translate_blend_func()
|