Searched refs:vgem_bo (Results 1 – 10 of 10) sorted by relevance
/external/igt-gpu-tools/lib/ |
D | igt_vgem.h | 30 struct vgem_bo { struct 37 int __vgem_create(int fd, struct vgem_bo *bo); argument 38 void vgem_create(int fd, struct vgem_bo *bo); 40 void *__vgem_mmap(int fd, struct vgem_bo *bo, unsigned prot); 41 void *vgem_mmap(int fd, struct vgem_bo *bo, unsigned prot); 45 uint32_t vgem_fence_attach(int fd, struct vgem_bo *bo, unsigned flags);
|
D | igt_vgem.c | 45 int __vgem_create(int fd, struct vgem_bo *bo) in __vgem_create() 64 void vgem_create(int fd, struct vgem_bo *bo) in vgem_create() 69 void *__vgem_mmap(int fd, struct vgem_bo *bo, unsigned prot) in __vgem_mmap() 86 void *vgem_mmap(int fd, struct vgem_bo *bo, unsigned prot) in vgem_mmap() 140 struct vgem_bo bo; in vgem_fence_has_flag() 161 uint32_t vgem_fence_attach(int fd, struct vgem_bo *bo, unsigned flags) in vgem_fence_attach()
|
D | igt_dummyload.c | 478 struct vgem_bo bo; in plug_vgem_handle()
|
/external/igt-gpu-tools/tests/ |
D | vgem_basic.c | 73 struct vgem_bo bo; in test_create() 104 struct vgem_bo bo; in test_mmap() 133 struct vgem_bo bo; in test_dmabuf_export() 157 struct vgem_bo bo; in test_dmabuf_mmap() 191 struct vgem_bo bo; in test_dmabuf_fence() 226 struct vgem_bo bo; in test_dmabuf_fence_before() 327 struct vgem_bo bo; in test_unload()
|
D | prime_vgem.c | 35 struct vgem_bo scratch; in test_read() 65 struct vgem_bo scratch; in test_fence_read() 122 struct vgem_bo scratch; in test_fence_mmap() 180 struct vgem_bo scratch; in test_write() 208 struct vgem_bo scratch; in test_gtt() 245 struct vgem_bo scratch = { in test_shrink() 283 struct vgem_bo scratch; in test_gtt_interleaved() 429 struct vgem_bo scratch; in test_busy() 459 struct vgem_bo scratch; in test_wait() 486 struct vgem_bo scratch; in test_sync() [all …]
|
D | kms_prime.c | 84 static void prepare_scratch(int exporter_fd, struct vgem_bo *scratch, in prepare_scratch() 101 static void prepare_fb(int importer_fd, struct vgem_bo *scratch, struct igt_fb *fb) in prepare_fb() 166 struct vgem_bo scratch = {}; /* despite the name, it suits for any in test_crc()
|
D | vgem_slow.c | 49 struct vgem_bo bo; in test_nohang()
|
/external/igt-gpu-tools/benchmarks/ |
D | vgem_mmap.c | 51 struct vgem_bo bo; in main()
|
/external/igt-gpu-tools/tests/amdgpu/ |
D | amd_prime.c | 129 struct vgem_bo bo; in plug() 147 struct vgem_bo bo; in amd_plug()
|
/external/igt-gpu-tools/tests/i915/ |
D | gem_concurrent_all.c | 448 struct vgem_bo vgem; in vgem_create_bo()
|