Lines Matching refs:bot
41 def dm_flags(api, bot): argument
69 if 'Android' not in bot and 'MSAN' not in bot:
74 if '-x86-' in bot and not 'NexusPlayer' in bot:
78 if 'CPU' in bot and 'Nexus7' in bot:
82 if 'CPU' in bot and 'MotoG4' in bot:
85 if 'Chromecast' in bot:
89 if 'Test' in bot and 'DISCARDABLE' in bot:
93 if 'Test-iOS' in bot:
100 if ('NexusPlayer' in bot or
101 'Chromecast' in bot):
113 if 'BonusConfigs' in bot or ('SAN' in bot and 'GCE' in bot):
128 if 'Android' in bot or 'iOS' in bot:
131 if 'NVIDIA_Shield' not in bot:
133 elif 'Intel' in bot:
135 elif 'ChromeOS' in bot:
138 if 'NativeFonts' in bot:
149 if ('NexusPlayer' in bot or
150 'Tegra3' in bot or
152 'iPad4' in bot or
153 'iPadPro' in bot or
154 'iPhone6' in bot or
155 'iPhone7' in bot or
157 'IntelHD530' in bot or
158 'IntelIris540' in bot):
162 if 'NexusPlayer' in bot:
169 if 'Intel' in bot and api.vars.is_linux:
191 if 'CommandBuffer' in bot:
195 if 'ANGLE' in bot:
203 if 'GTX' in bot or 'Quadro' in bot:
209 if 'NUC5i7RYH' in bot:
214 if 'Vulkan' in bot:
217 if 'Metal' in bot:
222 if ('QuadroP400' in bot and 'PreAbandonGpuContext' not in bot and
223 'TSAN' not in bot and api.vars.is_linux):
224 if 'Vulkan' in bot:
243 if 'ChromeOS' in bot:
247 if 'Chromecast' in bot:
251 if 'CCPR' in bot:
256 if 'DDL1' in bot:
261 if 'DDL3' in bot:
270 if 'Lottie' in bot:
291 elif bot == 'Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-All-ASAN':
299 if 'SK_FORCE_RASTER_PIPELINE_BLITTER' in bot:
302 if 'NativeFonts' in bot: # images won't exercise native font integration :)
310 if 'DDL' in bot:
344 if 'Valgrind' in bot:
353 if 'iOS' in bot:
356 if 'Mac' in bot or 'iOS' in bot:
396 if 'Win' in bot:
406 if 'x86_64' in bot and 'CPU' in bot:
410 if 'Win' in bot or 'Mac' in bot:
422 if 'Android' in bot or 'iOS' in bot or 'Chromecast' in bot:
495 if 'Mac' not in bot:
499 if 'Win' in bot or 'Android' in bot:
502 if 'Mac' in bot and 'CPU' in bot:
535 if 'GPU' in bot:
543 if ('Win8' in bot or 'Win2016' in bot) and 'x86-' in bot:
552 if 'Nexus5' in bot and 'GPU' in bot:
556 if 'AndroidOne-GPU' in bot: # skia:4697, skia:4704, skia:4694, skia:4705
578 if 'Valgrind' in bot: # skia:3021
581 if 'Valgrind' in bot and 'PreAbandonGpuContext' in bot:
585 if 'CommandBuffer' in bot:
589 if 'AndroidOne' in bot:
594 if 'Chromecast' in bot:
595 if 'GPU' in bot:
617 if 'GalaxyS6' in bot:
621 if 'MSAN' in bot:
624 if 'TSAN' in bot:
631 if 'NoGPUThreads' in bot:
634 if 'Vulkan' in bot and 'Adreno530' in bot:
638 if 'Vulkan' in bot and 'Adreno' in bot:
643 if 'Vulkan' in bot and api.vars.is_linux and 'IntelIris640' in bot:
646 if api.vars.is_linux and 'IntelIris640' in bot:
649 if 'Vulkan' in bot and api.vars.is_linux and 'IntelHD405' in bot:
667 if 'Vulkan' in bot and 'GTX660' in bot and 'Win' in bot:
671 if 'Vulkan' in bot and 'Win10' in bot and 'IntelIris655' in bot:
714 if 'Debug' in bot:
719 if 'MoltenVK' in bot:
729 if 'ANGLE' in bot:
733 if 'IntelIris6100' in bot and 'ANGLE' in bot and 'Release' in bot:
737 if ('IntelIris6100' in bot or 'IntelHD4400' in bot) and 'ANGLE' in bot:
741 if 'PowerVRGX6250' in bot:
744 if '-arm-' in bot and 'ASAN' in bot:
748 if 'Mac' in bot and 'IntelHD6000' in bot:
753 if 'Mac' in bot and 'IntelHD615' in bot:
757 if 'Metal' in bot:
777 if 'Mac' in bot:
798 if 'NexusPlayer' in bot or 'Nexus5' in bot or 'Nexus9' in bot:
801 if 'FSAA' in bot:
803 if 'FAAA' in bot:
805 if 'FDAA' in bot:
808 if 'NativeFonts' not in bot:
811 if 'GDI' in bot:
814 if ('QuadroP400' in bot or
815 'Adreno540' in bot or
816 'IntelHD2000' in bot or # gen 6 - sandy bridge
817 'IntelHD4400' in bot or # gen 7 - haswell
818 'IntelHD405' in bot or # gen 8 - cherryview braswell
819 'IntelIris6100' in bot or # gen 8 - broadwell
820 'IntelIris540' in bot or # gen 9 - skylake
821 'IntelIris640' in bot or # gen 9 - kaby lake
822 'IntelIris655' in bot or # gen 9 - coffee lake
823 'MaliT760' in bot or
824 'MaliT860' in bot or
825 'MaliT880' in bot):