/external/igt-gpu-tools/benchmarks/ |
D | prime_lookup.c | 53 static int loop(int nobj, int ndev, int nage, int ncpus, unsigned flags) in loop() argument 63 nobj, ndev, nage, ncpus, flags); in loop() 83 fd = malloc(ndev * nage * sizeof(*fd)); in loop() 84 dev = malloc(ndev * sizeof(*dev)); in loop() 85 for (n = 0; n < ndev; n++) in loop() 87 memset(fd, 0xff, ndev * nage * sizeof(*fd)); in loop() 91 for (n = 0; n < ndev; n++) { in loop() 116 results[child] = 1e6*elapsed(&start, &end) / (ndev * count); in loop() 160 int ndev = 512; in main() local 174 ndev = atoi(optarg); in main() [all …]
|
/external/igt-gpu-tools/tests/ |
D | prime_nv_api.c | 26 struct nouveau_device *ndev, *ndev2; variable 80 igt_assert(nouveau_bo_prime_handle_ref(ndev, prime_fd, &nvbo) == 0); in test_i915_nv_import_twice() 100 igt_assert(nouveau_bo_prime_handle_ref(ndev, prime_fd, &nvbo) == 0); in test_i915_nv_import_twice_check_flink_name() 125 igt_assert(nouveau_bo_prime_handle_ref(ndev, prime_fd, &nvbo) == 0); in test_i915_nv_reimport_twice_check_flink_name() 151 igt_assert(nouveau_bo_new(ndev, NOUVEAU_BO_GART | NOUVEAU_BO_MAP, in test_nv_i915_import_twice_check_flink_name() 180 igt_assert(nouveau_bo_new(ndev, NOUVEAU_BO_GART | NOUVEAU_BO_MAP, in test_nv_i915_reimport_twice_check_flink_name() 215 igt_assert(nouveau_bo_prime_handle_ref(ndev, prime_fd, &nvbo) == 0); in test_i915_nv_import_vs_close() 236 igt_assert(nouveau_bo_prime_handle_ref(ndev, prime_fd, &nvbo) == 0); in test_i915_nv_double_import() 237 igt_assert(nouveau_bo_prime_handle_ref(ndev, prime_fd, &nvbo2) == 0); in test_i915_nv_double_import() 262 igt_assert(nouveau_bo_prime_handle_ref(ndev, prime_fd, &nvbo) == 0); in test_i915_nv_double_export() [all …]
|
D | prime_nv_test.c | 31 struct nouveau_device *ndev; variable 95 igt_assert(nouveau_bo_prime_handle_ref(ndev, prime_fd, &nvbo) == 0); in test_i915_nv_sharing() 116 igt_assert(nouveau_bo_new(ndev, NOUVEAU_BO_GART | NOUVEAU_BO_MAP, in test_nv_i915_sharing() 143 igt_assert(nouveau_bo_prime_handle_ref(ndev, prime_fd, &nvbo) == 0); in test_nv_write_i915_cpu_mmap_read() 174 igt_assert(nouveau_bo_prime_handle_ref(ndev, prime_fd, &nvbo) == 0); in test_nv_write_i915_gtt_mmap_read() 202 igt_assert(nouveau_bo_new(ndev, NOUVEAU_BO_GART | NOUVEAU_BO_MAP, in test_i915_import_cpu_mmap() 233 igt_assert(nouveau_bo_new(ndev, NOUVEAU_BO_GART | NOUVEAU_BO_MAP, in test_i915_import_gtt_mmap() 265 igt_assert(nouveau_bo_new(ndev, NOUVEAU_BO_GART | NOUVEAU_BO_MAP, in test_i915_import_pread_pwrite() 335 igt_assert(nouveau_bo_prime_handle_ref(ndev, prime_fd, &nvbo) == 0); in test_i915_blt_fill_nv_read() 369 igt_assert(nouveau_device_wrap(nouveau_fd, 0, &ndev) == 0); [all …]
|
D | prime_nv_pcopy.c | 33 static struct nouveau_device *ndev; variable 74 if (ndev->chipset < 0xc0) { in nv_bo_alloc() 103 igt_assert(nouveau_bo_new(ndev, dom, 4096, size, &cfg, bo) == 0); in nv_bo_alloc() 116 igt_assert(nouveau_bo_prime_handle_ref(ndev, handle, bo) == 0); in nv_bo_alloc() 157 if (ndev->chipset < 0xc0) in BEGIN_NVXX() 219 igt_assert(nouveau_device_wrap(nouveau_fd, 0, &ndev) == 0); in init_nouveau() 221 igt_assert(nouveau_client_new(ndev, &nclient) == 0); in init_nouveau() 223 igt_skip_on_f(ndev->chipset < 0xa3 || ndev->chipset == 0xaa || ndev->chipset == 0xac, in init_nouveau() 227 igt_skip_on_f(ndev->chipset >= 0xe0, in init_nouveau() 229 igt_assert(nouveau_bo_new(ndev, NOUVEAU_BO_GART | NOUVEAU_BO_MAP, in init_nouveau() [all …]
|
/external/mesa3d/src/gallium/auxiliary/pipe-loader/ |
D | pipe_loader.h | 83 pipe_loader_probe(struct pipe_loader_device **devs, int ndev); 121 pipe_loader_release(struct pipe_loader_device **devs, int ndev); 168 pipe_loader_sw_probe(struct pipe_loader_device **devs, int ndev); 189 pipe_loader_drm_probe(struct pipe_loader_device **devs, int ndev);
|
D | pipe_loader.c | 59 pipe_loader_probe(struct pipe_loader_device **devs, int ndev) in pipe_loader_probe() argument 64 n += backends[i](&devs[n], MAX2(0, ndev - n)); in pipe_loader_probe() 70 pipe_loader_release(struct pipe_loader_device **devs, int ndev) in pipe_loader_release() argument 74 for (i = 0; i < ndev; i++) in pipe_loader_release()
|
D | pipe_loader_sw.c | 238 pipe_loader_sw_probe(struct pipe_loader_device **devs, int ndev) in pipe_loader_sw_probe() argument 242 if (i <= ndev) { in pipe_loader_sw_probe()
|
D | pipe_loader_drm.c | 205 pipe_loader_drm_probe(struct pipe_loader_device **devs, int ndev) in pipe_loader_drm_probe() argument 222 if (j < ndev) { in pipe_loader_drm_probe()
|
/external/igt-gpu-tools/benchmarks/ezbench.d/ |
D | prime_lookup.test | 4 for ndev in 1 4 16 64 256 1024; do 9 eval "${name}_run() { sudo $IGT_BENCHMARKS/prime_lookup -d $ndev -o $nobj -a $nage ; }" 13 eval "${name}_run() { sudo $IGT_BENCHMARKS/prime_lookup -d $ndev -o $nobj -a $nage -f ; }"
|
/external/openssh/ |
D | sk-usbhid.c | 991 size_t i, ndev = 0, nrks = 0; in sk_load_resident_keys() local 1014 MAX_FIDO_DEVICES, &ndev)) != FIDO_OK) { in sk_load_resident_keys() 1019 for (i = 0; i < ndev; i++) { in sk_load_resident_keys()
|
/external/cldr/tools/java/org/unicode/cldr/util/data/transforms/ |
D | internal_overrides.txt | 2568 rendezvous → rˈɑndevˌu
|
D | internal_raw_IPA-old.txt | 163775 rendezvous %26050 -də-, rˈɑndevˌu, rˈɑndɪvˌu
|
D | internal_raw_IPA.txt | 137242 rendezvous %34848 rˈɑndevˌu, rˈɑndɪvˌu
|
/external/cpuinfo/test/dmesg/ |
D | meizu-pro-6.log | 2592 [ 2.459847] (4)[164:kworker/1:1]tfa98xx_container_loaded(): [name:tfa98xx&]1 ndev
|
D | xiaomi-mi-5c.log | 1140 [ 10.189415] tfa98xx_container_loaded(): 1 ndev
|
D | galaxy-s7-us.log | 3865 …-INFO2) wl_alloc_netinfo : alloc_netinfo enter bssidx=0 wdev=ffffffc01a9c7800 ndev=ffffffc0e5b18000
|
D | galaxy-s7-global.log | 3049 …-INFO2) wl_alloc_netinfo : alloc_netinfo enter bssidx=0 wdev=ffffffc870ba0800 ndev=ffffffc879847000
|
D | meizu-pro-6s.log | 2648 [ 2.842547] (4)[180:kworker/2:1]tfa98xx_container_loaded(): [name:tfa98xx&]1 ndev
|