Home
last modified time | relevance | path

Searched refs:BLEND_FUNC_ADD (Results 1 – 9 of 9) sorted by relevance

/third_party/mesa3d/src/panfrost/lib/tests/
Dtest-blend.c64 RGBA(func, BLEND_FUNC_ADD),
83 RGBA(func, BLEND_FUNC_ADD),
103 RGBA(func, BLEND_FUNC_ADD),
161 RGBA(func, BLEND_FUNC_ADD),
193 RGBA(func, BLEND_FUNC_ADD),
211 RGBA(func, BLEND_FUNC_ADD),
229 .rgb_func = BLEND_FUNC_ADD,
234 .alpha_func = BLEND_FUNC_ADD,
252 .rgb_func = BLEND_FUNC_ADD,
257 .alpha_func = BLEND_FUNC_ADD,
[all …]
/third_party/mesa3d/src/panfrost/lib/
Dpan_blend.c64 return (blend_func == BLEND_FUNC_ADD) && in is_2srcdest()
87 if (blend_func != BLEND_FUNC_ADD && in can_fixed_function_equation()
239 case BLEND_FUNC_ADD: in to_panfrost_function()
265 case BLEND_FUNC_ADD: in to_panfrost_function()
299 (equation.rgb_func == BLEND_FUNC_ADD || in pan_blend_is_opaque()
305 (equation.alpha_func == BLEND_FUNC_ADD || in pan_blend_is_opaque()
343 if (eq.rgb_func != BLEND_FUNC_ADD && in pan_blend_alpha_zero_nop()
381 if (eq.rgb_func != BLEND_FUNC_ADD && in pan_blend_alpha_one_store()
635 .func = BLEND_FUNC_ADD, in GENX()
Dpan_blitter.c374 .rgb_func = BLEND_FUNC_ADD, in pan_blitter_get_blend_shaders()
378 .alpha_func = BLEND_FUNC_ADD, in pan_blitter_get_blend_shaders()
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_vX_shader.c121 .func = BLEND_FUNC_ADD, in panvk_lower_blend()
145 rt_state->equation.rgb_func = BLEND_FUNC_ADD; in panvk_lower_blend()
150 rt_state->equation.alpha_func = BLEND_FUNC_ADD; in panvk_lower_blend()
Dpanvk_vX_pipeline.c438 case VK_BLEND_OP_ADD: return BLEND_FUNC_ADD; in translate_blend_op()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_blend.h35 return BLEND_FUNC_ADD; in util_blend_func_to_shader()
/third_party/mesa3d/src/compiler/nir/
Dnir_lower_blend.c48 case BLEND_FUNC_ADD: in nir_blend_func()
69 case BLEND_FUNC_ADD: in nir_blend_factored()
/third_party/mesa3d/src/compiler/
Dshader_enums.h1023 BLEND_FUNC_ADD, enumerator
/third_party/mesa3d/src/gallium/drivers/asahi/
Dagx_state.c135 .func = BLEND_FUNC_ADD, in agx_create_blend_state()