Home
last modified time | relevance | path

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

/external/igt-gpu-tools/tests/
Deviction_common.c61 uint64_t nr_surfaces) in minor_evictions() argument
70 nr_surfaces /= 7; in minor_evictions()
71 nr_surfaces *= 7; in minor_evictions()
72 nr_surfaces += 3; in minor_evictions()
75 igt_require(nr_surfaces < total_surfaces); in minor_evictions()
78 bo = malloc((nr_surfaces + total_surfaces)*sizeof(*bo)); in minor_evictions()
88 for (n = 0; n < nr_surfaces; n++, m += 7) in minor_evictions()
90 ret = ops->copy(fd, sel[0], sel[1], sel, nr_surfaces); in minor_evictions()
105 uint64_t surface_size, uint64_t nr_surfaces) in major_evictions() argument
111 intel_require_memory(nr_surfaces, surface_size, CHECK_RAM); in major_evictions()
[all …]