Searched refs:BLEND_FUNC_ADD (Results 1 – 9 of 9) sorted by relevance
/third_party/mesa3d/src/panfrost/lib/tests/ |
D | test-blend.c | 64 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/ |
D | pan_blend.c | 64 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()
|
D | pan_blitter.c | 374 .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/ |
D | panvk_vX_shader.c | 121 .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()
|
D | panvk_vX_pipeline.c | 438 case VK_BLEND_OP_ADD: return BLEND_FUNC_ADD; in translate_blend_op()
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
D | u_blend.h | 35 return BLEND_FUNC_ADD; in util_blend_func_to_shader()
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir_lower_blend.c | 48 case BLEND_FUNC_ADD: in nir_blend_func() 69 case BLEND_FUNC_ADD: in nir_blend_factored()
|
/third_party/mesa3d/src/compiler/ |
D | shader_enums.h | 1023 BLEND_FUNC_ADD, enumerator
|
/third_party/mesa3d/src/gallium/drivers/asahi/ |
D | agx_state.c | 135 .func = BLEND_FUNC_ADD, in agx_create_blend_state()
|