Home
last modified time | relevance | path

Searched refs:swapchainExtent (Results 1 – 4 of 4) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiSwapchainTests.cpp354 (platformProperties.swapchainExtent == PlatformProperties::SWAPCHAIN_EXTENT_SETS_WINDOW_SIZE in generateSwapchainParameterCases()
406 … if (platformProperties.swapchainExtent == PlatformProperties::SWAPCHAIN_EXTENT_SETS_WINDOW_SIZE || in generateSwapchainParameterCases()
407 … platformProperties.swapchainExtent == PlatformProperties::SWAPCHAIN_EXTENT_SCALED_TO_WINDOW_SIZE) in generateSwapchainParameterCases()
417 if (platformProperties.swapchainExtent != PlatformProperties::SWAPCHAIN_EXTENT_SETS_WINDOW_SIZE) in generateSwapchainParameterCases()
423 …if (platformProperties.swapchainExtent != PlatformProperties::SWAPCHAIN_EXTENT_MUST_MATCH_WINDOW_S… in generateSwapchainParameterCases()
732 (platformProperties.swapchainExtent == PlatformProperties::SWAPCHAIN_EXTENT_MUST_MATCH_WINDOW_SIZE in getBasicSwapchainParameters()
1551 …DE_ASSERT(platformProperties.swapchainExtent != PlatformProperties::SWAPCHAIN_EXTENT_MUST_MATCH_WI… in resizeSwapchainTest()
1685 …if (platformProperties.swapchainExtent != PlatformProperties::SWAPCHAIN_EXTENT_MUST_MATCH_WINDOW_S… in populateModifyGroup()
/external/deqp/external/vulkancts/framework/vulkan/
DvkWsiUtil.hpp55 SwapchainExtent swapchainExtent; member
/external/vulkan-validation-layers/demos/
Dtri.c594 VkExtent2D swapchainExtent; in demo_prepare_buffers() local
599 swapchainExtent.width = demo->width; in demo_prepare_buffers()
600 swapchainExtent.height = demo->height; in demo_prepare_buffers()
603 swapchainExtent = surfCapabilities.currentExtent; in demo_prepare_buffers()
638 .width = swapchainExtent.width, .height = swapchainExtent.height, in demo_prepare_buffers()
Dcube.c787 VkExtent2D swapchainExtent; in demo_prepare_buffers() local
792 swapchainExtent.width = demo->width; in demo_prepare_buffers()
793 swapchainExtent.height = demo->height; in demo_prepare_buffers()
796 swapchainExtent = surfCapabilities.currentExtent; in demo_prepare_buffers()
845 .width = swapchainExtent.width, .height = swapchainExtent.height, in demo_prepare_buffers()