Home
last modified time | relevance | path

Searched refs:PIPE_BLEND_MIN (Results 1 - 25 of 30) sorted by relevance

12

/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_blend.h40 case PIPE_BLEND_MIN: in util_blend_func_to_shader()
/third_party/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_gldefs.h49 case PIPE_BLEND_MIN: in nvgl_blend_eqn()
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_blend.c43 case PIPE_BLEND_MIN: in blend_func()
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_blend.c42 case PIPE_BLEND_MIN: in blend_func()
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_blend.c43 case PIPE_BLEND_MIN: in blend_func()
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_blend.c42 case PIPE_BLEND_MIN: in blend_func()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_bld_blend.c50 case PIPE_BLEND_MIN: in lp_build_blend_func_commutative()
160 case PIPE_BLEND_MIN: in lp_build_blend_func()
H A Dlp_test_blend.c394 case PIPE_BLEND_MIN: in compute_blend_ref()
421 case PIPE_BLEND_MIN: in compute_blend_ref()
622 PIPE_BLEND_MIN,
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_conv.h170 return PIPE_BLEND_MIN; in vk_conv_blend_func()
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_state_inlines.h156 case PIPE_BLEND_MIN: in i915_translate_blend_func()
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_blend.c45 case PIPE_BLEND_MIN: in blend_func()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_blend.c50 STATIC_ASSERT(PIPE_BLEND_MIN == BLEND_EQ_MIN); in etna_blend_state_create()
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_atom_blend.c63 return PIPE_BLEND_MIN; in translate_blend()
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_state_inlines.h51 case PIPE_BLEND_MIN: in r300_translate_blend_function()
H A Dr300_state.c286 if (eqRGB == PIPE_BLEND_MIN || eqA == PIPE_BLEND_MIN || in blend_read_enable()
298 if (eqRGB != PIPE_BLEND_MIN && eqA != PIPE_BLEND_MIN && in blend_read_enable()
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_nir_lower_blend.c210 case PIPE_BLEND_MIN: in vc4_blend_func_f()
234 case PIPE_BLEND_MIN: in vc4_blend_func_i()
/third_party/mesa3d/src/gallium/drivers/lima/
H A Dlima_draw.c433 case PIPE_BLEND_MIN: in lima_blend_func()
511 if (alpha_func == PIPE_BLEND_MIN || in lima_calculate_alpha_blend()
519 if (rgb_func == PIPE_BLEND_MIN || in lima_calculate_alpha_blend()
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_defines.h82 PIPE_BLEND_MIN, enumerator
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_pipe_blend.c85 case PIPE_BLEND_MIN: return SVGA3D_BLENDEQ_MINIMUM; in svga_translate_blend_func()
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_quad_blend.c796 case PIPE_BLEND_MIN: in blend_quad()
823 case PIPE_BLEND_MIN: in blend_quad()
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dnine_pipe.h690 case D3DBLENDOP_MIN: return PIPE_BLEND_MIN; in d3dblendop_to_pipe_blend()
/third_party/mesa3d/src/gallium/frontends/vdpau/
H A Doutput.c585 return PIPE_BLEND_MIN; in BlendEquationToPipe()
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
H A DOutputMerger.cpp456 return PIPE_BLEND_MIN; in translateBlendOp()
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_state.c302 case PIPE_BLEND_MIN: return VK_BLEND_OP_MIN; in blend_op()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_state.c288 case PIPE_BLEND_MIN: in si_translate_blend_function()
366 case PIPE_BLEND_MIN: in si_translate_blend_opt_function()
416 (func == PIPE_BLEND_MAX || func == PIPE_BLEND_MIN)) in si_blend_check_commutativity()
530 if (blend->dual_src_blend && (eqRGB == PIPE_BLEND_MIN || eqRGB == PIPE_BLEND_MAX || in si_create_blend_state_mode()
531 eqA == PIPE_BLEND_MIN || eqA == PIPE_BLEND_MAX)) { in si_create_blend_state_mode()

Completed in 30 milliseconds

12