Home
last modified time | relevance | path

Searched refs:validateQueueFamilyProperties (Results 1 – 8 of 8) sorted by relevance

/device/generic/vulkan-cereal/stream-servers/tests/
DCompositorVk_unittest.cpp184 if (CompositorVk::validateQueueFamilyProperties( in pickPhysicalDevice()
228 ASSERT_FALSE(CompositorVk::validateQueueFamilyProperties(properties)); in TEST_F()
230 ASSERT_TRUE(CompositorVk::validateQueueFamilyProperties(properties)); in TEST_F()
DDisplayVk_unittest.cpp129 SwapChainStateVk::validateQueueFamilyProperties(*k_vk, device, m_vkSurface, in pickPhysicalDevice()
136 CompositorVk::validateQueueFamilyProperties(queueProps[queueFamilyIndex])) { in pickPhysicalDevice()
DSwapChainStateVk_unittest.cpp98 if (!SwapChainStateVk::validateQueueFamilyProperties( in pickPhysicalDevice()
/device/generic/vulkan-cereal/stream-servers/
DSwapChainStateVk.h37 static bool validateQueueFamilyProperties(const goldfish_vk::VulkanDispatch &, VkPhysicalDevice,
DCompositorVk.h98 static bool validateQueueFamilyProperties(const VkQueueFamilyProperties &properties);
DSwapChainStateVk.cpp137 bool SwapChainStateVk::validateQueueFamilyProperties(const goldfish_vk::VulkanDispatch &vk, in validateQueueFamilyProperties() function in SwapChainStateVk
DCompositorVk.cpp552 bool CompositorVk::validateQueueFamilyProperties(const VkQueueFamilyProperties &properties) { in validateQueueFamilyProperties() function in CompositorVk
DDisplayVk.cpp150 if (!SwapChainStateVk::validateQueueFamilyProperties(m_vk, m_vkPhysicalDevice, surface, in bindToSurface()