/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_blend.h | 20 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 D | xa_composite.c | 54 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 D | xa_yuv.c | 49 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 D | xa_context.c | 290 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 D | xa_renderer.c | 418 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 D | r300_state.c | 70 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 D | r300_state_inlines.h | 82 case PIPE_BLENDFACTOR_ZERO: in r300_translate_blend_factor()
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
H A D | etnaviv_blend.c | 65 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 D | etnaviv_translate.h | 137 case PIPE_BLENDFACTOR_ZERO: in translate_blend_factor()
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | nine_pipe.h | 706 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 D | st_atom_blend.c | 89 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 D | nouveau_gldefs.h | 8 case PIPE_BLENDFACTOR_ZERO: in nvgl_blend_func()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
H A D | freedreno_util.c | 109 case PIPE_BLENDFACTOR_ZERO: in fd_blend_factor()
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_bld_blend_aos.c | 103 case PIPE_BLENDFACTOR_ZERO: in lp_build_blend_factor_unswizzled() 200 case PIPE_BLENDFACTOR_ZERO: in lp_build_blend_factor_swizzle()
|
H A D | lp_bld_blend.c | 86 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 D | lp_test_blend.c | 259 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 D | lvp_conv.h | 117 return PIPE_BLENDFACTOR_ZERO; in vk_conv_blend_factor()
|
/third_party/mesa3d/src/gallium/drivers/i915/ |
H A D | i915_state_inlines.h | 115 case PIPE_BLENDFACTOR_ZERO: in i915_translate_blend_factor()
|
/third_party/mesa3d/src/gallium/drivers/lima/ |
H A D | lima_draw.c | 475 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 D | sp_quad_blend.c | 356 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 D | vc4_nir_lower_blend.c | 99 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 D | zink_state.c | 256 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 D | vl_mc.c | 405 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 D | p_defines.h | 66 PIPE_BLENDFACTOR_ZERO = 0x11, enumerator
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_pipe_blend.c | 44 case PIPE_BLENDFACTOR_ZERO: return SVGA3D_BLENDOP_ZERO; in svga_translate_blend_factor()
|