Home
last modified time | relevance | path

Searched refs:wsiType (Results 1 – 25 of 31) sorted by relevance

12

/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiTests.cpp46 void createTypeSpecificTests (tcu::TestCaseGroup* testGroup, vk::wsi::Type wsiType) in createTypeSpecificTests() argument
48 addTestGroup(testGroup, "surface", "VkSurface Tests", createSurfaceTests, wsiType); in createTypeSpecificTests()
49 …addTestGroup(testGroup, "swapchain", "VkSwapchain Tests", createSwapchainTests, wsiType in createTypeSpecificTests()
50 …, "incremental_present", "Incremental present tests", createIncrementalPresentTests, wsiType); in createTypeSpecificTests()
51 …p(testGroup, "display_timing", "Display Timing Tests", createDisplayTimingTests, wsiType); in createTypeSpecificTests()
52 …table_image", "VK_KHR_shared_presentable_image tests", createSharedPresentableImageTests, wsiType); in createTypeSpecificTests()
53 …TestGroup(testGroup, "colorspace", "ColorSpace tests", createColorSpaceTests, wsiType); in createTypeSpecificTests()
54 …up, "colorspace_compare", "ColorSpace compare tests", createColorspaceCompareTests, wsiType); in createTypeSpecificTests()
55 …creen_exclusive", "VK_EXT_full_screen_exclusive tests", createFullScreenExclusiveTests, wsiType); in createTypeSpecificTests()
62 const vk::wsi::Type wsiType = (vk::wsi::Type)typeNdx; in createWsiTests() local
[all …]
DvktWsiSurfaceTests.cpp174 Type wsiType, in createInstanceWithWsi() argument
182 extensions.push_back(getExtensionName(wsiType)); in createInstanceWithWsi()
203 InstanceHelper (Context& context, Type wsiType, const VkAllocationCallbacks* pAllocator = DE_NULL) in InstanceHelper()
207 wsiType, in InstanceHelper()
213 …InstanceHelper (Context& context, Type wsiType, const vector<string>& extensions, const VkAllocati… in InstanceHelper()
217 wsiType, in InstanceHelper()
226 Type wsiType) in createDisplay() argument
230 return MovePtr<Display>(platform.createWsiDisplay(wsiType)); in createDisplay()
234 if (isExtensionSupported(supportedExtensions, RequiredExtension(getExtensionName(wsiType))) && in createDisplay()
235 platform.hasDisplay(wsiType)) in createDisplay()
[all …]
DvktWsiColorSpaceTests.cpp98 Type wsiType, in createInstanceWithWsi() argument
104 extensions.push_back(getExtensionName(wsiType)); in createInstanceWithWsi()
185 InstanceHelper (Context& context, Type wsiType, const VkAllocationCallbacks* pAllocator = DE_NULL) in InstanceHelper()
190 wsiType, in InstanceHelper()
227 Type wsiType) in createDisplay() argument
231 return MovePtr<Display>(platform.createWsiDisplay(wsiType)); in createDisplay()
235 if (isExtensionSupported(supportedExtensions, RequiredExtension(getExtensionName(wsiType))) && in createDisplay()
236 platform.hasDisplay(wsiType)) in createDisplay()
268 Type wsiType, in NativeObjects()
270 …eDisplay(context.getTestContext().getPlatform().getVulkanPlatform(), supportedExtensions, wsiType)) in NativeObjects()
[all …]
DvktWsiSwapchainTests.cpp99 Type wsiType, in createInstanceWithWsi() argument
106 extensions.push_back(getExtensionName(wsiType)); in createInstanceWithWsi()
228 InstanceHelper (Context& context, Type wsiType, const VkAllocationCallbacks* pAllocator = DE_NULL) in InstanceHelper()
233 wsiType, in InstanceHelper()
239 …InstanceHelper (Context& context, Type wsiType, const vector<string>& extensions, const VkAllocati… in InstanceHelper()
244 wsiType, in InstanceHelper()
338 Type wsiType) in createDisplay() argument
342 return MovePtr<Display>(platform.createWsiDisplay(wsiType)); in createDisplay()
346 if (isExtensionSupported(supportedExtensions, RequiredExtension(getExtensionName(wsiType))) && in createDisplay()
347 platform.hasDisplay(wsiType)) in createDisplay()
[all …]
DvktWsiFullScreenExclusiveTests.cpp63 vk::wsi::Type wsiType; member
81 Type wsiType, in createInstanceWithWsi() argument
87 extensions.push_back(getExtensionName(wsiType)); in createInstanceWithWsi()
161 Type wsiType, in InstanceHelper()
167 wsiType, in InstanceHelper()
204 Type wsiType) in createDisplay() argument
208 return de::MovePtr<Display>(platform.createWsiDisplay(wsiType)); in createDisplay()
212 if (isExtensionSupported(supportedExtensions, RequiredExtension(getExtensionName(wsiType))) && in createDisplay()
213 platform.hasDisplay(wsiType)) in createDisplay()
247 Type wsiType) in NativeObjects()
[all …]
DvktWsiColorSpaceTests.hpp35 void createColorSpaceTests (tcu::TestCaseGroup* testGroup, vk::wsi::Type wsiType);
36 void createColorspaceCompareTests (tcu::TestCaseGroup* testGroup, vk::wsi::Type wsiType);
DvktWsiSharedPresentableImageTests.cpp85 vk::wsi::Type wsiType) in createInstanceWithWsi() argument
97 extensions.push_back(getExtensionName(wsiType)); in createInstanceWithWsi()
165 vk::wsi::Type wsiType) in createDisplay() argument
169 return de::MovePtr<vk::wsi::Display>(platform.createWsiDisplay(wsiType)); in createDisplay()
173 if (isExtensionSupported(supportedExtensions, vk::RequiredExtension(getExtensionName(wsiType))) && in createDisplay()
174 platform.hasDisplay(wsiType)) in createDisplay()
199 bool wsiTypeSupportsScaling (vk::wsi::Type wsiType) in wsiTypeSupportsScaling() argument
201 …return vk::wsi::getPlatformProperties(wsiType).swapchainExtent == vk::wsi::PlatformProperties::SWA… in wsiTypeSupportsScaling()
519 vk::wsi::Type wsiType; member
714 , m_instance (createInstanceWithWsi(context, m_instanceExtensions, testConfig.wsiType)) in SharedPresentableImageTestInstance()
[all …]
DvktWsiIncrementalPresentTests.cpp85 vk::wsi::Type wsiType) in createInstanceWithWsi() argument
90 extensions.push_back(getExtensionName(wsiType)); in createInstanceWithWsi()
158 vk::wsi::Type wsiType) in createDisplay() argument
162 return de::MovePtr<vk::wsi::Display>(platform.createWsiDisplay(wsiType)); in createDisplay()
166 if (isExtensionSupported(supportedExtensions, vk::RequiredExtension(getExtensionName(wsiType))) && in createDisplay()
167 platform.hasDisplay(wsiType)) in createDisplay()
605 vk::wsi::Type wsiType; member
802 , m_instance (createInstanceWithWsi(context, m_instanceExtensions, testConfig.wsiType)) in IncrementalPresentTestInstance()
805 …text.getTestContext().getPlatform().getVulkanPlatform(), m_instanceExtensions, testConfig.wsiType)) in IncrementalPresentTestInstance()
807 …, m_surface (vk::wsi::createSurface(m_vki, m_instance, testConfig.wsiType, *m_nativeDisplay, *… in IncrementalPresentTestInstance()
[all …]
DvktWsiDisplayTimingTests.cpp83 vk::wsi::Type wsiType) in createInstanceWithWsi() argument
88 extensions.push_back(getExtensionName(wsiType)); in createInstanceWithWsi()
156 vk::wsi::Type wsiType) in createDisplay() argument
160 return de::MovePtr<vk::wsi::Display>(platform.createWsiDisplay(wsiType)); in createDisplay()
164 if (isExtensionSupported(supportedExtensions, vk::RequiredExtension(getExtensionName(wsiType))) && in createDisplay()
165 platform.hasDisplay(wsiType)) in createDisplay()
525 vk::wsi::Type wsiType; member
691 , m_instance (createInstanceWithWsi(context, m_instanceExtensions, testConfig.wsiType)) in DisplayTimingTestInstance()
694 …text.getTestContext().getPlatform().getVulkanPlatform(), m_instanceExtensions, testConfig.wsiType)) in DisplayTimingTestInstance()
696 …, m_surface (vk::wsi::createSurface(m_vki, m_instance, testConfig.wsiType, *m_nativeDisplay, *… in DisplayTimingTestInstance()
[all …]
DvktWsiDisplayTimingTests.hpp35 void createDisplayTimingTests (tcu::TestCaseGroup* testGroup, vk::wsi::Type wsiType);
DvktWsiFullScreenExclusiveTests.hpp36 void createFullScreenExclusiveTests (tcu::TestCaseGroup* testGroup, vk::wsi::Type wsiType);
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemWsiSwapchainTests.cpp83 vk::wsi::Type wsiType) in getRequiredWsiExtensions() argument
88 extensions.push_back(getExtensionName(wsiType)); in getRequiredWsiExtensions()
121 vk::wsi::Type wsiType) in createDisplay() argument
125 return de::MovePtr<vk::wsi::Display>(platform.createWsiDisplay(wsiType)); in createDisplay()
129 if (isExtensionSupported(supportedExtensions, vk::RequiredExtension(getExtensionName(wsiType))) && in createDisplay()
130 platform.hasDisplay(wsiType)) in createDisplay()
162 vk::wsi::Type wsiType, in NativeObjects()
164 …eDisplay(context.getTestContext().getPlatform().getVulkanPlatform(), supportedExtensions, wsiType)) in NativeObjects()
205 vk::wsi::Type wsiType; member
209 : wsiType (wsiType_) in TestParameters()
[all …]
DvktProtectedMemContext.cpp48 vk::wsi::Type wsiType, in ProtectedContext() argument
58 , m_surface (vk::wsi::createSurface(m_vki, m_instance, wsiType, display, window)) in ProtectedContext()
/external/deqp/external/vulkancts/framework/vulkan/
DvkWsiUtil.hpp62 const char* getName (Type wsiType);
63 const char* getExtensionName (Type wsiType);
65 const PlatformProperties& getPlatformProperties (Type wsiType);
69 Type wsiType,
77 Type wsiType,
90 Type wsiType,
128 tcu::UVec2 getFullScreenSize (const vk::wsi::Type wsiType,
DvkWsiUtil.cpp64 const char* getName (Type wsiType) in getName() argument
76 return de::getSizedArrayElement<TYPE_LAST>(s_names, wsiType); in getName()
79 const char* getExtensionName (Type wsiType) in getExtensionName() argument
91 return de::getSizedArrayElement<TYPE_LAST>(s_extNames, wsiType); in getExtensionName()
94 const PlatformProperties& getPlatformProperties (Type wsiType) in getPlatformProperties() argument
157 return de::getSizedArrayElement<TYPE_LAST>(s_properties, wsiType); in getPlatformProperties()
162 Type wsiType, in createSurface() argument
171 switch (wsiType) in createSurface()
285 Type wsiType, in createSurface() argument
291 VK_CHECK(createSurface(vki, instance, wsiType, nativeDisplay, nativeWindow, pAllocator, &object)); in createSurface()
[all …]
DvkPlatform.hpp147 virtual wsi::Display* createWsiDisplay (wsi::Type wsiType) const;
148 virtual bool hasDisplay (wsi::Type wsiType) const;
/external/deqp/framework/platform/osx/
DtcuOSXVulkanPlatform.cpp107 vk::wsi::Display* VulkanPlatform::createWsiDisplay (vk::wsi::Type wsiType) const in createWsiDisplay()
109 if (wsiType != vk::wsi::TYPE_MACOS) in createWsiDisplay()
115 bool VulkanPlatform::hasDisplay (vk::wsi::Type wsiType) const in hasDisplay()
117 if (wsiType != vk::wsi::TYPE_MACOS) in hasDisplay()
DtcuOSXVulkanPlatform.hpp39 vk::wsi::Display* createWsiDisplay (vk::wsi::Type wsiType) const;
41 bool hasDisplay (vk::wsi::Type wsiType) const;
/external/deqp/framework/platform/lnx/
DtcuLnxVulkanPlatform.cpp250 vk::wsi::Display* VulkanPlatform::createWsiDisplay (vk::wsi::Type wsiType) const in createWsiDisplay()
252 if (!hasDisplay(wsiType)) in createWsiDisplay()
257 switch(wsiType) in createWsiDisplay()
285 bool VulkanPlatform::hasDisplay (vk::wsi::Type wsiType) const in hasDisplay()
287 switch(wsiType) in hasDisplay()
DtcuLnxVulkanPlatform.hpp40 vk::wsi::Display* createWsiDisplay (vk::wsi::Type wsiType) const;
42 bool hasDisplay (vk::wsi::Type wsiType) const;
/external/deqp/framework/platform/win32/
DtcuWin32VulkanPlatform.hpp42 vk::wsi::Display* createWsiDisplay (vk::wsi::Type wsiType) const;
43 bool hasDisplay (vk::wsi::Type wsiType) const;
DtcuWin32VulkanPlatform.cpp299 vk::wsi::Display* VulkanPlatform::createWsiDisplay (vk::wsi::Type wsiType) const in createWsiDisplay()
301 if (wsiType != vk::wsi::TYPE_WIN32) in createWsiDisplay()
307 bool VulkanPlatform::hasDisplay (vk::wsi::Type wsiType) const in hasDisplay()
309 if (wsiType != vk::wsi::TYPE_WIN32) in hasDisplay()
/external/deqp/framework/platform/android/
DtcuAndroidPlatform.hpp57 vk::wsi::Display* createWsiDisplay (vk::wsi::Type wsiType) const;
58 bool hasDisplay (vk::wsi::Type wsiType) const;
DtcuAndroidPlatform.cpp356 vk::wsi::Display* Platform::createWsiDisplay (vk::wsi::Type wsiType) const in createWsiDisplay()
358 if (wsiType == vk::wsi::TYPE_ANDROID) in createWsiDisplay()
364 bool Platform::hasDisplay (vk::wsi::Type wsiType) const in hasDisplay()
366 if (wsiType == vk::wsi::TYPE_ANDROID) in hasDisplay()
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageMutableTests.cpp115 Type wsiType; member
1794 Type wsiType, in createInstanceWithWsi() argument
1800 extensions.push_back(getExtensionName(wsiType)); in createInstanceWithWsi()
1876 InstanceHelper(Context& context, Type wsiType, const VkAllocationCallbacks* pAllocator = DE_NULL) in InstanceHelper()
1881 wsiType, in InstanceHelper()
1919 Type wsiType) in createDisplay() argument
1923 return MovePtr<Display>(platform.createWsiDisplay(wsiType)); in createDisplay()
1927 if (isExtensionSupported(supportedExtensions, RequiredExtension(getExtensionName(wsiType))) && in createDisplay()
1928 platform.hasDisplay(wsiType)) in createDisplay()
1960 Type wsiType, in NativeObjects()
[all …]

12