Home
last modified time | relevance | path

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

/external/angle/third_party/vulkan_memory_allocator/src/
DTests.cpp751 const VmaAllocationCreateInfo& allocCreateInfo);
754 const VmaAllocationCreateInfo& allocCreateInfo,
761 const VmaAllocationCreateInfo& allocCreateInfo) in CreateBuffer() argument
764 …VkResult res = vmaCreateBuffer(g_hAllocator, &bufCreateInfo, &allocCreateInfo, &m_Buffer, &m_Alloc… in CreateBuffer()
769 const VmaAllocationCreateInfo& allocCreateInfo, in CreateImage() argument
774 …VkResult res = vmaCreateImage(g_hAllocator, &imageCreateInfo, &allocCreateInfo, &m_Image, &m_Alloc… in CreateImage()
866 VmaAllocationCreateInfo allocCreateInfo = {}; in AcquireBuffer() local
867 allocCreateInfo.usage = VMA_MEMORY_USAGE_AUTO; in AcquireBuffer()
868allocCreateInfo.flags = VMA_ALLOCATION_CREATE_HOST_ACCESS_RANDOM_BIT | VMA_ALLOCATION_CREATE_MAPPE… in AcquireBuffer()
871 …VkResult res = vmaCreateBuffer(g_hAllocator, &bufCreateInfo, &allocCreateInfo, &bufInfo.Buffer, &b… in AcquireBuffer()
[all …]
DSparseBindingTest.cpp440 VmaAllocationCreateInfo allocCreateInfo = {}; in Init() local
441 allocCreateInfo.usage = VMA_MEMORY_USAGE_AUTO; in Init()
445 ERR_GUARD_VULKAN( vmaCreateImage(g_hAllocator, &m_CreateInfo, &allocCreateInfo, in Init()
486 VmaAllocationCreateInfo allocCreateInfo = {}; in Init() local
487 allocCreateInfo.preferredFlags = VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT; in Init()
497 …ERR_GUARD_VULKAN( vmaAllocateMemoryPages(g_hAllocator, &pageMemReq, &allocCreateInfo, pageCount, m… in Init()
/external/vulkan-validation-layers/layers/
Dvk_mem_alloc.h6483 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/vma_android/include/
Dvk_mem_alloc.h3563 const VmaAllocationCreateInfo& allocCreateInfo, in FindMemoryPreferences() argument
3569 outRequiredFlags = allocCreateInfo.requiredFlags; in FindMemoryPreferences()
3570 outPreferredFlags = allocCreateInfo.preferredFlags; in FindMemoryPreferences()
3573 switch(allocCreateInfo.usage) in FindMemoryPreferences()
3614 …const bool hostAccessSequentialWrite = (allocCreateInfo.flags & VMA_ALLOCATION_CREATE_HOST_ACCESS_… in FindMemoryPreferences()
3615 …const bool hostAccessRandom = (allocCreateInfo.flags & VMA_ALLOCATION_CREATE_HOST_ACCESS_RANDOM_BI… in FindMemoryPreferences()
3616 …const bool hostAccessAllowTransferInstead = (allocCreateInfo.flags & VMA_ALLOCATION_CREATE_HOST_AC… in FindMemoryPreferences()
3617 const bool preferDevice = allocCreateInfo.usage == VMA_MEMORY_USAGE_AUTO_PREFER_DEVICE; in FindMemoryPreferences()
3618 const bool preferHost = allocCreateInfo.usage == VMA_MEMORY_USAGE_AUTO_PREFER_HOST; in FindMemoryPreferences()
3698 if(((allocCreateInfo.requiredFlags | allocCreateInfo.preferredFlags) & in FindMemoryPreferences()
/external/angle/third_party/vulkan_memory_allocator/include/
Dvk_mem_alloc.h3650 const VmaAllocationCreateInfo& allocCreateInfo, in FindMemoryPreferences() argument
3656 outRequiredFlags = allocCreateInfo.requiredFlags; in FindMemoryPreferences()
3657 outPreferredFlags = allocCreateInfo.preferredFlags; in FindMemoryPreferences()
3660 switch(allocCreateInfo.usage) in FindMemoryPreferences()
3701 …const bool hostAccessSequentialWrite = (allocCreateInfo.flags & VMA_ALLOCATION_CREATE_HOST_ACCESS_… in FindMemoryPreferences()
3702 …const bool hostAccessRandom = (allocCreateInfo.flags & VMA_ALLOCATION_CREATE_HOST_ACCESS_RANDOM_BI… in FindMemoryPreferences()
3703 …const bool hostAccessAllowTransferInstead = (allocCreateInfo.flags & VMA_ALLOCATION_CREATE_HOST_AC… in FindMemoryPreferences()
3704 const bool preferDevice = allocCreateInfo.usage == VMA_MEMORY_USAGE_AUTO_PREFER_DEVICE; in FindMemoryPreferences()
3705 const bool preferHost = allocCreateInfo.usage == VMA_MEMORY_USAGE_AUTO_PREFER_HOST; in FindMemoryPreferences()
3784 if(((allocCreateInfo.requiredFlags | allocCreateInfo.preferredFlags) & in FindMemoryPreferences()