Searched refs:PlatformProperties (Results 1 – 6 of 6) sorted by relevance
64 const PlatformProperties& getPlatformProperties (Type wsiType) in getPlatformProperties()74 static const PlatformProperties s_properties[] = in getPlatformProperties()78 PlatformProperties::FEATURE_INITIAL_WINDOW_SIZE|PlatformProperties::FEATURE_RESIZE_WINDOW, in getPlatformProperties()79 PlatformProperties::SWAPCHAIN_EXTENT_MUST_MATCH_WINDOW_SIZE, in getPlatformProperties()85 PlatformProperties::FEATURE_INITIAL_WINDOW_SIZE|PlatformProperties::FEATURE_RESIZE_WINDOW, in getPlatformProperties()86 PlatformProperties::SWAPCHAIN_EXTENT_MUST_MATCH_WINDOW_SIZE, in getPlatformProperties()93 PlatformProperties::SWAPCHAIN_EXTENT_SETS_WINDOW_SIZE, in getPlatformProperties()99 PlatformProperties::FEATURE_INITIAL_WINDOW_SIZE|PlatformProperties::FEATURE_RESIZE_WINDOW, in getPlatformProperties()100 PlatformProperties::SWAPCHAIN_EXTENT_SCALED_TO_WINDOW_SIZE, in getPlatformProperties()106 PlatformProperties::FEATURE_INITIAL_WINDOW_SIZE, in getPlatformProperties()[all …]
37 struct PlatformProperties struct63 const PlatformProperties& getPlatformProperties (Type wsiType);
348 const PlatformProperties& platformProperties = getPlatformProperties(wsiType); in generateSwapchainParameterCases()360 (platformProperties.swapchainExtent == PlatformProperties::SWAPCHAIN_EXTENT_SETS_WINDOW_SIZE in generateSwapchainParameterCases()412 … if (platformProperties.swapchainExtent == PlatformProperties::SWAPCHAIN_EXTENT_SETS_WINDOW_SIZE || in generateSwapchainParameterCases()413 … platformProperties.swapchainExtent == PlatformProperties::SWAPCHAIN_EXTENT_SCALED_TO_WINDOW_SIZE) in generateSwapchainParameterCases()423 if (platformProperties.swapchainExtent != PlatformProperties::SWAPCHAIN_EXTENT_SETS_WINDOW_SIZE) in generateSwapchainParameterCases()429 …if (platformProperties.swapchainExtent != PlatformProperties::SWAPCHAIN_EXTENT_MUST_MATCH_WINDOW_S… in generateSwapchainParameterCases()708 const PlatformProperties& platformProperties = getPlatformProperties(wsiType); in getBasicSwapchainParameters()719 (platformProperties.swapchainExtent == PlatformProperties::SWAPCHAIN_EXTENT_MUST_MATCH_WINDOW_SIZE in getBasicSwapchainParameters()1481 const PlatformProperties& platformProperties = getPlatformProperties(wsiType); in resizeSwapchainTest()1489 …DE_ASSERT(platformProperties.swapchainExtent != PlatformProperties::SWAPCHAIN_EXTENT_MUST_MATCH_WI… in resizeSwapchainTest()[all …]
770 …DE_ASSERT(getPlatformProperties(wsiType).features & PlatformProperties::FEATURE_INITIAL_WINDOW_SIZ… in createSurfaceInitialSizeTest()817 DE_ASSERT(getPlatformProperties(wsiType).features & PlatformProperties::FEATURE_RESIZE_WINDOW); in resizeSurfaceTest()875 const PlatformProperties& platformProperties = getPlatformProperties(wsiType); in createSurfaceTests()888 if ((platformProperties.features & PlatformProperties::FEATURE_INITIAL_WINDOW_SIZE) != 0) in createSurfaceTests()891 if ((platformProperties.features & PlatformProperties::FEATURE_RESIZE_WINDOW) != 0) in createSurfaceTests()
223 …return vk::wsi::getPlatformProperties(wsiType).swapchainExtent == vk::wsi::PlatformProperties::SWA… in wsiTypeSupportsScaling()
1425 …k::wsi::getPlatformProperties(wsiType).swapchainExtent != vk::wsi::PlatformProperties::SWAPCHAIN_E… in createIncrementalPresentTests()