Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
Dvk_mem_alloc_wrapper.cpp75 VmaAllocationInfo allocationInfo = {}; in CreateBuffer() local
78 pAllocation, &allocationInfo); in CreateBuffer()
79 *pMemoryTypeIndexOut = allocationInfo.memoryType; in CreateBuffer()
/external/swiftshader/src/Vulkan/
DlibVulkan.cpp911 …const VkBaseInStructure *allocationInfo = reinterpret_cast<const VkBaseInStructure *>(pAllocateInf… in vkAllocateMemory() local
912 while(allocationInfo) in vkAllocateMemory()
914 switch(allocationInfo->sType) in vkAllocateMemory()
928 auto *importInfo = reinterpret_cast<const VkImportMemoryFdInfoKHR *>(allocationInfo); in vkAllocateMemory()
939 auto *exportInfo = reinterpret_cast<const VkExportMemoryAllocateInfo *>(allocationInfo); in vkAllocateMemory()
963 auto *importInfo = reinterpret_cast<const VkImportMemoryHostPointerInfoEXT *>(allocationInfo); in vkAllocateMemory()
972 LOG_TRAP("pAllocateInfo->pNext sType = %s", vk::Stringify(allocationInfo->sType).c_str()); in vkAllocateMemory()
976 allocationInfo = allocationInfo->pNext; in vkAllocateMemory()
/external/angle/third_party/VulkanMemoryAllocator/src/
DTests.cpp367 VmaAllocationInfo allocationInfo; in MainTest() local
379 …Buffer(g_hAllocator, &bufferInfo, &memReq, &allocation.Buffer, &allocation.Alloc, &allocationInfo); in MainTest()
426 …ateImage(g_hAllocator, &imageInfo, &memReq, &allocation.Image, &allocation.Alloc, &allocationInfo); in MainTest()
433 totalAllocatedBytes += allocationInfo.size; in MainTest()
545 VmaAllocationInfo allocationInfo; in MainTest() local
546 … vmaGetAllocationInfo(g_hAllocator, commonAllocations[indexToFree].Alloc, &allocationInfo); in MainTest()
547 if(threadTotalAllocatedBytes >= allocationInfo.size) in MainTest()
554 threadTotalAllocatedBytes -= allocationInfo.size; in MainTest()
564 VmaAllocationInfo allocationInfo; in MainTest() local
565 … vmaGetAllocationInfo(g_hAllocator, threadAllocations[indexToFree].Alloc, &allocationInfo); in MainTest()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryPipelineBarrierTests.cpp572 const vk::VkMemoryAllocateInfo allocationInfo = in bindBufferMemory() local
579 vk::Move<vk::VkDeviceMemory> memory (vk::allocateMemory(vkd, device, &allocationInfo)); in bindBufferMemory()
622 const vk::VkMemoryAllocateInfo allocationInfo = in bindImageMemory() local
629 vk::Move<vk::VkDeviceMemory> memory (vk::allocateMemory(vkd, device, &allocationInfo)); in bindImageMemory()