Home
last modified time | relevance | path

Searched refs:PIPE_BLENDFACTOR_ZERO (Results 1 - 25 of 37) sorted by relevance

12

/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_blend.h20 return PIPE_BLENDFACTOR_ZERO; in util_blend_dst_alpha_to_one()
53 case PIPE_BLENDFACTOR_ZERO: in util_blend_factor_to_shader()
141 rt.rgb_dst_factor != PIPE_BLENDFACTOR_ZERO || in util_blend_uses_dest()
142 rt.alpha_dst_factor != PIPE_BLENDFACTOR_ZERO); in util_blend_uses_dest()
/third_party/mesa3d/src/gallium/frontends/xa/
H A Dxa_composite.c54 0, 0, PIPE_BLENDFACTOR_ZERO, PIPE_BLENDFACTOR_ZERO},
56 0, 0, PIPE_BLENDFACTOR_ONE, PIPE_BLENDFACTOR_ZERO},
58 0, 0, PIPE_BLENDFACTOR_ZERO, PIPE_BLENDFACTOR_ONE},
64 1, 0, PIPE_BLENDFACTOR_DST_ALPHA, PIPE_BLENDFACTOR_ZERO},
66 0, 1, PIPE_BLENDFACTOR_ZERO, PIPE_BLENDFACTOR_SRC_ALPHA},
68 1, 0, PIPE_BLENDFACTOR_INV_DST_ALPHA, PIPE_BLENDFACTOR_ZERO},
70 0, 1, PIPE_BLENDFACTOR_ZERO, PIPE_BLENDFACTOR_INV_SRC_ALPHA},
151 blend->rgb_src = PIPE_BLENDFACTOR_ZERO; in blend_for_op()
H A Dxa_yuv.c49 blend.rt[0].rgb_dst_factor = PIPE_BLENDFACTOR_ZERO; in xa_yuv_bind_blend_state()
50 blend.rt[0].alpha_dst_factor = PIPE_BLENDFACTOR_ZERO; in xa_yuv_bind_blend_state()
H A Dxa_context.c290 blend.rt[0].rgb_dst_factor = PIPE_BLENDFACTOR_ZERO; in bind_solid_blend_state()
291 blend.rt[0].alpha_dst_factor = PIPE_BLENDFACTOR_ZERO; in bind_solid_blend_state()
H A Dxa_renderer.c418 blend.rt[0].rgb_dst_factor = PIPE_BLENDFACTOR_ZERO; in renderer_copy_prepare()
419 blend.rt[0].alpha_dst_factor = PIPE_BLENDFACTOR_ZERO; in renderer_copy_prepare()
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_state.c70 srcRGB == PIPE_BLENDFACTOR_ZERO) && in blend_discard_if_src_alpha_0()
74 srcA == PIPE_BLENDFACTOR_ZERO) && in blend_discard_if_src_alpha_0()
90 srcRGB == PIPE_BLENDFACTOR_ZERO) && in blend_discard_if_src_alpha_1()
93 srcA == PIPE_BLENDFACTOR_ZERO) && in blend_discard_if_src_alpha_1()
109 srcRGB == PIPE_BLENDFACTOR_ZERO) && in blend_discard_if_src_color_0()
110 (srcA == PIPE_BLENDFACTOR_ZERO) && in blend_discard_if_src_color_0()
124 srcRGB == PIPE_BLENDFACTOR_ZERO) && in blend_discard_if_src_color_1()
125 (srcA == PIPE_BLENDFACTOR_ZERO) && in blend_discard_if_src_color_1()
141 srcRGB == PIPE_BLENDFACTOR_ZERO) && in blend_discard_if_src_alpha_color_0()
145 srcA == PIPE_BLENDFACTOR_ZERO) in blend_discard_if_src_alpha_color_0()
[all...]
H A Dr300_state_inlines.h82 case PIPE_BLENDFACTOR_ZERO: in r300_translate_blend_factor()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_blend.c65 rt0->rgb_dst_factor == PIPE_BLENDFACTOR_ZERO && in etna_blend_state_create()
68 rt0->alpha_dst_factor == PIPE_BLENDFACTOR_ZERO && in etna_blend_state_create()
H A Detnaviv_translate.h137 case PIPE_BLENDFACTOR_ZERO: in translate_blend_factor()
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dnine_pipe.h706 case D3DBLEND_ZERO: return PIPE_BLENDFACTOR_ZERO; in d3dblend_alpha_to_pipe_blendfactor()
722 case D3DBLEND_INVSRCCOLOR2: return PIPE_BLENDFACTOR_ZERO; /* XXX */ in d3dblend_alpha_to_pipe_blendfactor()
725 return PIPE_BLENDFACTOR_ZERO; in d3dblend_alpha_to_pipe_blendfactor()
733 case D3DBLEND_ZERO: return PIPE_BLENDFACTOR_ZERO; in d3dblend_color_to_pipe_blendfactor()
752 return PIPE_BLENDFACTOR_ZERO; in d3dblend_color_to_pipe_blendfactor()
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_atom_blend.c89 return PIPE_BLENDFACTOR_ZERO; in translate_blend()
187 return PIPE_BLENDFACTOR_ZERO; in fix_xrgb_alpha()
/third_party/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_gldefs.h8 case PIPE_BLENDFACTOR_ZERO: in nvgl_blend_func()
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_util.c109 case PIPE_BLENDFACTOR_ZERO: in fd_blend_factor()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_bld_blend_aos.c103 case PIPE_BLENDFACTOR_ZERO: in lp_build_blend_factor_unswizzled()
200 case PIPE_BLENDFACTOR_ZERO: in lp_build_blend_factor_swizzle()
H A Dlp_bld_blend.c86 STATIC_ASSERT((PIPE_BLENDFACTOR_ZERO ^ 0x10) == PIPE_BLENDFACTOR_ONE); in lp_build_blend_factor_complementary()
99 STATIC_ASSERT(PIPE_BLENDFACTOR_ZERO == 0x11); in is_inverse_factor()
H A Dlp_test_blend.c259 case PIPE_BLENDFACTOR_ZERO: in compute_blend_ref_term()
334 case PIPE_BLENDFACTOR_ZERO: in compute_blend_ref_term()
595 PIPE_BLENDFACTOR_ZERO,
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_conv.h117 return PIPE_BLENDFACTOR_ZERO; in vk_conv_blend_factor()
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_state_inlines.h115 case PIPE_BLENDFACTOR_ZERO: in i915_translate_blend_factor()
/third_party/mesa3d/src/gallium/drivers/lima/
H A Dlima_draw.c475 case PIPE_BLENDFACTOR_ZERO: in lima_blend_factor()
514 alpha_dst_factor = PIPE_BLENDFACTOR_ZERO; in lima_calculate_alpha_blend()
522 rgb_dst_factor = PIPE_BLENDFACTOR_ZERO; in lima_calculate_alpha_blend()
614 PIPE_BLENDFACTOR_ONE, PIPE_BLENDFACTOR_ZERO, in lima_pack_render_state()
615 PIPE_BLENDFACTOR_ONE, PIPE_BLENDFACTOR_ZERO); in lima_pack_render_state()
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_quad_blend.c356 case PIPE_BLENDFACTOR_ZERO: in blend_quad()
481 case PIPE_BLENDFACTOR_ZERO: in blend_quad()
598 case PIPE_BLENDFACTOR_ZERO: in blend_quad()
729 case PIPE_BLENDFACTOR_ZERO: in blend_quad()
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_nir_lower_blend.c99 case PIPE_BLENDFACTOR_ZERO: in vc4_blend_channel_f()
171 case PIPE_BLENDFACTOR_ZERO: in vc4_blend_channel_i()
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_state.c256 case PIPE_BLENDFACTOR_ZERO: return VK_BLEND_FACTOR_ZERO; in blend_factor()
341 return PIPE_BLENDFACTOR_ZERO; in fix_blendfactor()
/third_party/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_mc.c405 blend.rt[0].rgb_dst_factor = PIPE_BLENDFACTOR_ZERO; in init_pipe_state()
408 blend.rt[0].alpha_dst_factor = PIPE_BLENDFACTOR_ZERO; in init_pipe_state()
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_defines.h66 PIPE_BLENDFACTOR_ZERO = 0x11, enumerator
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_pipe_blend.c44 case PIPE_BLENDFACTOR_ZERO: return SVGA3D_BLENDOP_ZERO; in svga_translate_blend_factor()

Completed in 22 milliseconds

12