Home
last modified time | relevance | path

Searched refs:PIPE_BLEND_REVERSE_SUBTRACT (Results 1 – 25 of 25) sorted by relevance

/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_bld_blend.c54 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()
Dlp_test_blend.c389 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/
Dnouveau_gldefs.h55 case PIPE_BLEND_REVERSE_SUBTRACT: in nvgl_blend_eqn()
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_blend.c51 case PIPE_BLEND_REVERSE_SUBTRACT: in blend_func()
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_blend.c52 case PIPE_BLEND_REVERSE_SUBTRACT: in blend_func()
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_blend.c50 case PIPE_BLEND_REVERSE_SUBTRACT: in blend_func()
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_blend.c49 case PIPE_BLEND_REVERSE_SUBTRACT: in blend_func()
/external/mesa3d/src/gallium/drivers/i915/
Di915_state_inlines.h163 case PIPE_BLEND_REVERSE_SUBTRACT: in i915_translate_blend_func()
/external/mesa3d/src/gallium/drivers/swr/
Dswr_state.h255 case PIPE_BLEND_REVERSE_SUBTRACT: in swr_convert_blend_func()
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_translate.h127 case PIPE_BLEND_REVERSE_SUBTRACT: in translate_blend()
/external/mesa3d/src/mesa/state_tracker/
Dst_atom_blend.c59 return PIPE_BLEND_REVERSE_SUBTRACT; in translate_blend()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_state_inlines.h49 case PIPE_BLEND_REVERSE_SUBTRACT: in r300_translate_blend_function()
Dr300_state.c188 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/
Dvc4_nir_lower_blend.c245 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/
Dp_defines.h76 #define PIPE_BLEND_REVERSE_SUBTRACT 2 macro
/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_mc.c423 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/
Dp_defines.h81 PIPE_BLEND_REVERSE_SUBTRACT, enumerator
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_blend.c84 case PIPE_BLEND_REVERSE_SUBTRACT: return SVGA3D_BLENDEQ_REVSUBTRACT; in svga_translate_blend_func()
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_quad_blend.c789 case PIPE_BLEND_REVERSE_SUBTRACT: in blend_quad()
818 case PIPE_BLEND_REVERSE_SUBTRACT: in blend_quad()
/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_pipe.h651 case D3DBLENDOP_REVSUBTRACT: return PIPE_BLEND_REVERSE_SUBTRACT; in d3dblendop_to_pipe_blend()
/external/mesa3d/src/gallium/state_trackers/vdpau/
Doutput.c575 return PIPE_BLEND_REVERSE_SUBTRACT; in BlendEquationToPipe()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.c288 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/
Dr600_state.c40 case PIPE_BLEND_REVERSE_SUBTRACT: in r600_translate_blend_function()
Devergreen_state.c109 case PIPE_BLEND_REVERSE_SUBTRACT: in r600_translate_blend_function()
/external/virglrenderer/src/
Dvrend_renderer.c4066 case PIPE_BLEND_REVERSE_SUBTRACT: return GL_FUNC_REVERSE_SUBTRACT; in translate_blend_func()