Searched refs:getPlatformProperties (Results 1 – 9 of 9) sorted by relevance
63 const PlatformProperties& getPlatformProperties (Type wsiType);
66 const PlatformProperties& getPlatformProperties (Type wsiType) in getPlatformProperties() function
357 const PlatformProperties& platformProperties = getPlatformProperties(wsiType); in generateSwapchainParameterCases()752 const PlatformProperties& platformProperties = getPlatformProperties(wsiType); in getBasicSwapchainParameters()1322 const PlatformProperties& platformProperties = getPlatformProperties(wsiType); in resizeSwapchainTest()1547 const PlatformProperties& platformProperties = getPlatformProperties(wsiType); in populateModifyGroup()
1138 …DE_ASSERT(getPlatformProperties(wsiType).features & PlatformProperties::FEATURE_INITIAL_WINDOW_SIZ… in createSurfaceInitialSizeTest()1185 DE_ASSERT(getPlatformProperties(wsiType).features & PlatformProperties::FEATURE_RESIZE_WINDOW); in resizeSurfaceTest()1243 const PlatformProperties& platformProperties = getPlatformProperties(wsiType); in createSurfaceTests()
365 const PlatformProperties& platformProperties = getPlatformProperties(wsiType); in getBasicSwapchainParameters()
231 …return vk::wsi::getPlatformProperties(wsiType).swapchainExtent == vk::wsi::PlatformProperties::SWA… in wsiTypeSupportsScaling()
1231 …if (scaling[scalingNdx].scaling != SCALING_NONE && vk::wsi::getPlatformProperties(wsiType).swapcha… in createIncrementalPresentTests()
242 const vk::wsi::PlatformProperties& platformProperties = getPlatformProperties(wsiType); in generateSwapchainParameterCases()765 const vk::wsi::PlatformProperties& platformProperties = vk::wsi::getPlatformProperties(wsiType); in getBasicSwapchainParameters()
2084 const PlatformProperties& platformProperties = getPlatformProperties(wsiType); in makeSwapchain()