Lines Matching refs:platformProperties
401 const PlatformProperties& platformProperties = getPlatformProperties(wsiType); in generateSwapchainParameterCases() local
413 (platformProperties.swapchainExtent == PlatformProperties::SWAPCHAIN_EXTENT_SETS_WINDOW_SIZE in generateSwapchainParameterCases()
465 … if (platformProperties.swapchainExtent == PlatformProperties::SWAPCHAIN_EXTENT_SETS_WINDOW_SIZE || in generateSwapchainParameterCases()
466 … platformProperties.swapchainExtent == PlatformProperties::SWAPCHAIN_EXTENT_SCALED_TO_WINDOW_SIZE) in generateSwapchainParameterCases()
476 if (platformProperties.swapchainExtent != PlatformProperties::SWAPCHAIN_EXTENT_SETS_WINDOW_SIZE) in generateSwapchainParameterCases()
482 …if (platformProperties.swapchainExtent != PlatformProperties::SWAPCHAIN_EXTENT_MUST_MATCH_WINDOW_S… in generateSwapchainParameterCases()
981 const PlatformProperties& platformProperties = getPlatformProperties(wsiType); in testImageSwapchainCreateInfo() local
993 (platformProperties.swapchainExtent == PlatformProperties::SWAPCHAIN_EXTENT_MUST_MATCH_WINDOW_SIZE in testImageSwapchainCreateInfo()
1136 const PlatformProperties& platformProperties = getPlatformProperties(wsiType); in getBasicSwapchainParameters() local
1147 (platformProperties.swapchainExtent == PlatformProperties::SWAPCHAIN_EXTENT_MUST_MATCH_WINDOW_SIZE in getBasicSwapchainParameters()
1495 const PlatformProperties& platformProperties = getPlatformProperties(params.wsiType); in multiSwapchainRenderTest() local
1496 if (params.swapchainCount > platformProperties.maxWindowsPerDisplay) in multiSwapchainRenderTest()
1966 const PlatformProperties& platformProperties = getPlatformProperties(wsiType); in deviceGroupRenderTest2() local
1985 (platformProperties.swapchainExtent == PlatformProperties::SWAPCHAIN_EXTENT_MUST_MATCH_WINDOW_SIZE in deviceGroupRenderTest2()
2287 const PlatformProperties& platformProperties = getPlatformProperties(wsiType); in resizeSwapchainTest() local
2295 …DE_ASSERT(platformProperties.swapchainExtent != PlatformProperties::SWAPCHAIN_EXTENT_MUST_MATCH_WI… in resizeSwapchainTest()
2296 DE_UNREF(platformProperties); in resizeSwapchainTest()
2633 const PlatformProperties& platformProperties = getPlatformProperties(wsiType); in populateModifyGroup() local
2635 …if (platformProperties.swapchainExtent != PlatformProperties::SWAPCHAIN_EXTENT_MUST_MATCH_WINDOW_S… in populateModifyGroup()