Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/android-emu/android/base/
DAllocator.h60 void* dupArray(const void* buf, size_t bytes) { in dupArray() function
DAndroidSubAllocator.h90 void* dupArray(const void* buf, size_t bytes) { in dupArray() function
/device/generic/vulkan-cereal/base/
DPool.h82 void* dupArray(const void* buf, size_t bytes) { in dupArray() function
DSubAllocator.h83 void* dupArray(const void* buf, size_t bytes) { in dupArray() function
DBumpPool.h95 void* dupArray(const void* buf, size_t bytes) { in dupArray() function
/device/generic/vulkan-cereal/stream-servers/vulkan/cereal/common/
Dgoldfish_vk_deepcopy.cpp298 to->pUserData = (void*)pool->dupArray(from->pUserData, sizeof(uint8_t)); in deepcopy_VkAllocationCallbacks()
543 …to->pQueuePriorities = (float*)pool->dupArray(from->pQueuePriorities, from->queueCount * sizeof(co… in deepcopy_VkDeviceQueueCreateInfo()
658 …to->pWaitSemaphores = (VkSemaphore*)pool->dupArray(from->pWaitSemaphores, from->waitSemaphoreCount… in deepcopy_VkSubmitInfo()
663 …to->pWaitDstStageMask = (VkPipelineStageFlags*)pool->dupArray(from->pWaitDstStageMask, from->waitS… in deepcopy_VkSubmitInfo()
668 …to->pCommandBuffers = (VkCommandBuffer*)pool->dupArray(from->pCommandBuffers, from->commandBufferC… in deepcopy_VkSubmitInfo()
673 …to->pSignalSemaphores = (VkSemaphore*)pool->dupArray(from->pSignalSemaphores, from->signalSemaphor… in deepcopy_VkSubmitInfo()
881 …to->pWaitSemaphores = (VkSemaphore*)pool->dupArray(from->pWaitSemaphores, from->waitSemaphoreCount… in deepcopy_VkBindSparseInfo()
925 …to->pSignalSemaphores = (VkSemaphore*)pool->dupArray(from->pSignalSemaphores, from->signalSemaphor… in deepcopy_VkBindSparseInfo()
1094 …to->pQueueFamilyIndices = (uint32_t*)pool->dupArray(from->pQueueFamilyIndices, from->queueFamilyIn… in deepcopy_VkBufferCreateInfo()
1156 …to->pQueueFamilyIndices = (uint32_t*)pool->dupArray(from->pQueueFamilyIndices, from->queueFamilyIn… in deepcopy_VkImageCreateInfo()
[all …]
/device/generic/goldfish-opengl/system/vulkan_enc/
Dgoldfish_vk_deepcopy_guest.cpp297 to->pUserData = (void*)alloc->dupArray(from->pUserData, sizeof(uint8_t)); in deepcopy_VkAllocationCallbacks()
542 …to->pQueuePriorities = (float*)alloc->dupArray(from->pQueuePriorities, from->queueCount * sizeof(c… in deepcopy_VkDeviceQueueCreateInfo()
657 …to->pWaitSemaphores = (VkSemaphore*)alloc->dupArray(from->pWaitSemaphores, from->waitSemaphoreCoun… in deepcopy_VkSubmitInfo()
662 …to->pWaitDstStageMask = (VkPipelineStageFlags*)alloc->dupArray(from->pWaitDstStageMask, from->wait… in deepcopy_VkSubmitInfo()
667 …to->pCommandBuffers = (VkCommandBuffer*)alloc->dupArray(from->pCommandBuffers, from->commandBuffer… in deepcopy_VkSubmitInfo()
672 …to->pSignalSemaphores = (VkSemaphore*)alloc->dupArray(from->pSignalSemaphores, from->signalSemapho… in deepcopy_VkSubmitInfo()
880 …to->pWaitSemaphores = (VkSemaphore*)alloc->dupArray(from->pWaitSemaphores, from->waitSemaphoreCoun… in deepcopy_VkBindSparseInfo()
924 …to->pSignalSemaphores = (VkSemaphore*)alloc->dupArray(from->pSignalSemaphores, from->signalSemapho… in deepcopy_VkBindSparseInfo()
1093 …to->pQueueFamilyIndices = (uint32_t*)alloc->dupArray(from->pQueueFamilyIndices, from->queueFamilyI… in deepcopy_VkBufferCreateInfo()
1155 …to->pQueueFamilyIndices = (uint32_t*)alloc->dupArray(from->pQueueFamilyIndices, from->queueFamilyI… in deepcopy_VkImageCreateInfo()
[all …]