Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DResidencyManagerD3D12.cpp184 uint64_t bytesEvicted; in EnsureCanAllocate() local
185 DAWN_TRY_ASSIGN(bytesEvicted, in EnsureCanAllocate()
187 DAWN_UNUSED(bytesEvicted); in EnsureCanAllocate()
300 uint64_t bytesEvicted; in MakeAllocationsResident() local
301 DAWN_TRY_ASSIGN(bytesEvicted, EnsureCanMakeResident(sizeToMakeResident, segment)); in MakeAllocationsResident()
302 DAWN_UNUSED(bytesEvicted); in MakeAllocationsResident()