Searched refs:gem_userptr (Results 1 – 5 of 5) sorted by relevance
/external/igt-gpu-tools/tests/i915/ |
D | gem_userptr_blits.c | 302 gem_userptr(fd, ptr, sizeof(linear), 0, userptr_flags, &handle); in create_userptr() 380 gem_userptr(fd, (uint32_t *)ptr, size, 0, userptr_flags, &handle); in create_userptr_bo() 543 gem_userptr(fd, NULL, PAGE_SIZE, 0, userptr_flags, &handle); in test_invalid_null_pointer() 564 gem_userptr(fd, map, sizeof(linear) + 2 * PAGE_SIZE, 0, userptr_flags, &handle); in test_invalid_gtt_mapping() 568 gem_userptr(fd, map, PAGE_SIZE, 0, userptr_flags, &handle); in test_invalid_gtt_mapping() 572 gem_userptr(fd, map + sizeof(linear) + PAGE_SIZE, PAGE_SIZE, 0, userptr_flags, &handle); in test_invalid_gtt_mapping() 589 gem_userptr(fd, gtt, sizeof(linear), 0, userptr_flags, &handle); in test_invalid_gtt_mapping() 593 gem_userptr(fd, gtt, PAGE_SIZE, 0, userptr_flags, &handle); in test_invalid_gtt_mapping() 597 gem_userptr(fd, gtt + sizeof(linear) - PAGE_SIZE, PAGE_SIZE, 0, userptr_flags, &handle); in test_invalid_gtt_mapping() 602 gem_userptr(fd, map, 2*PAGE_SIZE, 0, userptr_flags, &handle); in test_invalid_gtt_mapping() [all …]
|
/external/igt-gpu-tools/benchmarks/ |
D | gem_userptr_benchmark.c | 112 gem_userptr(fd, (uint32_t *)ptr, size, 0, userptr_flags, &handle); in create_userptr_bo() 346 gem_userptr(fd, (uint32_t *)p, BO_SIZE, 0, userptr_flags, &handles[i]); in test_impact_overlap() 404 gem_userptr(fd, bo_ptr, BO_SIZE, 0, userptr_flags, &handle); in test_single() 441 gem_userptr(fd, bo_ptr + map[i] * BO_SIZE, BO_SIZE, in test_multiple()
|
/external/igt-gpu-tools/lib/ |
D | ioctl_wrappers.h | 114 void gem_userptr(int fd, void *ptr, uint64_t size, int read_only, uint32_t flags, uint32_t *handle);
|
D | ioctl_wrappers.c | 700 void gem_userptr(int fd, void *ptr, uint64_t size, int read_only, uint32_t flags, uint32_t *handle) in gem_userptr() function
|
/external/igt-gpu-tools/tests/ |
D | prime_mmap.c | 340 gem_userptr(fd, (uint32_t *)ptr, BO_SIZE, 0, 0, &handle); in test_userptr()
|