Home
last modified time | relevance | path

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

/external/skia/src/gpu/d3d/
DGrD3DAMDMemoryAllocator.cpp31 D3D12MA::ALLOCATION_DESC allocationDesc = {}; in createResource() local
32 allocationDesc.HeapType = heapType; in createResource()
39 HRESULT hr = fAllocator->CreateResource(&allocationDesc, resourceDesc, in createResource()