Searched refs:EnsureCanAllocate (Results 1 – 5 of 5) sorted by relevance
38 MaybeError EnsureCanAllocate(uint64_t allocationSize, MemorySegment memorySegment);
51 DAWN_TRY(mDevice->GetResidencyManager()->EnsureCanAllocate(size, mMemorySegment)); in AllocateResourceHeap()
145 DAWN_TRY(mDevice->GetResidencyManager()->EnsureCanAllocate(kSize, MemorySegment::Local)); in AllocateHeap()
178 MaybeError ResidencyManager::EnsureCanAllocate(uint64_t allocationSize, in EnsureCanAllocate() function in dawn_native::d3d12::ResidencyManager
373 DAWN_TRY(mDevice->GetResidencyManager()->EnsureCanAllocate( in CreateCommittedResource()