Searched refs:all_engines (Results 1 – 5 of 5) sorted by relevance
/external/rust/android-crates-io/crates/base64/src/engine/ |
D | tests.rs | 32 fn all_engines<E: EngineWrapper>(engine_wrapper: E) {} in all_engines() function 44 #[apply(all_engines)] 127 #[apply(all_engines)] 164 #[apply(all_engines)] 229 #[apply(all_engines)] 274 #[apply(all_engines)] 329 #[apply(all_engines)] 367 #[apply(all_engines)] 389 #[apply(all_engines)] 414 #[apply(all_engines)] [all …]
|
/external/igt-gpu-tools/benchmarks/ |
D | gem_exec_nop.c | 78 unsigned all_engines[16]; in loop() local 114 all_engines[all_nengine++] = r; in loop() 119 memcpy(engines, all_engines, all_nengine*sizeof(engines[0])); in loop() 145 execbuf.flags |= all_engines[n]; in loop()
|
/external/pytorch/torch/backends/quantized/ |
D | __init__.py | 29 all_engines = {0: "none", 1: "fbgemm", 2: "qnnpack", 3: "onednn", 4: "x86"} 30 return all_engines.get(qengine, "*undefined")
|
/external/igt-gpu-tools/tests/i915/ |
D | gem_ctx_create.c | 43 static unsigned all_engines[16]; variable 138 memcpy(engines, all_engines, sizeof(engines[0])*nengine); in active() 307 igt_permute_array(all_engines, all_nengine, xchg_u32); in maximum() 312 execbuf.flags = all_engines[j]; in maximum() 537 all_engines[all_nengine++] = engine; 543 all_engines, 544 all_nengine * sizeof(all_engines[0]));
|
D | gem_ctx_thrash.c | 89 static void single(const char *name, bool all_engines) in single() argument 105 if (all_engines) { in single()
|