Searched refs:allocDesc (Results 1 – 1 of 1) sorted by relevance
/external/angle/third_party/vulkan_memory_allocator/src/VmaReplay/ |
D | VmaReplay.cpp | 1654 …ze_t lineNumber, uint64_t origPtr, VkResult res, const char* functionName, Allocation&& allocDesc); 1932 …ize_t lineNumber, uint64_t origPtr, VkResult res, const char* functionName, Allocation&& allocDesc) in AddAllocation() argument 1959 m_Allocations[origPtr] = std::move(allocDesc); in AddAllocation() 1972 Destroy(allocDesc); in AddAllocation() 2949 Allocation allocDesc = { }; in ExecuteCreateBuffer() local 2950 allocDesc.allocationFlags = allocCreateInfo.flags; in ExecuteCreateBuffer() 2951 …aCreateBuffer(m_Allocator, &bufCreateInfo, &allocCreateInfo, &allocDesc.buffer, &allocDesc.allocat… in ExecuteCreateBuffer() 2953 AddAllocation(lineNumber, origPtr, res, "vmaCreateBuffer", std::move(allocDesc)); in ExecuteCreateBuffer() 3087 Allocation allocDesc = {}; in ExecuteCreateImage() local 3088 allocDesc.allocationFlags = allocCreateInfo.flags; in ExecuteCreateImage() [all …]
|