Home
last modified time | relevance | path

Searched refs:minor_evictions (Results 1 – 4 of 4) sorted by relevance

/external/igt-gpu-tools/tests/i915/
Dgem_evict_alignment.c130 static void minor_evictions(int fd, uint64_t size, uint64_t count) in minor_evictions() function
207 minor_evictions(fd, size, count);
230 minor_evictions(fd, size, count);
249 minor_evictions(fd, size, count);
Dgem_evict_everything.c167 minor_evictions(fd, &fault_ops, size, count); in test_minor_evictions()
Dgem_userptr_blits.c1522 minor_evictions(fd, &fault_ops, size, count); in test_minor_evictions()
/external/igt-gpu-tools/tests/
Deviction_common.c59 static int minor_evictions(int fd, struct igt_eviction_test_ops *ops, in minor_evictions() function