HomeSort by: relevance | last modified time | path
    Searched refs:MALI_BLEND_OPERAND_B_SRC (Results 1 - 10 of 10) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/
pan_blend.c 219 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;
pan_blitter.c 145 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/
common_pack.h 239 MALI_BLEND_OPERAND_B_SRC = 2,
249 case MALI_BLEND_OPERAND_B_SRC: return "Src";
v4_pack.h 1319 MALI_BLEND_OPERAND_B_SRC = 2,
1329 case MALI_BLEND_OPERAND_B_SRC: return "Src";
v5_pack.h 1371 MALI_BLEND_OPERAND_B_SRC = 2,
1381 case MALI_BLEND_OPERAND_B_SRC: return "Src";
v6_pack.h 1300 MALI_BLEND_OPERAND_B_SRC = 2,
1310 case MALI_BLEND_OPERAND_B_SRC: return "Src";
v7_pack.h 1352 MALI_BLEND_OPERAND_B_SRC = 2,
1362 case MALI_BLEND_OPERAND_B_SRC: return "Src";
  /xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/
panvk_vX_meta_clear.c 235 cfg.equation.rgb.b = MALI_BLEND_OPERAND_B_SRC;
238 cfg.equation.alpha.b = MALI_BLEND_OPERAND_B_SRC;
panvk_vX_meta_copy.c 297 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/
pan_cmdstream.c 478 cfg.blend_equation.rgb.b = MALI_BLEND_OPERAND_B_SRC;
481 cfg.blend_equation.alpha.b = MALI_BLEND_OPERAND_B_SRC;

Completed in 38 milliseconds