Lines Matching refs:bot
46 def nanobench_flags(api, bot): argument
49 if 'GPU' in bot:
55 if 'iOS' in bot:
63 if 'BonusConfigs' in bot or ('SAN' in bot and 'GCE' in bot):
77 if 'Android' in bot or 'iOS' in bot:
81 if 'NVIDIA_Shield' not in bot:
86 if ('NexusPlayer' in bot or
87 'iOS' in bot or
88 'Nexus7' in bot):
90 elif 'Intel' in bot:
92 elif 'ChromeOS' in bot:
98 if ('TegraX1' in bot or
99 'Quadro' in bot or
100 'GTX' in bot or
101 ('GT610' in bot and 'Ubuntu17' not in bot)):
106 if 'Intel' in bot and api.vars.is_linux:
109 if 'CommandBuffer' in bot:
111 if 'Vulkan' in bot:
114 if 'ANGLE' in bot:
119 if 'QuadroP400' in bot:
125 if 'ChromeOS' in bot:
134 if 'NoGPUThreads' in bot:
137 if 'Valgrind' in bot:
144 if ('QuadroP400' in bot or
145 'Adreno540' in bot or
146 'IntelHD2000' in bot or # gen 6 - sandy bridge
147 'IntelHD4400' in bot or # gen 7 - haswell
148 'IntelHD405' in bot or # gen 8 - cherryview braswell
149 'IntelIris6100' in bot or # gen 8 - broadwell
150 'IntelIris540' in bot or # gen 9 - skylake
151 'IntelIris640' in bot or # gen 9 - kaby lake
152 'IntelIris655' in bot or # gen 9 - coffee lake
153 'MaliT760' in bot or
154 'MaliT860' in bot or
155 'MaliT880' in bot):
162 if 'Android' in bot:
167 if 'Nexus5' in bot:
169 if 'iOS' in bot:
176 if 'MoltenVK' in bot:
180 if ('Intel' in bot and api.vars.is_linux and not 'Vulkan' in bot):
183 if 'IntelHD405' in bot and api.vars.is_linux and 'Vulkan' in bot:
209 if 'MacBook10.1' in bot and 'CommandBuffer' in bot:
211 if 'IntelIris655' in bot and 'Win10' in bot and 'Vulkan' in bot:
236 if 'Release' in bot:
243 if ('ASAN' in bot or 'UBSAN' in bot) and 'CPU' in bot:
246 if (('Iris655' in bot or 'Iris540' in bot) and 'Release' in bot and
247 'Win10' in bot and 'Vulkan' not in bot and 'ANGLE' not in bot):