Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/android-emu/aemu/base/
DAllocator.h60 void* dupArray(const void* buf, size_t bytes) { in dupArray() function
DAndroidSubAllocator.h82 void* dupArray(const void* buf, size_t bytes) { in dupArray() function
/hardware/google/aemu/base/include/aemu/base/
DAllocator.h60 void* dupArray(const void* buf, size_t bytes) { in dupArray() function
DSubAllocator.h83 void* dupArray(const void* buf, size_t bytes) { in dupArray() function
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_deepcopy.cpp239 to->pUserData = (void*)alloc->dupArray(from->pUserData, sizeof(uint8_t)); in deepcopy_VkAllocationCallbacks()
433 (float*)alloc->dupArray(from->pQueuePriorities, from->queueCount * sizeof(const float)); in deepcopy_VkDeviceQueueCreateInfo()
526 to->pWaitSemaphores = (VkSemaphore*)alloc->dupArray( in deepcopy_VkSubmitInfo()
531 to->pWaitDstStageMask = (VkPipelineStageFlags*)alloc->dupArray( in deepcopy_VkSubmitInfo()
536 to->pCommandBuffers = (VkCommandBuffer*)alloc->dupArray( in deepcopy_VkSubmitInfo()
541 to->pSignalSemaphores = (VkSemaphore*)alloc->dupArray( in deepcopy_VkSubmitInfo()
702 to->pWaitSemaphores = (VkSemaphore*)alloc->dupArray( in deepcopy_VkBindSparseInfo()
746 to->pSignalSemaphores = (VkSemaphore*)alloc->dupArray( in deepcopy_VkBindSparseInfo()
876 to->pQueueFamilyIndices = (uint32_t*)alloc->dupArray( in deepcopy_VkBufferCreateInfo()
925 to->pQueueFamilyIndices = (uint32_t*)alloc->dupArray( in deepcopy_VkImageCreateInfo()
[all …]
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_deepcopy_guest.cpp239 to->pUserData = (void*)alloc->dupArray(from->pUserData, sizeof(uint8_t)); in deepcopy_VkAllocationCallbacks()
433 (float*)alloc->dupArray(from->pQueuePriorities, from->queueCount * sizeof(const float)); in deepcopy_VkDeviceQueueCreateInfo()
526 to->pWaitSemaphores = (VkSemaphore*)alloc->dupArray( in deepcopy_VkSubmitInfo()
531 to->pWaitDstStageMask = (VkPipelineStageFlags*)alloc->dupArray( in deepcopy_VkSubmitInfo()
536 to->pCommandBuffers = (VkCommandBuffer*)alloc->dupArray( in deepcopy_VkSubmitInfo()
541 to->pSignalSemaphores = (VkSemaphore*)alloc->dupArray( in deepcopy_VkSubmitInfo()
702 to->pWaitSemaphores = (VkSemaphore*)alloc->dupArray( in deepcopy_VkBindSparseInfo()
746 to->pSignalSemaphores = (VkSemaphore*)alloc->dupArray( in deepcopy_VkBindSparseInfo()
876 to->pQueueFamilyIndices = (uint32_t*)alloc->dupArray( in deepcopy_VkBufferCreateInfo()
925 to->pQueueFamilyIndices = (uint32_t*)alloc->dupArray( in deepcopy_VkImageCreateInfo()
[all …]