Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/vulkan_enc/
Dgoldfish_vk_marshaling_guest.h906 void marshal_VkBufferImageCopy(
DVkEncoder.cpp8402 marshal_VkBufferImageCopy(countingStream, (VkBufferImageCopy*)(local_pRegions + i)); in vkCmdCopyBufferToImage()
8423 marshal_VkBufferImageCopy(stream, (VkBufferImageCopy*)(local_pRegions + i)); in vkCmdCopyBufferToImage()
8488 marshal_VkBufferImageCopy(countingStream, (VkBufferImageCopy*)(local_pRegions + i)); in vkCmdCopyImageToBuffer()
8509 marshal_VkBufferImageCopy(stream, (VkBufferImageCopy*)(local_pRegions + i)); in vkCmdCopyImageToBuffer()
Dgoldfish_vk_marshaling_guest.cpp4068 void marshal_VkBufferImageCopy( in marshal_VkBufferImageCopy() function