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

  /external/vulkan-validation-layers/tests/
vktestbinding.cpp 252 const std::vector<VkQueueFamilyProperties> queue_props = phy_.queue_properties();
253 QueueCreateInfoArray queue_info(phy_.queue_properties());
295 if (EXPECT(vkCreateDevice(phy_.handle(), &info, NULL, &dev) == VK_SUCCESS)) Handle::init(dev);
305 vkGetPhysicalDeviceQueueFamilyProperties(phy_.handle(), &queue_node_count, NULL);
310 vkGetPhysicalDeviceQueueFamilyProperties(phy_.handle(), &queue_node_count, queue_props);
vktestbinding.h 192 explicit Device(VkPhysicalDevice phy) : phy_(phy) {}
204 const PhysicalDevice &phy() const { return phy_; }
271 PhysicalDevice phy_; member in class:vk_testing::Device
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/
vktestbinding.cpp 251 const std::vector<VkQueueFamilyProperties> queue_props = phy_.queue_properties();
298 if (EXPECT(vkCreateDevice(phy_.handle(), &info, NULL, &dev) == VK_SUCCESS))
309 vkGetPhysicalDeviceQueueFamilyProperties(phy_.handle(), &queue_node_count, NULL);
314 vkGetPhysicalDeviceQueueFamilyProperties(phy_.handle(), &queue_node_count, queue_props);
vktestbinding.h 141 explicit Device(VkPhysicalDevice phy) : phy_(phy) {}
153 const PhysicalDevice &phy() const { return phy_; }
216 PhysicalDevice phy_; member in class:vk_testing::Device

Completed in 92 milliseconds