Home
last modified time | relevance | path

Searched refs:can_present (Results 1 – 9 of 9) sorted by relevance

/external/vulkan-validation-layers/demos/smoke/
DShellXcb.h35 bool can_present(VkPhysicalDevice phy, uint32_t queue_family);
DShellWin32.h33 bool can_present(VkPhysicalDevice phy, uint32_t queue_family);
DShellAndroid.h37 bool can_present(VkPhysicalDevice phy, uint32_t queue_family) { return true; } in can_present() function
DShell.h122 virtual bool can_present(VkPhysicalDevice phy, uint32_t queue_family) = 0;
DShellWayland.h34 bool can_present(VkPhysicalDevice phy, uint32_t queue_family);
DShellWin32.cpp114 bool ShellWin32::can_present(VkPhysicalDevice phy, uint32_t queue_family) { in can_present() function in ShellWin32
DShellXcb.cpp161 bool ShellXcb::can_present(VkPhysicalDevice phy, uint32_t queue_family) { in can_present() function in ShellXcb
DShellWayland.cpp272 bool ShellWayland::can_present(VkPhysicalDevice phy, uint32_t queue_family) { in can_present() function in ShellWayland
DShell.cpp192 if (present_queue_family < 0 && can_present(phy, i)) present_queue_family = i; in init_physical_dev()