Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DResidencyManagerD3D12.cpp186 EnsureCanMakeResident(allocationSize, GetMemorySegmentInfo(memorySegment))); in EnsureCanAllocate()
195 ResultOrError<uint64_t> ResidencyManager::EnsureCanMakeResident( in EnsureCanMakeResident() function in dawn_native::d3d12::ResidencyManager
301 DAWN_TRY_ASSIGN(bytesEvicted, EnsureCanMakeResident(sizeToMakeResident, segment)); in MakeAllocationsResident()
321 DAWN_TRY_ASSIGN(sizeEvicted, EnsureCanMakeResident(kAdditonalSizeToEvict, segment)); in MakeAllocationsResident()
DResidencyManagerD3D12.h64 ResultOrError<uint64_t> EnsureCanMakeResident(uint64_t allocationSize,