Home
last modified time | relevance | path

Searched refs:IncrementResidencyLock (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DPageableD3D12.h57 void IncrementResidencyLock();
DPageableD3D12.cpp65 void Pageable::IncrementResidencyLock() { in IncrementResidencyLock() function in dawn_native::d3d12::Pageable
DResidencyManagerD3D12.cpp52 pageable->IncrementResidencyLock(); in LockAllocation()