Lines Matching refs:working_surfaces
195 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()
252 igt_assert_lte(working_surfaces, bo_count); in forking_evictions()
288 ret = ops->copy(realfd, bo[0], bo[1], bo, working_surfaces); in forking_evictions()
291 for (l = 0; l < working_surfaces && in forking_evictions()