Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_bld_blend.c48 case PIPE_BLEND_REVERSE_SUBTRACT: in lp_build_blend_func_commutative()
65 if(rgb_func == PIPE_BLEND_SUBTRACT && alpha_func == PIPE_BLEND_REVERSE_SUBTRACT) in lp_build_blend_func_reverse()
67 if(rgb_func == PIPE_BLEND_REVERSE_SUBTRACT && alpha_func == PIPE_BLEND_SUBTRACT) in lp_build_blend_func_reverse()
97 case PIPE_BLEND_REVERSE_SUBTRACT: in lp_build_blend_func()
163 } else if(bld->type.floating && func == PIPE_BLEND_REVERSE_SUBTRACT) { in lp_build_blend()
179 func == PIPE_BLEND_REVERSE_SUBTRACT) { in lp_build_blend()
Dlp_test_blend.c413 case PIPE_BLEND_REVERSE_SUBTRACT: in compute_blend_ref()
442 case PIPE_BLEND_REVERSE_SUBTRACT: in compute_blend_ref()
723 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/i915/
Di915_state_inlines.h163 case PIPE_BLEND_REVERSE_SUBTRACT: in i915_translate_blend_func()
/external/mesa3d/src/gallium/include/pipe/
Dp_defines.h76 #define PIPE_BLEND_REVERSE_SUBTRACT 2 macro
/external/mesa3d/src/mesa/state_tracker/
Dst_atom_blend.c58 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.c324 if ((eqRGB == PIPE_BLEND_ADD || eqRGB == PIPE_BLEND_REVERSE_SUBTRACT) && in r300_create_blend_state()
325 (eqA == PIPE_BLEND_ADD || eqA == PIPE_BLEND_REVERSE_SUBTRACT)) { in r300_create_blend_state()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_blend.c67 case PIPE_BLEND_REVERSE_SUBTRACT: return SVGA3D_BLENDEQ_REVSUBTRACT; in svga_translate_blend_func()
/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_mc.c419 blend.rt[0].rgb_func = PIPE_BLEND_REVERSE_SUBTRACT; in init_pipe_state()
420 blend.rt[0].alpha_dst_factor = PIPE_BLEND_REVERSE_SUBTRACT; in init_pipe_state()
/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/vdpau/
Doutput.c554 return PIPE_BLEND_REVERSE_SUBTRACT; in BlendEquationToPipe()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.c71 case PIPE_BLEND_REVERSE_SUBTRACT: in si_translate_blend_function()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_state.c39 case PIPE_BLEND_REVERSE_SUBTRACT: in r600_translate_blend_function()
Devergreen_state.c95 case PIPE_BLEND_REVERSE_SUBTRACT: in r600_translate_blend_function()