Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/tests/
Dvktestbinding.cpp248 const std::vector<VkQueueFamilyProperties> queue_props = phy_.queue_properties(); in init()
249 QueueCreateInfoArray queue_info(phy_.queue_properties()); in init()
297 if (EXPECT(vkCreateDevice(phy_.handle(), &info, NULL, &dev) == VK_SUCCESS)) Handle::init(dev); in init()
307 vkGetPhysicalDeviceQueueFamilyProperties(phy_.handle(), &queue_node_count, NULL); in init_queues()
312 vkGetPhysicalDeviceQueueFamilyProperties(phy_.handle(), &queue_node_count, queue_props); in init_queues()
Dvktestbinding.h193 explicit Device(VkPhysicalDevice phy) : phy_(phy) {} in Device()
205 const PhysicalDevice &phy() const { return phy_; } in phy()
276 PhysicalDevice phy_; variable