Home
last modified time | relevance | path

Searched refs:ndev (Results 1 – 18 of 18) sorted by relevance

/external/igt-gpu-tools/benchmarks/
Dprime_lookup.c53 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/
Dprime_nv_api.c26 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 …]
Dprime_nv_test.c31 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 …]
Dprime_nv_pcopy.c33 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/
Dpipe_loader.h83 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);
Dpipe_loader.c59 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()
Dpipe_loader_sw.c238 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()
Dpipe_loader_drm.c205 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/
Dprime_lookup.test4 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/
Dsk-usbhid.c991 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/
Dinternal_overrides.txt2568 rendezvous → rˈɑndevˌu
Dinternal_raw_IPA-old.txt163775 rendezvous %26050 -də-, rˈɑndevˌu, rˈɑndɪvˌu
Dinternal_raw_IPA.txt137242 rendezvous %34848 rˈɑndevˌu, rˈɑndɪvˌu
/external/cpuinfo/test/dmesg/
Dmeizu-pro-6.log2592 [ 2.459847] (4)[164:kworker/1:1]tfa98xx_container_loaded(): [name:tfa98xx&]1 ndev
Dxiaomi-mi-5c.log1140 [ 10.189415] tfa98xx_container_loaded(): 1 ndev
Dgalaxy-s7-us.log3865 …-INFO2) wl_alloc_netinfo : alloc_netinfo enter bssidx=0 wdev=ffffffc01a9c7800 ndev=ffffffc0e5b18000
Dgalaxy-s7-global.log3049 …-INFO2) wl_alloc_netinfo : alloc_netinfo enter bssidx=0 wdev=ffffffc870ba0800 ndev=ffffffc879847000
Dmeizu-pro-6s.log2648 [ 2.842547] (4)[180:kworker/2:1]tfa98xx_container_loaded(): [name:tfa98xx&]1 ndev