Home
last modified time | relevance | path

Searched refs:phy_ (Results 1 – 2 of 2) sorted by relevance

/external/vulkan-validation-layers/tests/
Dvktestbinding.cpp251 const std::vector<VkQueueFamilyProperties> queue_props = phy_.queue_properties(); in init()
298 if (EXPECT(vkCreateDevice(phy_.handle(), &info, NULL, &dev) == VK_SUCCESS)) in init()
309 vkGetPhysicalDeviceQueueFamilyProperties(phy_.handle(), &queue_node_count, NULL); in init_queues()
314 vkGetPhysicalDeviceQueueFamilyProperties(phy_.handle(), &queue_node_count, queue_props); in init_queues()
Dvktestbinding.h141 explicit Device(VkPhysicalDevice phy) : phy_(phy) {} in Device()
153 const PhysicalDevice &phy() const { return phy_; } in phy()
216 PhysicalDevice phy_; variable