/external/mesa3d/src/gallium/auxiliary/util/ |
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()
|
/external/mesa3d/src/gallium/frontends/xa/ |
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()
|
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()
|
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()
|
D | xa_renderer.c | 414 blend.rt[0].rgb_dst_factor = PIPE_BLENDFACTOR_ZERO; in renderer_copy_prepare() 415 blend.rt[0].alpha_dst_factor = PIPE_BLENDFACTOR_ZERO; in renderer_copy_prepare()
|
/external/mesa3d/src/gallium/drivers/panfrost/ |
D | pan_blending.c | 87 return factor == PIPE_BLENDFACTOR_ONE || factor == PIPE_BLENDFACTOR_ZERO; in is_edge_blendfactor() 131 case PIPE_BLENDFACTOR_ZERO: in to_c_factor() 171 if (src_factor == PIPE_BLENDFACTOR_ZERO) { in to_panfrost_function() 185 } else if (dest_factor == PIPE_BLENDFACTOR_ZERO) { in to_panfrost_function()
|
D | pan_blend_cso.c | 148 pipe.rgb_dst_factor == PIPE_BLENDFACTOR_ZERO && in panfrost_create_blend_state() 152 pipe.alpha_dst_factor == PIPE_BLENDFACTOR_ZERO && in panfrost_create_blend_state()
|
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_state.c | 68 srcRGB == PIPE_BLENDFACTOR_ZERO) && in blend_discard_if_src_alpha_0() 72 srcA == PIPE_BLENDFACTOR_ZERO) && in blend_discard_if_src_alpha_0() 88 srcRGB == PIPE_BLENDFACTOR_ZERO) && in blend_discard_if_src_alpha_1() 91 srcA == PIPE_BLENDFACTOR_ZERO) && in blend_discard_if_src_alpha_1() 107 srcRGB == PIPE_BLENDFACTOR_ZERO) && in blend_discard_if_src_color_0() 108 (srcA == PIPE_BLENDFACTOR_ZERO) && in blend_discard_if_src_color_0() 122 srcRGB == PIPE_BLENDFACTOR_ZERO) && in blend_discard_if_src_color_1() 123 (srcA == PIPE_BLENDFACTOR_ZERO) && in blend_discard_if_src_color_1() 139 srcRGB == PIPE_BLENDFACTOR_ZERO) && in blend_discard_if_src_alpha_color_0() 143 srcA == PIPE_BLENDFACTOR_ZERO) && in blend_discard_if_src_alpha_color_0() [all …]
|
D | r300_state_inlines.h | 82 case PIPE_BLENDFACTOR_ZERO: in r300_translate_blend_factor()
|
/external/mesa3d/src/gallium/frontends/nine/ |
D | nine_pipe.h | 672 case D3DBLEND_ZERO: return PIPE_BLENDFACTOR_ZERO; in d3dblend_alpha_to_pipe_blendfactor() 688 case D3DBLEND_INVSRCCOLOR2: return PIPE_BLENDFACTOR_ZERO; /* XXX */ in d3dblend_alpha_to_pipe_blendfactor() 691 return PIPE_BLENDFACTOR_ZERO; in d3dblend_alpha_to_pipe_blendfactor() 699 case D3DBLEND_ZERO: return PIPE_BLENDFACTOR_ZERO; in d3dblend_color_to_pipe_blendfactor() 718 return PIPE_BLENDFACTOR_ZERO; in d3dblend_color_to_pipe_blendfactor()
|
/external/mesa3d/src/gallium/drivers/etnaviv/ |
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()
|
D | etnaviv_translate.h | 136 case PIPE_BLENDFACTOR_ZERO: in translate_blend_factor()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_atom_blend.c | 89 return PIPE_BLENDFACTOR_ZERO; in translate_blend() 187 return PIPE_BLENDFACTOR_ZERO; in fix_xrgb_alpha()
|
/external/mesa3d/src/gallium/drivers/nouveau/ |
D | nouveau_gldefs.h | 8 case PIPE_BLENDFACTOR_ZERO: in nvgl_blend_func()
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_bld_blend.c | 85 STATIC_ASSERT((PIPE_BLENDFACTOR_ZERO ^ 0x10) == PIPE_BLENDFACTOR_ONE); in lp_build_blend_factor_complementary() 98 STATIC_ASSERT(PIPE_BLENDFACTOR_ZERO == 0x11); in is_inverse_factor()
|
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()
|
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() 592 PIPE_BLENDFACTOR_ZERO,
|
/external/mesa3d/src/gallium/drivers/freedreno/ |
D | freedreno_util.c | 109 case PIPE_BLENDFACTOR_ZERO: in fd_blend_factor()
|
/external/mesa3d/src/gallium/frontends/lavapipe/ |
D | lvp_conv.h | 117 return PIPE_BLENDFACTOR_ZERO; in vk_conv_blend_factor()
|
/external/mesa3d/src/gallium/drivers/lima/ |
D | lima_draw.c | 438 case PIPE_BLENDFACTOR_ZERO: in lima_blend_factor_has_alpha() 472 case PIPE_BLENDFACTOR_ZERO: in lima_blend_factor_is_inv() 508 case PIPE_BLENDFACTOR_ZERO: in lima_blend_factor() 633 PIPE_BLENDFACTOR_ONE, PIPE_BLENDFACTOR_ZERO, in lima_pack_render_state() 634 PIPE_BLENDFACTOR_ONE, PIPE_BLENDFACTOR_ZERO); in lima_pack_render_state()
|
/external/mesa3d/src/gallium/drivers/i915/ |
D | i915_state_inlines.h | 116 case PIPE_BLENDFACTOR_ZERO: in i915_translate_blend_factor()
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_quad_blend.c | 354 case PIPE_BLENDFACTOR_ZERO: in blend_quad() 479 case PIPE_BLENDFACTOR_ZERO: in blend_quad() 596 case PIPE_BLENDFACTOR_ZERO: in blend_quad() 727 case PIPE_BLENDFACTOR_ZERO: in blend_quad()
|
/external/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_nir_lower_blend.c | 106 case PIPE_BLENDFACTOR_ZERO: in vc4_blend_channel_f() 178 case PIPE_BLENDFACTOR_ZERO: in vc4_blend_channel_i()
|
/external/mesa3d/src/gallium/drivers/swr/ |
D | swr_state.h | 313 case PIPE_BLENDFACTOR_ZERO: in swr_convert_blend_factor()
|
/external/virglrenderer/src/gallium/include/pipe/ |
D | p_defines.h | 65 PIPE_BLENDFACTOR_ZERO = 0x11, enumerator
|