Searched refs:BLEND_FACTOR_ZERO (Results 1 - 9 of 9) sorted by relevance
/third_party/mesa3d/src/panfrost/lib/tests/ |
H A D | test-blend.c | 84 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 D | pan_blend.c | 97 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 D | pan_blitter.c | 371 .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 D | panvk_vX_shader.c | 122 .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 D | panvk_vX_pipeline.c | 453 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 D | u_blend.h | 55 return BLEND_FACTOR_ZERO; in util_blend_factor_to_shader()
|
/third_party/mesa3d/src/compiler/ |
H A D | shader_enums.h | 1032 BLEND_FACTOR_ZERO, enumerator
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_lower_blend.c | 103 case BLEND_FACTOR_ZERO: in nir_blend_factor_value()
|
/third_party/mesa3d/src/gallium/drivers/asahi/ |
H A D | agx_state.c | 136 .src_factor = BLEND_FACTOR_ZERO, in agx_create_blend_state() 138 .dst_factor = BLEND_FACTOR_ZERO, in agx_create_blend_state()
|
Completed in 13 milliseconds