Searched refs:can_present (Results 1 – 9 of 9) sorted by relevance
35 bool can_present(VkPhysicalDevice phy, uint32_t queue_family);
33 bool can_present(VkPhysicalDevice phy, uint32_t queue_family);
37 bool can_present(VkPhysicalDevice phy, uint32_t queue_family) { return true; } in can_present() function
122 virtual bool can_present(VkPhysicalDevice phy, uint32_t queue_family) = 0;
34 bool can_present(VkPhysicalDevice phy, uint32_t queue_family);
114 bool ShellWin32::can_present(VkPhysicalDevice phy, uint32_t queue_family) { in can_present() function in ShellWin32
161 bool ShellXcb::can_present(VkPhysicalDevice phy, uint32_t queue_family) { in can_present() function in ShellXcb
272 bool ShellWayland::can_present(VkPhysicalDevice phy, uint32_t queue_family) { in can_present() function in ShellWayland
192 if (present_queue_family < 0 && can_present(phy, i)) present_queue_family = i; in init_physical_dev()