Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/d3d/
DGrD3DAMDMemoryAllocator.cpp56 HRESULT hr = fAllocator->CreateAliasingResource(alloc->fAllocation, localOffset, resourceDesc, in createAliasingResource()
/third_party/skia/third_party/externals/d3d12allocator/src/
DD3D12MemAlloc.h1290 HRESULT CreateAliasingResource(
DTests.cpp711 CHECK_HR( ctx.allocator->CreateAliasingResource(allocs[0].get(), in TestCustomPools()
787 CHECK_HR( ctx.allocator->CreateAliasingResource( in TestAliasingMemory()
797 CHECK_HR( ctx.allocator->CreateAliasingResource( in TestAliasingMemory()
DD3D12MemAlloc.cpp2487 HRESULT CreateAliasingResource(
4387 HRESULT AllocatorPimpl::CreateAliasingResource( in CreateAliasingResource() function in D3D12MA::AllocatorPimpl
5480 HRESULT Allocator::CreateAliasingResource( in CreateAliasingResource() function in D3D12MA::Allocator
5495 …return m_Pimpl->CreateAliasingResource(pAllocation, AllocationLocalOffset, pResourceDesc, InitialR… in CreateAliasingResource()