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

/xsrc/external/mit/MesaLib/dist/src/panfrost/lib/
H A Dpan_blend.c219 function->b = MALI_BLEND_OPERAND_B_SRC;
226 function->b = MALI_BLEND_OPERAND_B_SRC;
344 out->rgb.b = MALI_BLEND_OPERAND_B_SRC;
347 out->alpha.b = MALI_BLEND_OPERAND_B_SRC;
H A Dpan_blitter.c145 cfg.equation.rgb.b = MALI_BLEND_OPERAND_B_SRC;
148 cfg.equation.alpha.b = MALI_BLEND_OPERAND_B_SRC;
288 cfg.blend_equation.rgb.b = MALI_BLEND_OPERAND_B_SRC;
291 cfg.blend_equation.alpha.b = MALI_BLEND_OPERAND_B_SRC;
/xsrc/external/mit/MesaLib/src/panfrost/lib/genxml/
H A Dcommon_pack.h239 MALI_BLEND_OPERAND_B_SRC = 2, enumerator in enum:mali_blend_operand_b
249 case MALI_BLEND_OPERAND_B_SRC: return "Src";
H A Dv4_pack.h1319 MALI_BLEND_OPERAND_B_SRC = 2, enumerator in enum:mali_blend_operand_b
1329 case MALI_BLEND_OPERAND_B_SRC: return "Src";
H A Dv5_pack.h1371 MALI_BLEND_OPERAND_B_SRC = 2, enumerator in enum:mali_blend_operand_b
1381 case MALI_BLEND_OPERAND_B_SRC: return "Src";
H A Dv6_pack.h1300 MALI_BLEND_OPERAND_B_SRC = 2, enumerator in enum:mali_blend_operand_b
1310 case MALI_BLEND_OPERAND_B_SRC: return "Src";
H A Dv7_pack.h1352 MALI_BLEND_OPERAND_B_SRC = 2, enumerator in enum:mali_blend_operand_b
1362 case MALI_BLEND_OPERAND_B_SRC: return "Src";
/xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/
H A Dpanvk_vX_meta_clear.c235 cfg.equation.rgb.b = MALI_BLEND_OPERAND_B_SRC;
238 cfg.equation.alpha.b = MALI_BLEND_OPERAND_B_SRC;
H A Dpanvk_vX_meta_copy.c297 cfg.equation.rgb.b = MALI_BLEND_OPERAND_B_SRC;
300 cfg.equation.alpha.b = MALI_BLEND_OPERAND_B_SRC;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/panfrost/
H A Dpan_cmdstream.c478 cfg.blend_equation.rgb.b = MALI_BLEND_OPERAND_B_SRC;
481 cfg.blend_equation.alpha.b = MALI_BLEND_OPERAND_B_SRC;

Completed in 56 milliseconds