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

/xsrc/external/mit/MesaLib/dist/src/panfrost/lib/
H A Dpan_blend.c209 function->a = MALI_BLEND_OPERAND_A_SRC;
343 out->rgb.a = MALI_BLEND_OPERAND_A_SRC;
346 out->alpha.a = MALI_BLEND_OPERAND_A_SRC;
H A Dpan_blitter.c144 cfg.equation.rgb.a = MALI_BLEND_OPERAND_A_SRC;
147 cfg.equation.alpha.a = MALI_BLEND_OPERAND_A_SRC;
287 cfg.blend_equation.rgb.a = MALI_BLEND_OPERAND_A_SRC;
290 cfg.blend_equation.alpha.a = MALI_BLEND_OPERAND_A_SRC;
/xsrc/external/mit/MesaLib/src/panfrost/lib/genxml/
H A Dcommon_pack.h221 MALI_BLEND_OPERAND_A_SRC = 2, enumerator in enum:mali_blend_operand_a
230 case MALI_BLEND_OPERAND_A_SRC: return "Src";
H A Dv4_pack.h1301 MALI_BLEND_OPERAND_A_SRC = 2, enumerator in enum:mali_blend_operand_a
1310 case MALI_BLEND_OPERAND_A_SRC: return "Src";
H A Dv5_pack.h1353 MALI_BLEND_OPERAND_A_SRC = 2, enumerator in enum:mali_blend_operand_a
1362 case MALI_BLEND_OPERAND_A_SRC: return "Src";
H A Dv6_pack.h1282 MALI_BLEND_OPERAND_A_SRC = 2, enumerator in enum:mali_blend_operand_a
1291 case MALI_BLEND_OPERAND_A_SRC: return "Src";
H A Dv7_pack.h1334 MALI_BLEND_OPERAND_A_SRC = 2, enumerator in enum:mali_blend_operand_a
1343 case MALI_BLEND_OPERAND_A_SRC: return "Src";
/xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/
H A Dpanvk_vX_meta_clear.c234 cfg.equation.rgb.a = MALI_BLEND_OPERAND_A_SRC;
237 cfg.equation.alpha.a = MALI_BLEND_OPERAND_A_SRC;
H A Dpanvk_vX_meta_copy.c296 cfg.equation.rgb.a = MALI_BLEND_OPERAND_A_SRC;
299 cfg.equation.alpha.a = MALI_BLEND_OPERAND_A_SRC;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/panfrost/
H A Dpan_cmdstream.c477 cfg.blend_equation.rgb.a = MALI_BLEND_OPERAND_A_SRC;
480 cfg.blend_equation.alpha.a = MALI_BLEND_OPERAND_A_SRC;

Completed in 56 milliseconds