Searched refs:LockAllocation (Results 1 – 6 of 6) sorted by relevance
48 DAWN_TRY(mDevice->GetResidencyManager()->LockAllocation( in Initialize()
35 MaybeError LockAllocation(Pageable* pageable);
201 DAWN_TRY(mDevice->GetResidencyManager()->LockAllocation(descriptorHeap.get())); in AllocateAndSwitchShaderVisibleHeap()
33 MaybeError ResidencyManager::LockAllocation(Pageable* pageable) { in LockAllocation() function in dawn_native::d3d12::ResidencyManager
319 DAWN_TRY(mDevice->GetResidencyManager()->LockAllocation(heap)); in CreatePlacedResource()
324 DAWN_TRY(ToBackend(GetDevice())->GetResidencyManager()->LockAllocation(heap)); in MapInternal()