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