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/
H A 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()
382 eq.rgb_func != BLEND_FUNC_SUBTRACT) in pan_blend_alpha_one_store()
/third_party/mesa3d/src/panfrost/lib/tests/
H A Dtest-blend.c122 RGBA(func, BLEND_FUNC_SUBTRACT),
142 RGBA(func, BLEND_FUNC_SUBTRACT),
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_blend.h37 return BLEND_FUNC_SUBTRACT; in util_blend_func_to_shader()
/third_party/mesa3d/src/compiler/nir/
H A 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/
H A Dshader_enums.h1024 BLEND_FUNC_SUBTRACT, enumerator
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_vX_pipeline.c439 case VK_BLEND_OP_SUBTRACT: return BLEND_FUNC_SUBTRACT; in translate_blend_op()

Completed in 8 milliseconds