Lines Matching refs:platformProperties

406 	const PlatformProperties&			platformProperties	= getPlatformProperties(wsiType);
418 (platformProperties.swapchainExtent == PlatformProperties::SWAPCHAIN_EXTENT_SETS_WINDOW_SIZE
470 if (platformProperties.swapchainExtent == PlatformProperties::SWAPCHAIN_EXTENT_SETS_WINDOW_SIZE ||
471 platformProperties.swapchainExtent == PlatformProperties::SWAPCHAIN_EXTENT_SCALED_TO_WINDOW_SIZE)
481 if (platformProperties.swapchainExtent != PlatformProperties::SWAPCHAIN_EXTENT_SETS_WINDOW_SIZE)
487 if (platformProperties.swapchainExtent != PlatformProperties::SWAPCHAIN_EXTENT_MUST_MATCH_WINDOW_SIZE)
997 const PlatformProperties& platformProperties = getPlatformProperties(wsiType);
1009 (platformProperties.swapchainExtent == PlatformProperties::SWAPCHAIN_EXTENT_MUST_MATCH_WINDOW_SIZE
1152 const PlatformProperties& platformProperties = getPlatformProperties(wsiType);
1163 (platformProperties.swapchainExtent == PlatformProperties::SWAPCHAIN_EXTENT_MUST_MATCH_WINDOW_SIZE
1511 const PlatformProperties& platformProperties = getPlatformProperties(params.wsiType);
1512 if (params.swapchainCount > platformProperties.maxWindowsPerDisplay)
1982 const PlatformProperties& platformProperties = getPlatformProperties(wsiType);
2001 (platformProperties.swapchainExtent == PlatformProperties::SWAPCHAIN_EXTENT_MUST_MATCH_WINDOW_SIZE
2303 const PlatformProperties& platformProperties = getPlatformProperties(wsiType);
2311 DE_ASSERT(platformProperties.swapchainExtent != PlatformProperties::SWAPCHAIN_EXTENT_MUST_MATCH_WINDOW_SIZE);
2312 DE_UNREF(platformProperties);
2659 const PlatformProperties& platformProperties = getPlatformProperties(wsiType);
2661 if (platformProperties.swapchainExtent != PlatformProperties::SWAPCHAIN_EXTENT_MUST_MATCH_WINDOW_SIZE)