Searched refs:dupArray (Results 1 – 6 of 6) sorted by relevance
60 void* dupArray(const void* buf, size_t bytes) { in dupArray() function
82 void* dupArray(const void* buf, size_t bytes) { in dupArray() function
83 void* dupArray(const void* buf, size_t bytes) { in dupArray() function
239 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 …]