Searched refs:m_PhysicalDevice (Results 1 – 5 of 5) sorted by relevance
/external/angle/third_party/vulkan_memory_allocator/src/VmaReplay/ |
D | VmaReplay.cpp | 1599 VkPhysicalDevice m_PhysicalDevice = VK_NULL_HANDLE; member in Player 2118 m_PhysicalDevice = physicalDevices[0]; in InitVulkan() 2123 vkGetPhysicalDeviceQueueFamilyProperties(m_PhysicalDevice, &queueFamilyCount, nullptr); in InitVulkan() 2127 …vkGetPhysicalDeviceQueueFamilyProperties(m_PhysicalDevice, &queueFamilyCount, queueFamilies.data()… in InitVulkan() 2157 vkGetPhysicalDeviceFeatures(m_PhysicalDevice, &supportedFeatures); in InitVulkan() 2189 … res = vkEnumerateDeviceExtensionProperties(m_PhysicalDevice, nullptr, &propertyCount, nullptr); in InitVulkan() 2195 …res = vkEnumerateDeviceExtensionProperties(m_PhysicalDevice, nullptr, &propertyCount, properties.d… in InitVulkan() 2249 res = vkCreateDevice(m_PhysicalDevice, &deviceCreateInfo, nullptr, &m_Device); in InitVulkan() 2268 allocatorInfo.physicalDevice = m_PhysicalDevice; in InitVulkan()
|
/external/skqp/third_party/vulkanmemoryallocator/include/ |
D | vk_mem_alloc.h | 4497 VkPhysicalDevice m_PhysicalDevice; member 7384 m_PhysicalDevice(pCreateInfo->physicalDevice), in VmaAllocator_T() 7410 … (*m_VulkanFunctions.vkGetPhysicalDeviceProperties)(m_PhysicalDevice, &m_PhysicalDeviceProperties); in VmaAllocator_T() 7411 (*m_VulkanFunctions.vkGetPhysicalDeviceMemoryProperties)(m_PhysicalDevice, &m_MemProps); in VmaAllocator_T()
|
/external/angle/third_party/vulkan_memory_allocator/src/ |
D | vk_mem_alloc.h | 7727 VkPhysicalDevice GetPhysicalDevice() const { return m_PhysicalDevice; } in GetPhysicalDevice() 7894 VkPhysicalDevice m_PhysicalDevice; member 15509 m_PhysicalDevice(pCreateInfo->physicalDevice), in VmaAllocator_T() 15590 … (*m_VulkanFunctions.vkGetPhysicalDeviceProperties)(m_PhysicalDevice, &m_PhysicalDeviceProperties); in VmaAllocator_T() 15591 (*m_VulkanFunctions.vkGetPhysicalDeviceMemoryProperties)(m_PhysicalDevice, &m_MemProps); in VmaAllocator_T() 17379 GetVulkanFunctions().vkGetPhysicalDeviceMemoryProperties2KHR(m_PhysicalDevice, &memProps); in UpdateVulkanBudget()
|
/external/skia/third_party/vulkanmemoryallocator/include/ |
D | vk_mem_alloc.h | 7708 VkPhysicalDevice GetPhysicalDevice() const { return m_PhysicalDevice; } in GetPhysicalDevice() 7875 VkPhysicalDevice m_PhysicalDevice; member 15491 m_PhysicalDevice(pCreateInfo->physicalDevice), in VmaAllocator_T() 15572 … (*m_VulkanFunctions.vkGetPhysicalDeviceProperties)(m_PhysicalDevice, &m_PhysicalDeviceProperties); in VmaAllocator_T() 15573 (*m_VulkanFunctions.vkGetPhysicalDeviceMemoryProperties)(m_PhysicalDevice, &m_MemProps); in VmaAllocator_T() 17350 GetVulkanFunctions().vkGetPhysicalDeviceMemoryProperties2KHR(m_PhysicalDevice, &memProps); in UpdateVulkanBudget()
|
/external/vulkan-validation-layers/layers/ |
D | vk_mem_alloc.h | 6712 VkPhysicalDevice m_PhysicalDevice; member 14003 m_PhysicalDevice(pCreateInfo->physicalDevice), in VmaAllocator_T() 14046 … (*m_VulkanFunctions.vkGetPhysicalDeviceProperties)(m_PhysicalDevice, &m_PhysicalDeviceProperties); in VmaAllocator_T() 14047 (*m_VulkanFunctions.vkGetPhysicalDeviceMemoryProperties)(m_PhysicalDevice, &m_MemProps); in VmaAllocator_T()
|