Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DPageableD3D12.h58 void DecrementResidencyLock();
DPageableD3D12.cpp69 void Pageable::DecrementResidencyLock() { in DecrementResidencyLock() function in dawn_native::d3d12::Pageable
DResidencyManagerD3D12.cpp66 pageable->DecrementResidencyLock(); in UnlockAllocation()