Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_residency.cpp39 ID3D12Pageable *to_evict[residency_batch_size]; in evict_aged_allocations() local
55 to_evict[num_pending_evictions++] = bo->res; in evict_aged_allocations()
60 screen->dev->Evict(num_pending_evictions, to_evict); in evict_aged_allocations()
66 screen->dev->Evict(num_pending_evictions, to_evict); in evict_aged_allocations()
74 ID3D12Pageable *to_evict[residency_batch_size]; in evict_to_fence_or_budget() local
88 to_evict[num_pending_evictions++] = bo->res; in evict_to_fence_or_budget()
95 screen->dev->Evict(num_pending_evictions, to_evict); in evict_to_fence_or_budget()
101 screen->dev->Evict(num_pending_evictions, to_evict); in evict_to_fence_or_budget()