Home
last modified time | relevance | path

Searched refs:BLEND_FUNC_REVERSE_SUBTRACT (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/panfrost/lib/
Dpan_blend.c89 blend_func != BLEND_FUNC_REVERSE_SUBTRACT) in can_fixed_function_equation()
213 else if (blend_func == BLEND_FUNC_REVERSE_SUBTRACT) in to_panfrost_function()
220 if (blend_func == BLEND_FUNC_REVERSE_SUBTRACT) in to_panfrost_function()
229 else if (blend_func == BLEND_FUNC_REVERSE_SUBTRACT) in to_panfrost_function()
242 case BLEND_FUNC_REVERSE_SUBTRACT: in to_panfrost_function()
268 case BLEND_FUNC_REVERSE_SUBTRACT: in to_panfrost_function()
344 eq.rgb_func != BLEND_FUNC_REVERSE_SUBTRACT) in pan_blend_alpha_zero_nop()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_blend.h39 return BLEND_FUNC_REVERSE_SUBTRACT; in util_blend_func_to_shader()
/third_party/mesa3d/src/compiler/nir/
Dnir_lower_blend.c52 case BLEND_FUNC_REVERSE_SUBTRACT: in nir_blend_func()
71 case BLEND_FUNC_REVERSE_SUBTRACT: in nir_blend_factored()
/third_party/mesa3d/src/compiler/
Dshader_enums.h1025 BLEND_FUNC_REVERSE_SUBTRACT, enumerator
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_vX_pipeline.c440 case VK_BLEND_OP_REVERSE_SUBTRACT: return BLEND_FUNC_REVERSE_SUBTRACT; in translate_blend_op()