Searched refs:m_Device (Results 1 – 1 of 1) sorted by relevance
/external/angle/third_party/vulkan_memory_allocator/src/VmaReplay/ |
D | VmaReplay.cpp | 1602 VkDevice m_Device = VK_NULL_HANDLE; member in Player 2249 res = vkCreateDevice(m_PhysicalDevice, &deviceCreateInfo, nullptr, &m_Device); in InitVulkan() 2257 vkGetDeviceQueue(m_Device, m_GraphicsQueueFamilyIndex, 0, &m_GraphicsQueue); in InitVulkan() 2258 vkGetDeviceQueue(m_Device, m_TransferQueueFamilyIndex, 0, &m_TransferQueue); in InitVulkan() 2269 allocatorInfo.device = m_Device; in InitVulkan() 2295 res = vkCreateCommandPool(m_Device, &cmdPoolCreateInfo, nullptr, &m_CommandPool); in InitVulkan() 2308 res = vkAllocateCommandBuffers(m_Device, &cmdBufAllocInfo, &m_CommandBuffer); in InitVulkan() 2365 vkDeviceWaitIdle(m_Device); in FinalizeVulkan() 2369 vkFreeCommandBuffers(m_Device, m_CommandPool, 1, &m_CommandBuffer); in FinalizeVulkan() 2375 vkDestroyCommandPool(m_Device, m_CommandPool, nullptr); in FinalizeVulkan() [all …]
|