Home
last modified time | relevance | path

Searched refs:BLEND_FACTOR_ZERO (Results 1 - 9 of 9) sorted by relevance

/third_party/mesa3d/src/panfrost/lib/tests/
H A Dtest-blend.c84 RGBA(src_factor, BLEND_FACTOR_ZERO),
85 RGBA(dst_factor, BLEND_FACTOR_ZERO),
105 RGBA(dst_factor, BLEND_FACTOR_ZERO),
123 RGBA(src_factor, BLEND_FACTOR_ZERO),
124 RGBA(dst_factor, BLEND_FACTOR_ZERO),
144 RGBA(dst_factor, BLEND_FACTOR_ZERO),
162 RGBA(src_factor, BLEND_FACTOR_ZERO),
194 RGBA(src_factor, BLEND_FACTOR_ZERO),
230 .rgb_src_factor = BLEND_FACTOR_ZERO,
232 .rgb_dst_factor= BLEND_FACTOR_ZERO,
[all...]
/third_party/mesa3d/src/panfrost/lib/
H A Dpan_blend.c97 src_factor != BLEND_FACTOR_ZERO && in can_fixed_function_equation()
98 dest_factor != BLEND_FACTOR_ZERO) in can_fixed_function_equation()
165 case BLEND_FACTOR_ZERO: in to_c_factor()
201 if (src_factor == BLEND_FACTOR_ZERO && !invert_src) { in to_panfrost_function()
208 } else if (src_factor == BLEND_FACTOR_ZERO && invert_src) { in to_panfrost_function()
217 } else if (dest_factor == BLEND_FACTOR_ZERO && !invert_dest) { in to_panfrost_function()
224 } else if (dest_factor == BLEND_FACTOR_ZERO && invert_dest) { in to_panfrost_function()
295 return equation.rgb_src_factor == BLEND_FACTOR_ZERO && in pan_blend_is_opaque()
297 equation.rgb_dst_factor == BLEND_FACTOR_ZERO && in pan_blend_is_opaque()
301 equation.alpha_src_factor == BLEND_FACTOR_ZERO in pan_blend_is_opaque()
[all...]
H A Dpan_blitter.c371 .rgb_src_factor = BLEND_FACTOR_ZERO, in pan_blitter_get_blend_shaders()
373 .rgb_dst_factor = BLEND_FACTOR_ZERO, in pan_blitter_get_blend_shaders()
375 .alpha_src_factor = BLEND_FACTOR_ZERO, in pan_blitter_get_blend_shaders()
377 .alpha_dst_factor = BLEND_FACTOR_ZERO, in pan_blitter_get_blend_shaders()
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_vX_shader.c122 .src_factor = BLEND_FACTOR_ZERO, in panvk_lower_blend()
124 .dst_factor = BLEND_FACTOR_ZERO, in panvk_lower_blend()
146 rt_state->equation.rgb_src_factor = BLEND_FACTOR_ZERO; in panvk_lower_blend()
148 rt_state->equation.rgb_dst_factor = BLEND_FACTOR_ZERO; in panvk_lower_blend()
151 rt_state->equation.alpha_src_factor = BLEND_FACTOR_ZERO; in panvk_lower_blend()
153 rt_state->equation.alpha_dst_factor = BLEND_FACTOR_ZERO; in panvk_lower_blend()
H A Dpanvk_vX_pipeline.c453 return BLEND_FACTOR_ZERO; in translate_blend_factor()
465 return dest_has_alpha ? BLEND_FACTOR_DST_ALPHA : BLEND_FACTOR_ZERO; in translate_blend_factor()
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_blend.h55 return BLEND_FACTOR_ZERO; in util_blend_factor_to_shader()
/third_party/mesa3d/src/compiler/
H A Dshader_enums.h1032 BLEND_FACTOR_ZERO, enumerator
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_blend.c103 case BLEND_FACTOR_ZERO: in nir_blend_factor_value()
/third_party/mesa3d/src/gallium/drivers/asahi/
H A Dagx_state.c136 .src_factor = BLEND_FACTOR_ZERO, in agx_create_blend_state()
138 .dst_factor = BLEND_FACTOR_ZERO, in agx_create_blend_state()

Completed in 12 milliseconds