Home
last modified time | relevance | path

Searched refs:vgem_bo (Results 1 – 10 of 10) sorted by relevance

/external/igt-gpu-tools/lib/
Digt_vgem.h30 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);
Digt_vgem.c45 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()
Digt_dummyload.c478 struct vgem_bo bo; in plug_vgem_handle()
/external/igt-gpu-tools/tests/
Dvgem_basic.c73 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()
Dprime_vgem.c35 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 …]
Dkms_prime.c84 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()
Dvgem_slow.c49 struct vgem_bo bo; in test_nohang()
/external/igt-gpu-tools/benchmarks/
Dvgem_mmap.c51 struct vgem_bo bo; in main()
/external/igt-gpu-tools/tests/amdgpu/
Damd_prime.c129 struct vgem_bo bo; in plug()
147 struct vgem_bo bo; in amd_plug()
/external/igt-gpu-tools/tests/i915/
Dgem_concurrent_all.c448 struct vgem_bo vgem; in vgem_create_bo()