Home
last modified time | relevance | path

Searched refs:swapchainSize (Results 1 - 3 of 3) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/
H A DvktWsiMaintenance1Tests.cpp1556 tcu::UVec2 swapchainSize = native.windowSize; in scalingTest() local
1562 swapchainSize.x() *= 2; in scalingTest()
1563 swapchainSize.y() *= 2; in scalingTest()
1566 swapchainSize.x() /= 2; in scalingTest()
1567 swapchainSize.y() /= 2; in scalingTest()
1575 swapchainSize.y() += swapchainSize.y() / 2; in scalingTest()
1578 swapchainSize.x() += swapchainSize.x() / 2; in scalingTest()
1585 VkSwapchainCreateInfoKHR swapchainInfo = getBasicSwapchainParameters(*surface, surfaceFormats[0], swapchainSize, testParam in scalingTest()
[all...]
H A DvktWsiPresentIdWaitTests.cpp105 size_t swapchainSize,
466 size_t swapchainSize,
474 deUint32 recordAndSubmitFrame (FrameStreamObjects::FrameObjects& frameObjects, const vk::wsi::WsiTriangleRenderer& triangleRenderer, const vk::DeviceInterface& vkd, vk::VkDevice device, vk::VkSwapchainKHR swapchain, size_t swapchainSize, vk::VkQueue queue, size_t frameNumber, tcu::TestLog& testLog) in recordAndSubmitFrame() argument
493 TCU_CHECK(static_cast<size_t>(imageNdx) < swapchainSize); in recordAndSubmitFrame()
516 tcu::TestStatus PresentIdWaitSimpleInstance::run (const vk::DeviceInterface& vkd, vk::VkDevice device, vk::VkQueue queue, vk::VkCommandPool commandPool, vk::VkSwapchainKHR swapchain, size_t swapchainSize, const vk::wsi::WsiTriangleRenderer& renderer) in run() argument
518 const size_t maxQueuedFrames = swapchainSize*2; in run()
529 deUint32 imageNdx = recordAndSubmitFrame(frameObjects, renderer, vkd, device, swapchain, swapchainSize, queue, frameStreamObjects.frameNumber(), m_context.getTestContext().getLog()); in run()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/wsi/
H A DvktWsiPresentIdWaitTests.cpp105 size_t swapchainSize,
466 size_t swapchainSize,
474 deUint32 recordAndSubmitFrame (FrameStreamObjects::FrameObjects& frameObjects, const vk::wsi::WsiTriangleRenderer& triangleRenderer, const vk::DeviceInterface& vkd, vk::VkDevice device, vk::VkSwapchainKHR swapchain, size_t swapchainSize, vk::VkQueue queue, size_t frameNumber, tcu::TestLog& testLog) in recordAndSubmitFrame() argument
493 TCU_CHECK(static_cast<size_t>(imageNdx) < swapchainSize); in recordAndSubmitFrame()
516 tcu::TestStatus PresentIdWaitSimpleInstance::run (const vk::DeviceInterface& vkd, vk::VkDevice device, vk::VkQueue queue, vk::VkCommandPool commandPool, vk::VkSwapchainKHR swapchain, size_t swapchainSize, const vk::wsi::WsiTriangleRenderer& renderer) in run() argument
518 const size_t maxQueuedFrames = swapchainSize*2; in run()
529 deUint32 imageNdx = recordAndSubmitFrame(frameObjects, renderer, vkd, device, swapchain, swapchainSize, queue, frameStreamObjects.frameNumber(), m_context.getTestContext().getLog()); in run()

Completed in 7 milliseconds