Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/stream-servers/vulkan/cereal/common/
Dgoldfish_vk_deepcopy.cpp238 to->pUserData = (void*)alloc->dupArray(from->pUserData, sizeof(uint8_t)); in deepcopy_VkAllocationCallbacks()
432 (float*)alloc->dupArray(from->pQueuePriorities, from->queueCount * sizeof(const float)); in deepcopy_VkDeviceQueueCreateInfo()
525 to->pWaitSemaphores = (VkSemaphore*)alloc->dupArray( in deepcopy_VkSubmitInfo()
530 to->pWaitDstStageMask = (VkPipelineStageFlags*)alloc->dupArray( in deepcopy_VkSubmitInfo()
535 to->pCommandBuffers = (VkCommandBuffer*)alloc->dupArray( in deepcopy_VkSubmitInfo()
540 to->pSignalSemaphores = (VkSemaphore*)alloc->dupArray( in deepcopy_VkSubmitInfo()
701 to->pWaitSemaphores = (VkSemaphore*)alloc->dupArray( in deepcopy_VkBindSparseInfo()
745 to->pSignalSemaphores = (VkSemaphore*)alloc->dupArray( in deepcopy_VkBindSparseInfo()
875 to->pQueueFamilyIndices = (uint32_t*)alloc->dupArray( in deepcopy_VkBufferCreateInfo()
924 to->pQueueFamilyIndices = (uint32_t*)alloc->dupArray( in deepcopy_VkImageCreateInfo()
[all …]
/device/generic/goldfish-opengl/system/vulkan_enc/
Dgoldfish_vk_deepcopy_guest.cpp238 to->pUserData = (void*)alloc->dupArray(from->pUserData, sizeof(uint8_t)); in deepcopy_VkAllocationCallbacks()
432 (float*)alloc->dupArray(from->pQueuePriorities, from->queueCount * sizeof(const float)); in deepcopy_VkDeviceQueueCreateInfo()
525 to->pWaitSemaphores = (VkSemaphore*)alloc->dupArray( in deepcopy_VkSubmitInfo()
530 to->pWaitDstStageMask = (VkPipelineStageFlags*)alloc->dupArray( in deepcopy_VkSubmitInfo()
535 to->pCommandBuffers = (VkCommandBuffer*)alloc->dupArray( in deepcopy_VkSubmitInfo()
540 to->pSignalSemaphores = (VkSemaphore*)alloc->dupArray( in deepcopy_VkSubmitInfo()
701 to->pWaitSemaphores = (VkSemaphore*)alloc->dupArray( in deepcopy_VkBindSparseInfo()
745 to->pSignalSemaphores = (VkSemaphore*)alloc->dupArray( in deepcopy_VkBindSparseInfo()
875 to->pQueueFamilyIndices = (uint32_t*)alloc->dupArray( in deepcopy_VkBufferCreateInfo()
924 to->pQueueFamilyIndices = (uint32_t*)alloc->dupArray( in deepcopy_VkImageCreateInfo()
[all …]
/device/generic/goldfish-opengl/android-emu/aemu/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