Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiSurfaceTests.cpp175 Type wsiType, in createInstanceWithWsi()
227 tcu::TestStatus createSurfaceTest (Context& context, Type wsiType) in createSurfaceTest()
236 tcu::TestStatus querySurfaceCounterTest (Context& context, Type wsiType) in querySurfaceCounterTest()
264 tcu::TestStatus createSurfaceCustomAllocatorTest (Context& context, Type wsiType) in createSurfaceCustomAllocatorTest()
296 tcu::TestStatus createSurfaceSimulateOOMTest (Context& context, Type wsiType) in createSurfaceSimulateOOMTest()
365 tcu::TestStatus querySurfaceSupportTest (Context& context, Type wsiType) in querySurfaceSupportTest()
399 tcu::TestStatus queryPresentationSupportTest(Context& context, Type wsiType) in queryPresentationSupportTest()
499 tcu::TestStatus querySurfaceCapabilitiesTest (Context& context, Type wsiType) in querySurfaceCapabilitiesTest()
527 tcu::TestStatus querySurfaceCapabilities2Test (Context& context, Type wsiType) in querySurfaceCapabilities2Test()
585 tcu::TestStatus querySurfaceProtectedCapabilitiesTest (Context& context, Type wsiType) in querySurfaceProtectedCapabilitiesTest()
[all …]
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()
129 vk::wsi::Type wsiType, in createInstanceWithWsi()
262 vk::VkSwapchainCreateInfoKHR getBasicSwapchainParameters (vk::wsi::Type wsiType, in getBasicSwapchainParameters()
455 …PresentIdWaitSimpleInstance(Context& context, vk::wsi::Type wsiType, const vector<PresentAndWaitOp… in PresentIdWaitSimpleInstance()
616 …PresentIdInstance(Context& context, vk::wsi::Type wsiType, const vector<PresentAndWaitOps>& sequen… in PresentIdInstance()
639 …PresentWaitInstance(Context& context, vk::wsi::Type wsiType, const vector<PresentAndWaitOps>& sequ… in PresentWaitInstance()
664 PresentIdZeroInstance (Context& context, vk::wsi::Type wsiType) in PresentIdZeroInstance()
685 PresentIdIncreasingInstance (Context& context, vk::wsi::Type wsiType) in PresentIdIncreasingInstance()
707 PresentIdInterleavedInstance (Context& context, vk::wsi::Type wsiType) in PresentIdInterleavedInstance()
[all …]
DvktWsiTests.cpp49 void createTypeSpecificTests (tcu::TestCaseGroup* testGroup, vk::wsi::Type wsiType) in createTypeSpecificTests()
67 const vk::wsi::Type wsiType = (vk::wsi::Type)typeNdx; in createWsiTests() local
DvktWsiColorSpaceTests.cpp99 Type wsiType, in createInstanceWithWsi()
246 Type wsiType; member
264 Type wsiType; member
278 VkSwapchainCreateInfoKHR getBasicSwapchainParameters (Type wsiType, in getBasicSwapchainParameters()
417 tcu::TestStatus basicExtensionTest (Context& context, Type wsiType) in basicExtensionTest()
450 Type wsiType; member
623 Type wsiType, in surfaceFormatRenderTest()
767 tcu::TestStatus surfaceFormatRenderTests (Context& context, Type wsiType) in surfaceFormatRenderTests()
789 tcu::TestStatus surfaceFormatRenderWithHdrTests (Context& context, Type wsiType) in surfaceFormatRenderWithHdrTests()
824 void createColorSpaceTests (tcu::TestCaseGroup* testGroup, vk::wsi::Type wsiType) in createColorSpaceTests()
[all …]
DvktNativeObjectsUtil.cpp40 vk::wsi::Type wsiType) in createDisplay()
76 vk::wsi::Type wsiType, in NativeObjects()
DvktWsiSwapchainTests.cpp100 Type wsiType, in createInstanceWithWsi()
379 Type wsiType; member
395 Type wsiType, in generateSwapchainParameterCases()
617 vector<VkSwapchainCreateInfoKHR> generateSwapchainParameterCases (Type wsiType, in generateSwapchainParameterCases()
957 tcu::TestStatus testImageSwapchainCreateInfo (Context& context, Type wsiType) in testImageSwapchainCreateInfo()
1085 Type wsiType; member
1123 VkSwapchainCreateInfoKHR getBasicSwapchainParameters (Type wsiType, in getBasicSwapchainParameters()
1291 tcu::TestStatus basicRenderTest (Context& context, Type wsiType) in basicRenderTest()
1455 Type wsiType; member
1662 tcu::TestStatus deviceGroupRenderTest (Context& context, Type wsiType) in deviceGroupRenderTest()
[all …]
DvktWsiFullScreenExclusiveTests.cpp65 vk::wsi::Type wsiType; member
83 Type wsiType, in createInstanceWithWsi()
208 Type wsiType) in createDisplay()
258 VkSwapchainCreateInfoKHR getBasicSwapchainParameters (Type wsiType, in getBasicSwapchainParameters()
640 void createFullScreenExclusiveTests (tcu::TestCaseGroup* testGroup, vk::wsi::Type wsiType) in createFullScreenExclusiveTests()
DvktWsiMaintenance1Tests.cpp85 Type wsiType, in createInstanceWithWsi()
235 Type wsiType) in createDisplay()
573 vk::wsi::Type wsiType; member
581 bool canDoMultiSwapchainPresent(vk::wsi::Type wsiType) in canDoMultiSwapchainPresent()
1090 void populatePresentFenceGroup (tcu::TestCaseGroup* testGroup, Type wsiType) in populatePresentFenceGroup()
1139 vk::wsi::Type wsiType; member
1297 void populatePresentModesGroup (tcu::TestCaseGroup* testGroup, Type wsiType) in populatePresentModesGroup()
1410 vk::wsi::Type wsiType; member
1416 vk::wsi::Type wsiType; member
1770 void populateScalingTests (tcu::TestCaseGroup *testGroup, Type wsiType, bool resizeWindow) in populateScalingTests()
[all …]
DvktWsiSharedPresentableImageTests.cpp85 vk::wsi::Type wsiType) in createInstanceWithWsi()
167 vk::wsi::Type wsiType) in createDisplay()
201 bool wsiTypeSupportsScaling (vk::wsi::Type wsiType) in wsiTypeSupportsScaling()
521 vk::wsi::Type wsiType; member
1085 void createSharedPresentableImageTests (tcu::TestCaseGroup* testGroup, vk::wsi::Type wsiType) in createSharedPresentableImageTests()
DvktWsiDisplayTimingTests.cpp83 vk::wsi::Type wsiType) in createInstanceWithWsi()
158 vk::wsi::Type wsiType) in createDisplay()
527 vk::wsi::Type wsiType; member
1171 void createDisplayTimingTests (tcu::TestCaseGroup* testGroup, vk::wsi::Type wsiType) in createDisplayTimingTests()
DvktWsiIncrementalPresentTests.cpp85 vk::wsi::Type wsiType) in createInstanceWithWsi()
160 vk::wsi::Type wsiType) in createDisplay()
607 vk::wsi::Type wsiType; member
1146 void createIncrementalPresentTests (tcu::TestCaseGroup* testGroup, vk::wsi::Type wsiType) in createIncrementalPresentTests()
DvktWsiDisplayControlTests.cpp153 vk::wsi::Type wsiType = (vk::wsi::Type)typeNdx; in createTestDevice() local
978 vk::wsi::Type wsiType = (vk::wsi::Type)typeNdx; in getDisplays() local
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemWsiSwapchainTests.cpp83 vk::wsi::Type wsiType) in getRequiredWsiExtensions()
123 vk::wsi::Type wsiType) in createDisplay()
207 vk::wsi::Type wsiType; member
236 …vector<vk::VkSwapchainCreateInfoKHR> generateSwapchainParameterCases (vk::wsi::Type wsiType, in generateSwapchainParameterCases()
689 …d::vector<vk::VkSwapchainCreateInfoKHR> generateSwapchainParameterCases (vk::wsi::Type wsiType, in generateSwapchainParameterCases()
747 vk::wsi::Type wsiType; member
776 vk::VkSwapchainCreateInfoKHR getBasicSwapchainParameters (vk::wsi::Type wsiType, in getBasicSwapchainParameters()
1129 tcu::TestStatus basicRenderTest (Context& baseCtx, vk::wsi::Type wsiType) in basicRenderTest()
1302 void populateRenderGroup (tcu::TestCaseGroup* testGroup, vk::wsi::Type wsiType) in populateRenderGroup()
1307 void createSwapchainTests (tcu::TestCaseGroup* testGroup, vk::wsi::Type wsiType) in createSwapchainTests()
[all …]
DvktProtectedMemContext.cpp52 vk::wsi::Type wsiType, in ProtectedContext()
/external/deqp/external/vulkancts/framework/vulkan/
DvkWsiUtil.cpp65 const char* getName (Type wsiType) in getName()
81 const char* getExtensionName (Type wsiType) in getExtensionName()
97 const PlatformProperties& getPlatformProperties (Type wsiType) in getPlatformProperties()
242 Type wsiType, in createSurface()
387 Type wsiType, in createSurface()
413 Type wsiType, in getPhysicalDevicePresentationSupport()
640 tcu::UVec2 getFullScreenSize (const vk::wsi::Type wsiType, const vk::wsi::Display& display, const t… in getFullScreenSize()
711 VkBool32 isDisplaySurface (Type wsiType) in isDisplaySurface()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiImageCompressionControlTests.cpp77 Type wsiType; member
486 CustomInstance createInstanceWithWsi(Context& context, Type wsiType, const vector<string> extraExte… in createInstanceWithWsi()
783 const vk::wsi::Type wsiType = (vk::wsi::Type)typeNdx; in createImageCompressionControlTests() local
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageMutableTests.cpp116 Type wsiType; member
1778 Type wsiType, in createInstanceWithWsi()
1949 Type wsiType) in createDisplay()
1999 const vk::wsi::Type wsiType, in makeSwapchain()
2055 const Type wsiType(caseDef.wsiType); in testSwapchainMutable() local
2181 const vk::wsi::Type wsiType = (vk::wsi::Type)typeNdx; in createSwapchainImageMutableTests() local