Searched refs:subAllocation (Results 1 – 2 of 2) sorted by relevance
153 ResourceMemoryAllocation subAllocation; in Allocate() local154 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()
202 ResourceHeapAllocation subAllocation; in AllocateMemory() local203 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()