Home
last modified time | relevance | path

Searched refs:BLEND_FUNC_SUBTRACT (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/panfrost/lib/
Dpan_blend.c88 blend_func != BLEND_FUNC_SUBTRACT && in can_fixed_function_equation()
204 if (blend_func == BLEND_FUNC_SUBTRACT) in to_panfrost_function()
211 if (blend_func == BLEND_FUNC_SUBTRACT) in to_panfrost_function()
227 if (blend_func == BLEND_FUNC_SUBTRACT) in to_panfrost_function()
245 case BLEND_FUNC_SUBTRACT: in to_panfrost_function()
272 case BLEND_FUNC_SUBTRACT: in to_panfrost_function()
300 equation.rgb_func == BLEND_FUNC_SUBTRACT) && in pan_blend_is_opaque()
306 equation.alpha_func == BLEND_FUNC_SUBTRACT); in pan_blend_is_opaque()
/third_party/mesa3d/src/panfrost/lib/tests/
Dtest-blend.c112 RGBA(func, BLEND_FUNC_SUBTRACT),
130 RGBA(func, BLEND_FUNC_SUBTRACT),
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_blend.h37 return BLEND_FUNC_SUBTRACT; in util_blend_func_to_shader()
/third_party/mesa3d/src/compiler/nir/
Dnir_lower_blend.c50 case BLEND_FUNC_SUBTRACT: in nir_blend_func()
70 case BLEND_FUNC_SUBTRACT: in nir_blend_factored()
/third_party/mesa3d/src/compiler/
Dshader_enums.h934 BLEND_FUNC_SUBTRACT, enumerator
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_vX_pipeline.c475 case VK_BLEND_OP_SUBTRACT: return BLEND_FUNC_SUBTRACT; in translate_blend_op()