Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DResidencyManagerD3D12.cpp33 MaybeError ResidencyManager::LockAllocation(Pageable* pageable) { in LockAllocation() argument
39 if (!pageable->IsInResidencyLRUCache() && !pageable->IsResidencyLocked()) { in LockAllocation()
40 ID3D12Pageable* d3d12Pageable = pageable->GetD3D12Pageable(); in LockAllocation()
41 uint64_t size = pageable->GetSize(); in LockAllocation()
43 DAWN_TRY(MakeAllocationsResident(GetMemorySegmentInfo(pageable->GetMemorySegment()), in LockAllocation()
48 if (pageable->IsInResidencyLRUCache()) { in LockAllocation()
49 pageable->RemoveFromList(); in LockAllocation()
52 pageable->IncrementResidencyLock(); in LockAllocation()
59 void ResidencyManager::UnlockAllocation(Pageable* pageable) { in UnlockAllocation() argument
64 ASSERT(pageable->IsResidencyLocked()); in UnlockAllocation()
[all …]
DResidencyManagerD3D12.h35 MaybeError LockAllocation(Pageable* pageable);
36 void UnlockAllocation(Pageable* pageable);
44 void TrackResidentAllocation(Pageable* pageable);
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/
DVK_EXT_pageable_device_local_memory.adoc39 A well designed operating system that implements pageable device-local
45 the application that the operating system implements pageable device-local
56 To take best advantage of pageable device-local memory the application must
DVK_EXT_pageable_device_local_memory.txt39 A well designed operating system that implements pageable device-local
45 the application that the operating system implements pageable device-local
56 To take best advantage of pageable device-local memory the application must
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_residency.cpp282 ID3D12Pageable *pageable = base_bo->res; in d3d12_promote_to_permanent_residency() local
283 HRESULT hr = screen->dev->MakeResident(1, &pageable); in d3d12_promote_to_permanent_residency()
/third_party/skia/third_party/externals/d3d12allocator/src/
DTests.cpp544 CComPtr<ID3D12Pageable> pageable; in TestOtherComInterface() local
551 IID_PPV_ARGS(&pageable))); in TestOtherComInterface()
555 CHECK_HR(pageable->GetDevice(IID_PPV_ARGS(&device))); in TestOtherComInterface()
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/
Dfeatures.txt4406 …uresEXT',desc='Structure describing whether the implementation supports pageable device-local memo…
4419 indicates that the implementation supports pageable device-local memory
Dfeatures.adoc5139 …uresEXT',desc='Structure describing whether the implementation supports pageable device-local memo…
5152 indicates that the implementation supports pageable device-local memory