Home
last modified time | relevance | path

Searched refs:CheckOutOfMemoryHRESULT (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DD3D12Error.h37 #define CheckOutOfMemoryHRESULT(resultIn, contextIn) \ macro
DQuerySetD3D12.cpp50 DAWN_TRY(CheckOutOfMemoryHRESULT( in Initialize()
DHeapAllocatorD3D12.cpp54 DAWN_TRY(CheckOutOfMemoryHRESULT( in AllocateResourceHeap()
DResourceAllocatorManagerD3D12.cpp329 DAWN_TRY(CheckOutOfMemoryHRESULT( in CreatePlacedResource()
379 DAWN_TRY(CheckOutOfMemoryHRESULT( in CreateCommittedResource()
DShaderVisibleDescriptorAllocatorD3D12.cpp153 DAWN_TRY(CheckOutOfMemoryHRESULT(mDevice->GetD3D12Device()->CreateDescriptorHeap( in AllocateHeap()