Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryExternalMemoryHostTests.cpp242 VkImportMemoryHostPointerInfoEXT importMemoryHostPointerInfo; in allocateMemoryFromHostPointer() local
243 importMemoryHostPointerInfo.sType = VK_STRUCTURE_TYPE_IMPORT_MEMORY_HOST_POINTER_INFO_EXT; in allocateMemoryFromHostPointer()
244 importMemoryHostPointerInfo.pNext = DE_NULL; in allocateMemoryFromHostPointer()
245importMemoryHostPointerInfo.handleType = VK_EXTERNAL_MEMORY_HANDLE_TYPE_HOST_ALLOCATION_BIT_E… in allocateMemoryFromHostPointer()
246 importMemoryHostPointerInfo.pHostPointer = m_hostMemoryAlloc; in allocateMemoryFromHostPointer()
250 memoryAllocateInfo.pNext = &importMemoryHostPointerInfo; in allocateMemoryFromHostPointer()
/external/angle/src/libANGLE/renderer/vulkan/
DSurfaceVk.cpp232 VkImportMemoryHostPointerInfoEXT importMemoryHostPointerInfo = {}; in initializeWithExternalMemory() local
233 importMemoryHostPointerInfo.sType = VK_STRUCTURE_TYPE_IMPORT_MEMORY_HOST_POINTER_INFO_EXT; in initializeWithExternalMemory()
234 importMemoryHostPointerInfo.pNext = nullptr; in initializeWithExternalMemory()
235 importMemoryHostPointerInfo.handleType = in initializeWithExternalMemory()
237 importMemoryHostPointerInfo.pHostPointer = buffer; in initializeWithExternalMemory()
249 &importMemoryHostPointerInfo, VK_QUEUE_FAMILY_EXTERNAL, flags)); in initializeWithExternalMemory()