Home
last modified time | relevance | path

Searched refs:PIPE_BLENDFACTOR_ZERO (Results 1 – 25 of 39) sorted by relevance

12

/external/mesa3d/src/gallium/auxiliary/util/
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()
/external/mesa3d/src/gallium/frontends/xa/
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()
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()
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()
Dxa_renderer.c414 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/
Dpan_blending.c87 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()
Dpan_blend_cso.c148 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/
Dr300_state.c68 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 …]
Dr300_state_inlines.h82 case PIPE_BLENDFACTOR_ZERO: in r300_translate_blend_factor()
/external/mesa3d/src/gallium/frontends/nine/
Dnine_pipe.h672 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/
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()
Detnaviv_translate.h136 case PIPE_BLENDFACTOR_ZERO: in translate_blend_factor()
/external/mesa3d/src/mesa/state_tracker/
Dst_atom_blend.c89 return PIPE_BLENDFACTOR_ZERO; in translate_blend()
187 return PIPE_BLENDFACTOR_ZERO; in fix_xrgb_alpha()
/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_gldefs.h8 case PIPE_BLENDFACTOR_ZERO: in nvgl_blend_func()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_bld_blend.c85 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()
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()
Dlp_test_blend.c259 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/
Dfreedreno_util.c109 case PIPE_BLENDFACTOR_ZERO: in fd_blend_factor()
/external/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_conv.h117 return PIPE_BLENDFACTOR_ZERO; in vk_conv_blend_factor()
/external/mesa3d/src/gallium/drivers/lima/
Dlima_draw.c438 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/
Di915_state_inlines.h116 case PIPE_BLENDFACTOR_ZERO: in i915_translate_blend_factor()
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_quad_blend.c354 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/
Dvc4_nir_lower_blend.c106 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/
Dswr_state.h313 case PIPE_BLENDFACTOR_ZERO: in swr_convert_blend_factor()
/external/virglrenderer/src/gallium/include/pipe/
Dp_defines.h65 PIPE_BLENDFACTOR_ZERO = 0x11, enumerator

12