Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DResourceMemoryAllocatorVk.cpp153 ResourceMemoryAllocation subAllocation; in Allocate() local
154 DAWN_TRY_ASSIGN(subAllocation, mAllocatorsPerType[memoryType]->AllocateMemory( in Allocate()
156 if (subAllocation.GetInfo().mMethod != AllocationMethod::kInvalid) { in Allocate()
157 return std::move(subAllocation); in Allocate()
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DResourceAllocatorManagerD3D12.cpp202 ResourceHeapAllocation subAllocation; in AllocateMemory() local
203 DAWN_TRY_ASSIGN(subAllocation, CreatePlacedResource(heapType, resourceDescriptor, in AllocateMemory()
205 if (subAllocation.GetInfo().mMethod != AllocationMethod::kInvalid) { in AllocateMemory()
206 return std::move(subAllocation); in AllocateMemory()