Searched refs:importMemoryHostPointerInfo (Results 1 – 2 of 2) sorted by relevance
242 VkImportMemoryHostPointerInfoEXT importMemoryHostPointerInfo; in allocateMemoryFromHostPointer() local243 importMemoryHostPointerInfo.sType = VK_STRUCTURE_TYPE_IMPORT_MEMORY_HOST_POINTER_INFO_EXT; in allocateMemoryFromHostPointer()244 importMemoryHostPointerInfo.pNext = DE_NULL; in allocateMemoryFromHostPointer()245 …importMemoryHostPointerInfo.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()
232 VkImportMemoryHostPointerInfoEXT importMemoryHostPointerInfo = {}; in initializeWithExternalMemory() local233 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()