Home
last modified time | relevance | path

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

/third_party/skia/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h7629 class UserDataString
7632 UserDataString(VmaAllocationCreateFlags allocFlags, const void* pUserData);
15183 UserDataString userDataStr(createInfo.flags, createInfo.pUserData); in RecordAllocateMemory()
15209 UserDataString userDataStr(createInfo.flags, createInfo.pUserData); in RecordAllocateMemoryPages()
15236 UserDataString userDataStr(createInfo.flags, createInfo.pUserData); in RecordAllocateMemoryForBuffer()
15265 UserDataString userDataStr(createInfo.flags, createInfo.pUserData); in RecordAllocateMemoryForImage()
15317 UserDataString userDataStr( in RecordSetAllocationUserData()
15399 UserDataString userDataStr(allocCreateInfo.flags, allocCreateInfo.pUserData); in RecordCreateBuffer()
15425 UserDataString userDataStr(allocCreateInfo.flags, allocCreateInfo.pUserData); in RecordCreateImage()
15559 VmaRecorder::UserDataString::UserDataString(VmaAllocationCreateFlags allocFlags, const void* pUserD… in UserDataString() function