Searched refs:CHECK_SWAP (Results 1 – 13 of 13) sorted by relevance
/external/igt-gpu-tools/lib/ |
D | intel_os.c | 318 mode & (CHECK_RAM | CHECK_SWAP) ? "RAM" : "", in __intel_check_memory() 319 mode & CHECK_SWAP ? " + swap": ""); in __intel_check_memory() 322 if (mode & (CHECK_RAM | CHECK_SWAP)) in __intel_check_memory() 324 if (mode & CHECK_SWAP) in __intel_check_memory() 398 mode & (CHECK_RAM | CHECK_SWAP) ? "RAM" : "", in intel_require_memory() 399 mode & CHECK_SWAP ? " + swap": "", in intel_require_memory()
|
D | igt_aux.h | 213 #define CHECK_SWAP 0x2 macro
|
/external/igt-gpu-tools/tests/i915/ |
D | gem_evict_everything.c | 145 intel_require_memory(trash_count, size, CHECK_RAM | CHECK_SWAP); in test_forking_evictions() 160 intel_require_memory(trash_count, size, CHECK_RAM | CHECK_SWAP); in test_swapping_evictions()
|
D | gem_tiled_swapping.c | 199 intel_require_memory(count, 1024*1024, CHECK_RAM | CHECK_SWAP);
|
D | gem_mmap.c | 66 check |= CHECK_SWAP; in test_huge_bo()
|
D | gem_render_linear_blits.c | 225 intel_require_memory(count, SIZE, CHECK_RAM | CHECK_SWAP);
|
D | gem_render_tiled_blits.c | 236 intel_require_memory(count, SIZE, CHECK_RAM | CHECK_SWAP);
|
D | gem_ctx_create.c | 251 if (mode & CHECK_SWAP) in total_avail_mem() 568 maximum(fd, ncpus, CHECK_RAM | CHECK_SWAP);
|
D | gem_ctx_thrash.c | 85 intel_require_memory(count, size, CHECK_RAM | CHECK_SWAP); in get_num_contexts()
|
D | gem_shrink.c | 451 CHECK_SWAP | CHECK_RAM);
|
D | gem_mmap_gtt.c | 715 mode |= CHECK_SWAP; in test_huge_copy()
|
D | gem_concurrent_all.c | 1891 s, c, CHECK_RAM | CHECK_SWAP);
|
/external/igt-gpu-tools/tests/ |
D | eviction_common.c | 207 intel_require_memory(trash_surfaces, surface_size, CHECK_RAM | CHECK_SWAP); in swapping_evictions() 253 intel_require_memory(bo_count, surface_size, CHECK_RAM | CHECK_SWAP); in forking_evictions()
|