Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DResourceAllocatorManagerD3D12.cpp203 DAWN_TRY_ASSIGN(subAllocation, CreatePlacedResource(heapType, resourceDescriptor, in AllocateMemory()
268 ResultOrError<ResourceHeapAllocation> ResourceAllocatorManager::CreatePlacedResource( in CreatePlacedResource() function in dawn_native::d3d12::ResourceAllocatorManager
330 mDevice->GetD3D12Device()->CreatePlacedResource( in CreatePlacedResource()
DResourceAllocatorManagerD3D12.h77 ResultOrError<ResourceHeapAllocation> CreatePlacedResource(
/third_party/skia/third_party/externals/d3d12allocator/src/
DD3D12MemAlloc.cpp3632 hr = m_hAllocator->GetDevice()->CreatePlacedResource( in CreateResource()
4416 return m_Device->CreatePlacedResource( in CreateAliasingResource()
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_resource.cpp261 hres = screen->dev->CreatePlacedResource(heap, in init_texture()