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

  /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/
pan_blend.c 166 return MALI_BLEND_OPERAND_C_ZERO;
345 out->rgb.c = MALI_BLEND_OPERAND_C_ZERO;
348 out->alpha.c = MALI_BLEND_OPERAND_C_ZERO;
pan_blitter.c 146 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/
common_pack.h 256 MALI_BLEND_OPERAND_C_ZERO = 1,
269 case MALI_BLEND_OPERAND_C_ZERO: return "Zero";
v4_pack.h 1336 MALI_BLEND_OPERAND_C_ZERO = 1,
1349 case MALI_BLEND_OPERAND_C_ZERO: return "Zero";
v5_pack.h 1388 MALI_BLEND_OPERAND_C_ZERO = 1,
1401 case MALI_BLEND_OPERAND_C_ZERO: return "Zero";
v6_pack.h 1317 MALI_BLEND_OPERAND_C_ZERO = 1,
1330 case MALI_BLEND_OPERAND_C_ZERO: return "Zero";
v7_pack.h 1369 MALI_BLEND_OPERAND_C_ZERO = 1,
1382 case MALI_BLEND_OPERAND_C_ZERO: return "Zero";
  /xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/
panvk_vX_meta_clear.c 236 cfg.equation.rgb.c = MALI_BLEND_OPERAND_C_ZERO;
239 cfg.equation.alpha.c = MALI_BLEND_OPERAND_C_ZERO;
panvk_vX_meta_copy.c 298 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/
pan_cmdstream.c 479 cfg.blend_equation.rgb.c = MALI_BLEND_OPERAND_C_ZERO;
482 cfg.blend_equation.alpha.c = MALI_BLEND_OPERAND_C_ZERO;

Completed in 30 milliseconds