Searched refs:MALI_BLEND_OPERAND_C_ZERO (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/panfrost/lib/
H A Dpan_blend.c166 return MALI_BLEND_OPERAND_C_ZERO;
345 out->rgb.c = MALI_BLEND_OPERAND_C_ZERO;
348 out->alpha.c = MALI_BLEND_OPERAND_C_ZERO;
H A Dpan_blitter.c146 cfg.equation.rgb.c = MALI_BLEND_OPERAND_C_ZERO;
149 cfg.equation.alpha.c = MALI_BLEND_OPERAND_C_ZERO;
289 cfg.blend_equation.rgb.c = MALI_BLEND_OPERAND_C_ZERO;
292 cfg.blend_equation.alpha.c = MALI_BLEND_OPERAND_C_ZERO;
/xsrc/external/mit/MesaLib/src/panfrost/lib/genxml/
H A Dcommon_pack.h256 MALI_BLEND_OPERAND_C_ZERO = 1, enumerator in enum:mali_blend_operand_c
269 case MALI_BLEND_OPERAND_C_ZERO: return "Zero";
H A Dv4_pack.h1336 MALI_BLEND_OPERAND_C_ZERO = 1, enumerator in enum:mali_blend_operand_c
1349 case MALI_BLEND_OPERAND_C_ZERO: return "Zero";
H A Dv5_pack.h1388 MALI_BLEND_OPERAND_C_ZERO = 1, enumerator in enum:mali_blend_operand_c
1401 case MALI_BLEND_OPERAND_C_ZERO: return "Zero";
H A Dv6_pack.h1317 MALI_BLEND_OPERAND_C_ZERO = 1, enumerator in enum:mali_blend_operand_c
1330 case MALI_BLEND_OPERAND_C_ZERO: return "Zero";
H A Dv7_pack.h1369 MALI_BLEND_OPERAND_C_ZERO = 1, enumerator in enum:mali_blend_operand_c
1382 case MALI_BLEND_OPERAND_C_ZERO: return "Zero";
/xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/
H A Dpanvk_vX_meta_clear.c236 cfg.equation.rgb.c = MALI_BLEND_OPERAND_C_ZERO;
239 cfg.equation.alpha.c = MALI_BLEND_OPERAND_C_ZERO;
H A Dpanvk_vX_meta_copy.c298 cfg.equation.rgb.c = MALI_BLEND_OPERAND_C_ZERO;
301 cfg.equation.alpha.c = MALI_BLEND_OPERAND_C_ZERO;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/panfrost/
H A Dpan_cmdstream.c479 cfg.blend_equation.rgb.c = MALI_BLEND_OPERAND_C_ZERO;
482 cfg.blend_equation.alpha.c = MALI_BLEND_OPERAND_C_ZERO;

Completed in 57 milliseconds