HomeSort by relevance Sort by last modified time
    Searched full:phy_ (Results 1 - 2 of 2) sorted by null

  /external/vulkan-validation-layers/tests/
vktestbinding.cpp 279 phy_.queue_properties();
317 if (EXPECT(vkCreateDevice(phy_.handle(), &info, NULL, &dev) == VK_SUCCESS))
328 vkGetPhysicalDeviceQueueFamilyProperties(phy_.handle(), &queue_node_count,
335 vkGetPhysicalDeviceQueueFamilyProperties(phy_.handle(), &queue_node_count,
vktestbinding.h 152 explicit Device(VkPhysicalDevice phy) : phy_(phy) {}
166 const PhysicalDevice &phy() const { return phy_; }
253 PhysicalDevice phy_; member in class:vk_testing::Device
    [all...]

Completed in 92 milliseconds