Searched refs:__gem_userptr (Results 1 – 6 of 6) sorted by relevance
/external/igt-gpu-tools/tests/i915/ |
D | gem_userptr_blits.c | 458 ret = __gem_userptr(fd, ptr, PAGE_SIZE, 0, userptr_flags, &handle); in has_userptr() 526 ret = __gem_userptr(fd, ptr, PAGE_SIZE, 0, userptr_flags, &handle); in test_access_control() 1098 igt_require(__gem_userptr(i915, pages, sz, true, userptr_flags, &rhandle) == 0); in test_readonly() 1220 igt_require(__gem_userptr(i915, pages, sz, true, userptr_flags, &handle) == 0); in test_readonly_mmap() 1286 igt_require(__gem_userptr(i915, pages, sz, true, userptr_flags, &handle) == 0); in test_readonly_pwrite() 1317 ret = __gem_userptr(fd, (char *)ptr + 1, PAGE_SIZE, 0, userptr_flags, &handle); in test_usage_restrictions() 1321 ret = __gem_userptr(fd, ptr, PAGE_SIZE - 1, 0, userptr_flags, &handle); in test_usage_restrictions() 1325 ret = __gem_userptr(fd, (char *)ptr + 1, PAGE_SIZE - 1, 0, userptr_flags, &handle); in test_usage_restrictions() 1543 ret = __gem_userptr(fd, ptr, PAGE_SIZE, 0, userptr_flags, &handle2); in test_overlap() 1549 ret = __gem_userptr(fd, ptr + PAGE_SIZE * 2, PAGE_SIZE, 0, userptr_flags, &handle2); in test_overlap() [all …]
|
D | gem_exec_capture.c | 502 igt_require(__gem_userptr(fd, ptr, 4096, 0, 0, &handle) == 0); in userptr()
|
/external/igt-gpu-tools/lib/ |
D | ioctl_wrappers.h | 115 int __gem_userptr(int fd, void *ptr, uint64_t size, int read_only, uint32_t flags, uint32_t *handle…
|
D | ioctl_wrappers.c | 671 int __gem_userptr(int fd, void *ptr, uint64_t size, int read_only, uint32_t flags, uint32_t *handle) in __gem_userptr() function 702 igt_assert_eq(__gem_userptr(fd, ptr, size, read_only, flags, handle), 0); in gem_userptr()
|
/external/igt-gpu-tools/benchmarks/ |
D | gem_userptr_benchmark.c | 134 ret = __gem_userptr(fd, ptr, PAGE_SIZE, 0, userptr_flags, &handle); in has_userptr()
|
/external/igt-gpu-tools/tests/ |
D | prime_mmap.c | 317 if ( __gem_userptr(fd, ptr, 4096, 0, 0, &handle) == 0) in has_userptr()
|