Home
last modified time | relevance | path

Searched refs:GetD3D12Heap (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DHeapD3D12.cpp27 ID3D12Heap* Heap::GetD3D12Heap() const { in GetD3D12Heap() function in dawn_native::d3d12::Heap
DHeapD3D12.h33 ID3D12Heap* GetD3D12Heap() const;
DHeapAllocatorD3D12.cpp68 mDevice->ReferenceUntilUnused(static_cast<Heap*>(heap.get())->GetD3D12Heap()); in DeallocateResourceHeap()
DResourceAllocatorManagerD3D12.cpp331 heap->GetD3D12Heap(), allocation.GetOffset(), &resourceDescriptor, initialUsage, in CreatePlacedResource()