Home
last modified time | relevance | path

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

12

/external/mesa3d/src/gallium/drivers/panfrost/
Dpan_blending.c107 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/
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/auxiliary/util/
Du_blend.h38 case PIPE_BLEND_REVERSE_SUBTRACT: in util_blend_func_to_shader()
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_blend.c49 case PIPE_BLEND_REVERSE_SUBTRACT: in blend_func()
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_blend.c50 case PIPE_BLEND_REVERSE_SUBTRACT: in blend_func()
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_blend.c48 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/frontends/lavapipe/
Dlvp_conv.h168 return PIPE_BLEND_REVERSE_SUBTRACT; in vk_conv_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/freedreno/a6xx/
Dfd6_blend.c51 case PIPE_BLEND_REVERSE_SUBTRACT: in blend_func()
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_blend.c49 STATIC_ASSERT(PIPE_BLEND_REVERSE_SUBTRACT == BLEND_EQ_REVERSE_SUBTRACT); in etna_blend_state_create()
/external/mesa3d/src/gallium/drivers/swr/
Dswr_state.h277 case PIPE_BLEND_REVERSE_SUBTRACT: in swr_convert_blend_func()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_state_inlines.h49 case PIPE_BLEND_REVERSE_SUBTRACT: in r300_translate_blend_function()
/external/mesa3d/src/mesa/state_tracker/
Dst_atom_blend.c61 return PIPE_BLEND_REVERSE_SUBTRACT; in translate_blend()
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_nir_lower_blend.c215 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/
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/zink/
Dzink_state.c172 case PIPE_BLEND_REVERSE_SUBTRACT: return VK_BLEND_OP_REVERSE_SUBTRACT; in blend_op()
/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/frontends/nine/
Dnine_pipe.h655 case D3DBLENDOP_REVSUBTRACT: return PIPE_BLEND_REVERSE_SUBTRACT; in d3dblendop_to_pipe_blend()
/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/frontends/vdpau/
Doutput.c575 return PIPE_BLEND_REVERSE_SUBTRACT; in BlendEquationToPipe()

12