Home
last modified time | relevance | path

Searched defs:wsiType (Results 1 – 15 of 15) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/
DvktWsiSurfaceTests.cpp175 Type wsiType, in createInstanceWithWsi()
225 tcu::TestStatus createSurfaceTest (Context& context, Type wsiType) in createSurfaceTest()
234 tcu::TestStatus querySurfaceCounterTest (Context& context, Type wsiType) in querySurfaceCounterTest()
261 tcu::TestStatus createSurfaceCustomAllocatorTest (Context& context, Type wsiType) in createSurfaceCustomAllocatorTest()
292 tcu::TestStatus createSurfaceSimulateOOMTest (Context& context, Type wsiType) in createSurfaceSimulateOOMTest()
360 tcu::TestStatus querySurfaceSupportTest (Context& context, Type wsiType) in querySurfaceSupportTest()
394 tcu::TestStatus queryPresentationSupportTest(Context& context, Type wsiType) in queryPresentationSupportTest()
489 tcu::TestStatus querySurfaceCapabilitiesTest (Context& context, Type wsiType) in querySurfaceCapabilitiesTest()
517 tcu::TestStatus querySurfaceCapabilities2Test (Context& context, Type wsiType) in querySurfaceCapabilities2Test()
575 tcu::TestStatus querySurfaceProtectedCapabilitiesTest (Context& context, Type wsiType) in querySurfaceProtectedCapabilitiesTest()
[all …]
DvktWsiTests.cpp47 void createTypeSpecificTests (tcu::TestCaseGroup* testGroup, vk::wsi::Type wsiType) in createTypeSpecificTests()
64 const vk::wsi::Type wsiType = (vk::wsi::Type)typeNdx; in createWsiTests() local
DvktWsiPresentIdWaitTests.cpp95 …PresentIdWaitInstance (Context& context, vk::wsi::Type wsiType) : TestInstance(context), m_wsiType… in PresentIdWaitInstance()
118 vector<const char*> getRequiredInstanceExtensions (vk::wsi::Type wsiType) in getRequiredInstanceExtensions()
127 vk::wsi::Type wsiType, in createInstanceWithWsi()
239 vk::VkSwapchainCreateInfoKHR getBasicSwapchainParameters (vk::wsi::Type wsiType, in getBasicSwapchainParameters()
432 …PresentIdWaitSimpleInstance(Context& context, vk::wsi::Type wsiType, const vector<PresentAndWaitOp… in PresentIdWaitSimpleInstance()
593 …PresentIdInstance(Context& context, vk::wsi::Type wsiType, const vector<PresentAndWaitOps>& sequen… in PresentIdInstance()
616 …PresentWaitInstance(Context& context, vk::wsi::Type wsiType, const vector<PresentAndWaitOps>& sequ… in PresentWaitInstance()
641 PresentIdZeroInstance (Context& context, vk::wsi::Type wsiType) in PresentIdZeroInstance()
662 PresentIdIncreasingInstance (Context& context, vk::wsi::Type wsiType) in PresentIdIncreasingInstance()
684 PresentIdInterleavedInstance (Context& context, vk::wsi::Type wsiType) in PresentIdInterleavedInstance()
[all …]
DvktNativeObjectsUtil.cpp40 vk::wsi::Type wsiType) in createDisplay()
76 vk::wsi::Type wsiType, in NativeObjects()
DvktWsiColorSpaceTests.cpp99 Type wsiType, in createInstanceWithWsi()
244 Type wsiType; member
262 Type wsiType; member
276 VkSwapchainCreateInfoKHR getBasicSwapchainParameters (Type wsiType, in getBasicSwapchainParameters()
415 tcu::TestStatus basicExtensionTest (Context& context, Type wsiType) in basicExtensionTest()
448 Type wsiType; member
621 Type wsiType, in surfaceFormatRenderTest()
765 tcu::TestStatus surfaceFormatRenderTests (Context& context, Type wsiType) in surfaceFormatRenderTests()
786 tcu::TestStatus surfaceFormatRenderWithHdrTests (Context& context, Type wsiType) in surfaceFormatRenderWithHdrTests()
820 void createColorSpaceTests (tcu::TestCaseGroup* testGroup, vk::wsi::Type wsiType) in createColorSpaceTests()
[all …]
DvktWsiSwapchainTests.cpp100 Type wsiType, in createInstanceWithWsi()
377 Type wsiType; member
393 Type wsiType, in generateSwapchainParameterCases()
615 vector<VkSwapchainCreateInfoKHR> generateSwapchainParameterCases (Type wsiType, in generateSwapchainParameterCases()
954 tcu::TestStatus testImageSwapchainCreateInfo (Context& context, Type wsiType) in testImageSwapchainCreateInfo()
1081 Type wsiType; member
1119 VkSwapchainCreateInfoKHR getBasicSwapchainParameters (Type wsiType, in getBasicSwapchainParameters()
1287 tcu::TestStatus basicRenderTest (Context& context, Type wsiType) in basicRenderTest()
1451 Type wsiType; member
1651 tcu::TestStatus deviceGroupRenderTest (Context& context, Type wsiType) in deviceGroupRenderTest()
[all …]
DvktWsiFullScreenExclusiveTests.cpp65 vk::wsi::Type wsiType; member
83 Type wsiType, in createInstanceWithWsi()
206 Type wsiType) in createDisplay()
256 VkSwapchainCreateInfoKHR getBasicSwapchainParameters (Type wsiType, in getBasicSwapchainParameters()
638 void createFullScreenExclusiveTests (tcu::TestCaseGroup* testGroup, vk::wsi::Type wsiType) in createFullScreenExclusiveTests()
DvktWsiSharedPresentableImageTests.cpp85 vk::wsi::Type wsiType) in createInstanceWithWsi()
165 vk::wsi::Type wsiType) in createDisplay()
199 bool wsiTypeSupportsScaling (vk::wsi::Type wsiType) in wsiTypeSupportsScaling()
519 vk::wsi::Type wsiType; member
1070 void createSharedPresentableImageTests (tcu::TestCaseGroup* testGroup, vk::wsi::Type wsiType) in createSharedPresentableImageTests()
DvktWsiDisplayTimingTests.cpp83 vk::wsi::Type wsiType) in createInstanceWithWsi()
156 vk::wsi::Type wsiType) in createDisplay()
525 vk::wsi::Type wsiType; member
1169 void createDisplayTimingTests (tcu::TestCaseGroup* testGroup, vk::wsi::Type wsiType) in createDisplayTimingTests()
DvktWsiIncrementalPresentTests.cpp85 vk::wsi::Type wsiType) in createInstanceWithWsi()
158 vk::wsi::Type wsiType) in createDisplay()
605 vk::wsi::Type wsiType; member
1144 void createIncrementalPresentTests (tcu::TestCaseGroup* testGroup, vk::wsi::Type wsiType) in createIncrementalPresentTests()
DvktWsiDisplayControlTests.cpp152 vk::wsi::Type wsiType = (vk::wsi::Type)typeNdx; in createTestDevice() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemWsiSwapchainTests.cpp83 vk::wsi::Type wsiType) in getRequiredWsiExtensions()
121 vk::wsi::Type wsiType) in createDisplay()
205 vk::wsi::Type wsiType; member
234 …vector<vk::VkSwapchainCreateInfoKHR> generateSwapchainParameterCases (vk::wsi::Type wsiType, in generateSwapchainParameterCases()
687 …d::vector<vk::VkSwapchainCreateInfoKHR> generateSwapchainParameterCases (vk::wsi::Type wsiType, in generateSwapchainParameterCases()
745 vk::wsi::Type wsiType; member
774 vk::VkSwapchainCreateInfoKHR getBasicSwapchainParameters (vk::wsi::Type wsiType, in getBasicSwapchainParameters()
1127 tcu::TestStatus basicRenderTest (Context& baseCtx, vk::wsi::Type wsiType) in basicRenderTest()
1300 void populateRenderGroup (tcu::TestCaseGroup* testGroup, vk::wsi::Type wsiType) in populateRenderGroup()
1305 void createSwapchainTests (tcu::TestCaseGroup* testGroup, vk::wsi::Type wsiType) in createSwapchainTests()
[all …]
DvktProtectedMemContext.cpp48 vk::wsi::Type wsiType, in ProtectedContext()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkWsiUtil.cpp64 const char* getName (Type wsiType) in getName()
79 const char* getExtensionName (Type wsiType) in getExtensionName()
94 const PlatformProperties& getPlatformProperties (Type wsiType) in getPlatformProperties()
162 Type wsiType, in createSurface()
285 Type wsiType, in createSurface()
310 Type wsiType, in getPhysicalDevicePresentationSupport()
527 tcu::UVec2 getFullScreenSize (const vk::wsi::Type wsiType, const vk::wsi::Display& display, const t… in getFullScreenSize()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
DvktImageMutableTests.cpp115 Type wsiType; member
1806 Type wsiType, in createInstanceWithWsi()
1931 Type wsiType) in createDisplay()
1981 const vk::wsi::Type wsiType, in makeSwapchain()
2037 const Type wsiType(caseDef.wsiType); in testSwapchainMutable() local
2163 const vk::wsi::Type wsiType = (vk::wsi::Type)typeNdx; in createSwapchainImageMutableTests() local