HomeSort by relevance Sort by last modified time
    Searched refs:swapchainExtent (Results 1 - 4 of 4) sorted by null

  /external/deqp/external/vulkancts/framework/vulkan/
vkWsiUtil.hpp 45 enum SwapchainExtent
55 SwapchainExtent swapchainExtent;
  /external/deqp/external/vulkancts/modules/vulkan/wsi/
vktWsiSwapchainTests.cpp 354 (platformProperties.swapchainExtent == PlatformProperties::SWAPCHAIN_EXTENT_SETS_WINDOW_SIZE
406 if (platformProperties.swapchainExtent == PlatformProperties::SWAPCHAIN_EXTENT_SETS_WINDOW_SIZE ||
407 platformProperties.swapchainExtent == PlatformProperties::SWAPCHAIN_EXTENT_SCALED_TO_WINDOW_SIZE)
417 if (platformProperties.swapchainExtent != PlatformProperties::SWAPCHAIN_EXTENT_SETS_WINDOW_SIZE)
423 if (platformProperties.swapchainExtent != PlatformProperties::SWAPCHAIN_EXTENT_MUST_MATCH_WINDOW_SIZE)
738 (platformProperties.swapchainExtent == PlatformProperties::SWAPCHAIN_EXTENT_MUST_MATCH_WINDOW_SIZE
    [all...]
  /external/vulkan-validation-layers/demos/
cube.c 787 VkExtent2D swapchainExtent;
792 swapchainExtent.width = demo->width;
793 swapchainExtent.height = demo->height;
796 swapchainExtent = surfCapabilities.currentExtent;
845 .width = swapchainExtent.width, .height = swapchainExtent.height,
    [all...]
tri.c 594 VkExtent2D swapchainExtent;
599 swapchainExtent.width = demo->width;
600 swapchainExtent.height = demo->height;
603 swapchainExtent = surfCapabilities.currentExtent;
638 .width = swapchainExtent.width, .height = swapchainExtent.height,
    [all...]

Completed in 490 milliseconds