Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/d3d12allocator/src/
DD3D12MemAlloc.cpp5659 AllocationRequest allocRequest = {}; in Allocate() local
5660 if(m_Pimpl->m_Metadata.CreateAllocationRequest(pDesc->Size, alignment, &allocRequest)) in Allocate()
5662 m_Pimpl->m_Metadata.Alloc(allocRequest, pDesc->Size, pDesc->pUserData); in Allocate()
5664 *pOffset = allocRequest.offset; in Allocate()