Searched refs:directAllocation (Results 1 – 1 of 1) sorted by relevance
210 ResourceHeapAllocation directAllocation; in AllocateMemory() local211 DAWN_TRY_ASSIGN(directAllocation, in AllocateMemory()214 if (directAllocation.GetInfo().mMethod != AllocationMethod::kInvalid) { in AllocateMemory()215 return std::move(directAllocation); in AllocateMemory()