Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/vulkan_enc/
Dgoldfish_vk_marshaling_guest.h1075 void marshal_VkBindImageMemoryInfo(
DVkEncoder.cpp10314marshal_VkBindImageMemoryInfo(countingStream, (VkBindImageMemoryInfo*)(local_pBindInfos + i)); in vkBindImageMemory2()
10328 marshal_VkBindImageMemoryInfo(stream, (VkBindImageMemoryInfo*)(local_pBindInfos + i)); in vkBindImageMemory2()
18227marshal_VkBindImageMemoryInfo(countingStream, (VkBindImageMemoryInfo*)(local_pBindInfos + i)); in vkBindImageMemory2KHR()
18241 marshal_VkBindImageMemoryInfo(stream, (VkBindImageMemoryInfo*)(local_pBindInfos + i)); in vkBindImageMemory2KHR()
Dgoldfish_vk_marshaling_guest.cpp3929 void marshal_VkBindImageMemoryInfo( in marshal_VkBindImageMemoryInfo() function