Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/vulkan/
DSurfaceVk.cpp202 VkImportMemoryHostPointerInfoEXT importMemoryHostPointerInfo = {}; in initializeWithExternalMemory() local
203 importMemoryHostPointerInfo.sType = VK_STRUCTURE_TYPE_IMPORT_MEMORY_HOST_POINTER_INFO_EXT; in initializeWithExternalMemory()
204 importMemoryHostPointerInfo.pNext = nullptr; in initializeWithExternalMemory()
205 importMemoryHostPointerInfo.handleType = in initializeWithExternalMemory()
207 importMemoryHostPointerInfo.pHostPointer = buffer; in initializeWithExternalMemory()
214 externalMemoryRequirements, &importMemoryHostPointerInfo, in initializeWithExternalMemory()