/external/angle/third_party/vulkan_memory_allocator/src/ |
D | Tests.cpp | 707 const VmaAllocationCreateInfo& allocCreateInfo); 710 const VmaAllocationCreateInfo& allocCreateInfo, 717 const VmaAllocationCreateInfo& allocCreateInfo) in CreateBuffer() argument 720 …VkResult res = vmaCreateBuffer(g_hAllocator, &bufCreateInfo, &allocCreateInfo, &m_Buffer, &m_Alloc… in CreateBuffer() 725 const VmaAllocationCreateInfo& allocCreateInfo, in CreateImage() argument 730 …VkResult res = vmaCreateImage(g_hAllocator, &imageCreateInfo, &allocCreateInfo, &m_Image, &m_Alloc… in CreateImage() 822 VmaAllocationCreateInfo allocCreateInfo = {}; in AcquireBuffer() local 823 allocCreateInfo.usage = VMA_MEMORY_USAGE_CPU_ONLY; in AcquireBuffer() 824 allocCreateInfo.flags = VMA_ALLOCATION_CREATE_MAPPED_BIT; in AcquireBuffer() 827 …VkResult res = vmaCreateBuffer(g_hAllocator, &bufCreateInfo, &allocCreateInfo, &bufInfo.Buffer, &b… in AcquireBuffer() [all …]
|
D | SparseBindingTest.cpp | 440 VmaAllocationCreateInfo allocCreateInfo = {}; in Init() local 441 allocCreateInfo.usage = VMA_MEMORY_USAGE_GPU_ONLY; in Init() 445 ERR_GUARD_VULKAN( vmaCreateImage(g_hAllocator, &m_CreateInfo, &allocCreateInfo, in Init() 486 VmaAllocationCreateInfo allocCreateInfo = {}; in Init() local 487 allocCreateInfo.usage = VMA_MEMORY_USAGE_GPU_ONLY; in Init() 497 …ERR_GUARD_VULKAN( vmaAllocateMemoryPages(g_hAllocator, &pageMemReq, &allocCreateInfo, pageCount, m… in Init()
|
D | vk_mem_alloc.h | 7542 const VmaAllocationCreateInfo& allocCreateInfo, 7546 const VmaAllocationCreateInfo& allocCreateInfo, 15185 const VmaAllocationCreateInfo& allocCreateInfo, in RecordCreateBuffer() argument 15192 UserDataString userDataStr(allocCreateInfo.flags, allocCreateInfo.pUserData); in RecordCreateBuffer() 15198 allocCreateInfo.flags, in RecordCreateBuffer() 15199 allocCreateInfo.usage, in RecordCreateBuffer() 15200 allocCreateInfo.requiredFlags, in RecordCreateBuffer() 15201 allocCreateInfo.preferredFlags, in RecordCreateBuffer() 15202 allocCreateInfo.memoryTypeBits, in RecordCreateBuffer() 15203 allocCreateInfo.pool, in RecordCreateBuffer() [all …]
|
/external/angle/third_party/vulkan_memory_allocator/src/VmaReplay/ |
D | VmaReplay.cpp | 2915 VmaAllocationCreateInfo allocCreateInfo = {}; in ExecuteCreateBuffer() local 2923 StrRangeToUint(csvSplit.GetRange(FIRST_PARAM_INDEX + 4), allocCreateInfo.flags) && in ExecuteCreateBuffer() 2924 … StrRangeToUint(csvSplit.GetRange(FIRST_PARAM_INDEX + 5), (uint32_t&)allocCreateInfo.usage) && in ExecuteCreateBuffer() 2925 … StrRangeToUint(csvSplit.GetRange(FIRST_PARAM_INDEX + 6), allocCreateInfo.requiredFlags) && in ExecuteCreateBuffer() 2926 … StrRangeToUint(csvSplit.GetRange(FIRST_PARAM_INDEX + 7), allocCreateInfo.preferredFlags) && in ExecuteCreateBuffer() 2927 … StrRangeToUint(csvSplit.GetRange(FIRST_PARAM_INDEX + 8), allocCreateInfo.memoryTypeBits) && in ExecuteCreateBuffer() 2931 FindPool(lineNumber, origPool, allocCreateInfo.pool); in ExecuteCreateBuffer() 2937 allocCreateInfo.flags, in ExecuteCreateBuffer() 2940 allocCreateInfo.pUserData); in ExecuteCreateBuffer() 2944 m_Stats.RegisterCreateAllocation(allocCreateInfo); in ExecuteCreateBuffer() [all …]
|
/external/vulkan-validation-layers/layers/ |
D | vk_mem_alloc.h | 6483 const VmaAllocationCreateInfo& allocCreateInfo, 6487 const VmaAllocationCreateInfo& allocCreateInfo, 13741 const VmaAllocationCreateInfo& allocCreateInfo, in RecordCreateBuffer() argument 13748 UserDataString userDataStr(allocCreateInfo.flags, allocCreateInfo.pUserData); in RecordCreateBuffer() 13754 allocCreateInfo.flags, in RecordCreateBuffer() 13755 allocCreateInfo.usage, in RecordCreateBuffer() 13756 allocCreateInfo.requiredFlags, in RecordCreateBuffer() 13757 allocCreateInfo.preferredFlags, in RecordCreateBuffer() 13758 allocCreateInfo.memoryTypeBits, in RecordCreateBuffer() 13759 allocCreateInfo.pool, in RecordCreateBuffer() [all …]
|
/external/skia/third_party/vulkanmemoryallocator/include/ |
D | vk_mem_alloc.h | 7523 const VmaAllocationCreateInfo& allocCreateInfo, 7527 const VmaAllocationCreateInfo& allocCreateInfo, 15167 const VmaAllocationCreateInfo& allocCreateInfo, in RecordCreateBuffer() argument 15174 UserDataString userDataStr(allocCreateInfo.flags, allocCreateInfo.pUserData); in RecordCreateBuffer() 15180 allocCreateInfo.flags, in RecordCreateBuffer() 15181 allocCreateInfo.usage, in RecordCreateBuffer() 15182 allocCreateInfo.requiredFlags, in RecordCreateBuffer() 15183 allocCreateInfo.preferredFlags, in RecordCreateBuffer() 15184 allocCreateInfo.memoryTypeBits, in RecordCreateBuffer() 15185 allocCreateInfo.pool, in RecordCreateBuffer() [all …]
|