• Home
  • Raw
  • Download

Lines Matching refs:bot

40 def dm_flags(api, bot):  argument
68 if 'Android' not in bot and 'MSAN' not in bot:
73 if '-x86-' in bot and not 'NexusPlayer' in bot:
77 if 'CPU' in bot and 'Nexus7' in bot:
81 if 'CPU' in bot and 'MotoG4' in bot:
84 if 'Chromecast' in bot:
88 if 'Test' in bot and 'DISCARDABLE' in bot:
92 if 'Test-iOS' in bot:
99 if ('NexusPlayer' in bot or
100 'Chromecast' in bot):
112 if 'BonusConfigs' in bot or ('SAN' in bot and 'GCE' in bot):
127 if 'Android' in bot or 'iOS' in bot:
130 if 'NVIDIA_Shield' not in bot:
132 elif 'Intel' in bot:
134 elif 'ChromeOS' in bot:
137 if 'NativeFonts' in bot:
148 if ('NexusPlayer' in bot or
149 'Tegra3' in bot or
151 'iPad4' in bot or
152 'iPadPro' in bot or
153 'iPhone6' in bot or
154 'iPhone7' in bot or
156 'IntelHD530' in bot or
157 'IntelIris540' in bot):
161 if 'NexusPlayer' in bot:
168 if 'Intel' in bot and api.vars.is_linux:
190 if 'CommandBuffer' in bot:
194 if 'ANGLE' in bot:
202 if 'GTX' in bot or 'Quadro' in bot:
208 if 'NUC5i7RYH' in bot:
213 if 'Vulkan' in bot:
216 if 'Metal' in bot:
221 if ('QuadroP400' in bot and 'PreAbandonGpuContext' not in bot and
222 'TSAN' not in bot and api.vars.is_linux):
223 if 'Vulkan' in bot:
242 if 'ChromeOS' in bot:
246 if 'Chromecast' in bot:
250 if 'CCPR' in bot:
255 if 'DDL1' in bot:
260 if 'DDL3' in bot:
269 if 'Lottie' in bot:
290 elif bot == 'Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-All-ASAN':
298 if 'SK_FORCE_RASTER_PIPELINE_BLITTER' in bot:
301 if 'NativeFonts' in bot: # images won't exercise native font integration :)
309 if 'DDL' in bot:
343 if 'Valgrind' in bot:
352 if 'iOS' in bot:
355 if 'Mac' in bot or 'iOS' in bot:
395 if 'Win' in bot:
405 if 'x86_64' in bot and 'CPU' in bot:
409 if 'Win' in bot or 'Mac' in bot:
421 if 'Android' in bot or 'iOS' in bot or 'Chromecast' in bot:
494 if 'Mac' not in bot:
498 if 'Win' in bot or 'Android' in bot:
501 if 'Mac' in bot and 'CPU' in bot:
534 if 'GPU' in bot:
542 if ('Win8' in bot or 'Win2016' in bot) and 'x86-' in bot:
551 if 'Nexus5' in bot and 'GPU' in bot:
555 if 'AndroidOne-GPU' in bot: # skia:4697, skia:4704, skia:4694, skia:4705
577 if 'Valgrind' in bot: # skia:3021
580 if 'Valgrind' in bot and 'PreAbandonGpuContext' in bot:
584 if 'CommandBuffer' in bot:
588 if 'AndroidOne' in bot:
593 if 'Chromecast' in bot:
594 if 'GPU' in bot:
616 if 'GalaxyS6' in bot:
620 if 'MSAN' in bot:
623 if 'TSAN' in bot:
630 if 'NoGPUThreads' in bot:
633 if 'Vulkan' in bot and 'Adreno530' in bot:
637 if 'Vulkan' in bot and 'Adreno' in bot:
642 if 'Vulkan' in bot and api.vars.is_linux and 'IntelIris640' in bot:
645 if api.vars.is_linux and 'IntelIris640' in bot:
648 if 'Vulkan' in bot and api.vars.is_linux and 'IntelHD405' in bot:
666 if 'Vulkan' in bot and 'GTX660' in bot and 'Win' in bot:
670 if 'Vulkan' in bot and 'Win10' in bot and 'IntelIris655' in bot:
712 if 'Debug' in bot:
718 if 'MoltenVK' in bot:
727 if 'ANGLE' in bot:
731 if 'IntelIris6100' in bot and 'ANGLE' in bot and 'Release' in bot:
735 if ('IntelIris6100' in bot or 'IntelHD4400' in bot) and 'ANGLE' in bot:
739 if 'PowerVRGX6250' in bot:
742 if '-arm-' in bot and 'ASAN' in bot:
746 if 'Mac' in bot and 'IntelHD6000' in bot:
751 if 'Mac' in bot and 'IntelHD615' in bot:
755 if 'Metal' in bot:
793 if 'NexusPlayer' in bot or 'Nexus5' in bot or 'Nexus9' in bot:
796 if 'FSAA' in bot:
798 if 'FAAA' in bot:
800 if 'FDAA' in bot:
803 if 'NativeFonts' not in bot:
806 if 'GDI' in bot:
809 if ('QuadroP400' in bot or
810 'Adreno540' in bot or
811 'IntelHD2000' in bot or # gen 6 - sandy bridge
812 'IntelHD4400' in bot or # gen 7 - haswell
813 'IntelHD405' in bot or # gen 8 - cherryview braswell
814 'IntelIris6100' in bot or # gen 8 - broadwell
815 'IntelIris540' in bot or # gen 9 - skylake
816 'IntelIris640' in bot or # gen 9 - kaby lake
817 'IntelIris655' in bot or # gen 9 - coffee lake
818 'MaliT760' in bot or
819 'MaliT860' in bot or
820 'MaliT880' in bot):