Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DResidencyManagerD3D12.h38 MaybeError EnsureCanAllocate(uint64_t allocationSize, MemorySegment memorySegment);
DHeapAllocatorD3D12.cpp51 DAWN_TRY(mDevice->GetResidencyManager()->EnsureCanAllocate(size, mMemorySegment)); in AllocateResourceHeap()
DShaderVisibleDescriptorAllocatorD3D12.cpp145 DAWN_TRY(mDevice->GetResidencyManager()->EnsureCanAllocate(kSize, MemorySegment::Local)); in AllocateHeap()
DResidencyManagerD3D12.cpp178 MaybeError ResidencyManager::EnsureCanAllocate(uint64_t allocationSize, in EnsureCanAllocate() function in dawn_native::d3d12::ResidencyManager
DResourceAllocatorManagerD3D12.cpp373 DAWN_TRY(mDevice->GetResidencyManager()->EnsureCanAllocate( in CreateCommittedResource()