Home
last modified time | relevance | path

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

/external/igt-gpu-tools/tests/
Deviction_common.c195 uint64_t working_surfaces, in swapping_evictions() argument
202 intel_require_memory(working_surfaces, surface_size, CHECK_RAM); in swapping_evictions()
204 if (trash_surfaces < working_surfaces) in swapping_evictions()
205 trash_surfaces = working_surfaces; in swapping_evictions()
219 ret = ops->copy(fd, bo[0], bo[1], bo, working_surfaces); in swapping_evictions()
233 uint64_t working_surfaces, in forking_evictions() argument
242 intel_require_memory(working_surfaces, surface_size, CHECK_RAM); in forking_evictions()
246 if (bo_count < working_surfaces) in forking_evictions()
247 bo_count = working_surfaces; in forking_evictions()
250 bo_count = working_surfaces; in forking_evictions()
[all …]