Searched refs:GetD3D12Heap (Results 1 – 4 of 4) sorted by relevance
27 ID3D12Heap* Heap::GetD3D12Heap() const { in GetD3D12Heap() function in dawn_native::d3d12::Heap
33 ID3D12Heap* GetD3D12Heap() const;
68 mDevice->ReferenceUntilUnused(static_cast<Heap*>(heap.get())->GetD3D12Heap()); in DeallocateResourceHeap()
331 heap->GetD3D12Heap(), allocation.GetOffset(), &resourceDescriptor, initialUsage, in CreatePlacedResource()