/external/deqp/external/vulkancts/modules/vulkan/wsi/ |
D | vktWsiSurfaceTests.cpp | 175 Type wsiType, in createInstanceWithWsi() argument 182 extensions.push_back(getExtensionName(wsiType)); in createInstanceWithWsi() 206 InstanceHelper (Context& context, Type wsiType, const VkAllocationCallbacks* pAllocator = DE_NULL) in InstanceHelper() 212 wsiType, in InstanceHelper() 218 …InstanceHelper (Context& context, Type wsiType, const vector<string>& extensions, const VkAllocati… in InstanceHelper() 224 wsiType, in InstanceHelper() 233 Type wsiType) in createDisplay() argument 237 return MovePtr<Display>(platform.createWsiDisplay(wsiType)); in createDisplay() 241 if (isExtensionSupported(supportedExtensions, RequiredExtension(getExtensionName(wsiType))) && in createDisplay() 242 platform.hasDisplay(wsiType)) in createDisplay() [all …]
|
D | vktWsiTests.cpp | 44 void createTypeSpecificTests (tcu::TestCaseGroup* testGroup, vk::wsi::Type wsiType) in createTypeSpecificTests() argument 46 addTestGroup(testGroup, "surface", "VkSurface Tests", createSurfaceTests, wsiType); in createTypeSpecificTests() 47 addTestGroup(testGroup, "swapchain", "VkSwapchain Tests", createSwapchainTests, wsiType); in createTypeSpecificTests() 48 …Group, "incremental_present", "Incremental present tests", createIncrementalPresentTests, wsiType); in createTypeSpecificTests() 49 …tGroup(testGroup, "display_timing", "Display Timing Tests", createDisplayTimingTests, wsiType); in createTypeSpecificTests() 50 …table_image", "VK_KHR_shared_presentable_image tests", createSharedPresentableImageTests, wsiType); in createTypeSpecificTests() 51 …oup, "colorspace", "ColorSpace tests", createColorSpaceTests, wsiType); in createTypeSpecificTests() 58 const vk::wsi::Type wsiType = (vk::wsi::Type)typeNdx; in createWsiTests() local 60 addTestGroup(apiTests, getName(wsiType), "", createTypeSpecificTests, wsiType); in createWsiTests()
|
D | vktWsiSwapchainTests.cpp | 94 Type wsiType, in createInstanceWithWsi() argument 100 extensions.push_back(getExtensionName(wsiType)); in createInstanceWithWsi() 211 InstanceHelper (Context& context, Type wsiType, const VkAllocationCallbacks* pAllocator = DE_NULL) in InstanceHelper() 217 wsiType, in InstanceHelper() 253 Type wsiType) in createDisplay() argument 257 return MovePtr<Display>(platform.createWsiDisplay(wsiType)); in createDisplay() 261 if (isExtensionSupported(supportedExtensions, RequiredExtension(getExtensionName(wsiType))) && in createDisplay() 262 platform.hasDisplay(wsiType)) in createDisplay() 294 Type wsiType, in NativeObjects() 296 …eDisplay(context.getTestContext().getPlatform().getVulkanPlatform(), supportedExtensions, wsiType)) in NativeObjects() [all …]
|
D | vktWsiColorSpaceTests.cpp | 95 Type wsiType, in createInstanceWithWsi() argument 101 extensions.push_back(getExtensionName(wsiType)); in createInstanceWithWsi() 214 InstanceHelper (Context& context, Type wsiType, const VkAllocationCallbacks* pAllocator = DE_NULL) in InstanceHelper() 220 wsiType, in InstanceHelper() 256 Type wsiType) in createDisplay() argument 260 return MovePtr<Display>(platform.createWsiDisplay(wsiType)); in createDisplay() 264 if (isExtensionSupported(supportedExtensions, RequiredExtension(getExtensionName(wsiType))) && in createDisplay() 265 platform.hasDisplay(wsiType)) in createDisplay() 297 Type wsiType, in NativeObjects() 299 …eDisplay(context.getTestContext().getPlatform().getVulkanPlatform(), supportedExtensions, wsiType)) in NativeObjects() [all …]
|
D | vktWsiSharedPresentableImageTests.cpp | 84 vk::wsi::Type wsiType) in createInstanceWithWsi() argument 95 extensions.push_back(getExtensionName(wsiType)); in createInstanceWithWsi() 195 vk::wsi::Type wsiType) in createDisplay() argument 199 return de::MovePtr<vk::wsi::Display>(platform.createWsiDisplay(wsiType)); in createDisplay() 203 if (isExtensionSupported(supportedExtensions, vk::RequiredExtension(getExtensionName(wsiType))) && in createDisplay() 204 platform.hasDisplay(wsiType)) in createDisplay() 229 bool wsiTypeSupportsScaling (vk::wsi::Type wsiType) in wsiTypeSupportsScaling() argument 231 …return vk::wsi::getPlatformProperties(wsiType).swapchainExtent == vk::wsi::PlatformProperties::SWA… in wsiTypeSupportsScaling() 549 vk::wsi::Type wsiType; member 741 …reateInstanceWithWsi(m_vkp, context.getUsedApiVersion(), m_instanceExtensions, testConfig.wsiType)) in SharedPresentableImageTestInstance() [all …]
|
D | vktWsiIncrementalPresentTests.cpp | 84 vk::wsi::Type wsiType) in createInstanceWithWsi() argument 89 extensions.push_back(getExtensionName(wsiType)); in createInstanceWithWsi() 189 vk::wsi::Type wsiType) in createDisplay() argument 193 return de::MovePtr<vk::wsi::Display>(platform.createWsiDisplay(wsiType)); in createDisplay() 197 if (isExtensionSupported(supportedExtensions, vk::RequiredExtension(getExtensionName(wsiType))) && in createDisplay() 198 platform.hasDisplay(wsiType)) in createDisplay() 636 vk::wsi::Type wsiType; member 833 …reateInstanceWithWsi(m_vkp, context.getUsedApiVersion(), m_instanceExtensions, testConfig.wsiType)) in IncrementalPresentTestInstance() 836 …text.getTestContext().getPlatform().getVulkanPlatform(), m_instanceExtensions, testConfig.wsiType)) in IncrementalPresentTestInstance() 838 …, m_surface (vk::wsi::createSurface(m_vki, *m_instance, testConfig.wsiType, *m_nativeDisplay, … in IncrementalPresentTestInstance() [all …]
|
D | vktWsiDisplayTimingTests.cpp | 82 vk::wsi::Type wsiType) in createInstanceWithWsi() argument 87 extensions.push_back(getExtensionName(wsiType)); in createInstanceWithWsi() 187 vk::wsi::Type wsiType) in createDisplay() argument 191 return de::MovePtr<vk::wsi::Display>(platform.createWsiDisplay(wsiType)); in createDisplay() 195 if (isExtensionSupported(supportedExtensions, vk::RequiredExtension(getExtensionName(wsiType))) && in createDisplay() 196 platform.hasDisplay(wsiType)) in createDisplay() 529 vk::wsi::Type wsiType; member 694 …reateInstanceWithWsi(m_vkp, context.getUsedApiVersion(), m_instanceExtensions, testConfig.wsiType)) in DisplayTimingTestInstance() 697 …text.getTestContext().getPlatform().getVulkanPlatform(), m_instanceExtensions, testConfig.wsiType)) in DisplayTimingTestInstance() 699 …, m_surface (vk::wsi::createSurface(m_vki, *m_instance, testConfig.wsiType, *m_nativeDisplay, … in DisplayTimingTestInstance() [all …]
|
D | vktWsiIncrementalPresentTests.hpp | 35 void createIncrementalPresentTests (tcu::TestCaseGroup* testGroup, vk::wsi::Type wsiType);
|
D | vktWsiSwapchainTests.hpp | 35 void createSwapchainTests (tcu::TestCaseGroup* testGroup, vk::wsi::Type wsiType);
|
D | vktWsiDisplayTimingTests.hpp | 35 void createDisplayTimingTests (tcu::TestCaseGroup* testGroup, vk::wsi::Type wsiType);
|
D | vktWsiSharedPresentableImageTests.hpp | 35 void createSharedPresentableImageTests (tcu::TestCaseGroup* testGroup, vk::wsi::Type wsiType);
|
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/ |
D | vktProtectedMemWsiSwapchainTests.cpp | 83 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 …]
|
D | vktProtectedMemContext.cpp | 48 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/ |
D | vkWsiUtil.cpp | 36 const char* getName (Type wsiType) in getName() argument 48 return de::getSizedArrayElement<TYPE_LAST>(s_names, wsiType); in getName() 51 const char* getExtensionName (Type wsiType) in getExtensionName() argument 63 return de::getSizedArrayElement<TYPE_LAST>(s_extNames, wsiType); in getExtensionName() 66 const PlatformProperties& getPlatformProperties (Type wsiType) in getPlatformProperties() argument 129 return de::getSizedArrayElement<TYPE_LAST>(s_properties, wsiType); in getPlatformProperties() 134 Type wsiType, in createSurface() argument 143 switch (wsiType) in createSurface() 261 Type wsiType, in createSurface() argument 267 VK_CHECK(createSurface(vki, instance, wsiType, nativeDisplay, nativeWindow, pAllocator, &object)); in createSurface()
|
D | vkWsiUtil.hpp | 60 const char* getName (Type wsiType); 61 const char* getExtensionName (Type wsiType); 63 const PlatformProperties& getPlatformProperties (Type wsiType); 67 Type wsiType, 75 Type wsiType,
|
D | vkPlatform.hpp | 143 virtual wsi::Display* createWsiDisplay (wsi::Type wsiType) const; 144 virtual bool hasDisplay (wsi::Type wsiType) const;
|
/external/deqp/framework/platform/osx/ |
D | tcuOSXVulkanPlatform.cpp | 103 vk::wsi::Display* VulkanPlatform::createWsiDisplay (vk::wsi::Type wsiType) const in createWsiDisplay() 105 if (wsiType != vk::wsi::TYPE_MACOS) in createWsiDisplay() 111 bool VulkanPlatform::hasDisplay (vk::wsi::Type wsiType) const in hasDisplay() 113 if (wsiType != vk::wsi::TYPE_MACOS) in hasDisplay()
|
D | tcuOSXVulkanPlatform.hpp | 39 vk::wsi::Display* createWsiDisplay (vk::wsi::Type wsiType) const; 41 bool hasDisplay (vk::wsi::Type wsiType) const;
|
/external/deqp/framework/platform/lnx/ |
D | tcuLnxVulkanPlatform.hpp | 40 vk::wsi::Display* createWsiDisplay (vk::wsi::Type wsiType) const; 42 bool hasDisplay (vk::wsi::Type wsiType) const;
|
D | tcuLnxVulkanPlatform.cpp | 210 vk::wsi::Display* VulkanPlatform::createWsiDisplay (vk::wsi::Type wsiType) const in createWsiDisplay() 212 switch(wsiType) in createWsiDisplay() 235 bool VulkanPlatform::hasDisplay (vk::wsi::Type wsiType) const in hasDisplay() 237 switch(wsiType) in hasDisplay()
|
/external/deqp/framework/platform/win32/ |
D | tcuWin32VulkanPlatform.hpp | 42 vk::wsi::Display* createWsiDisplay (vk::wsi::Type wsiType) const; 43 bool hasDisplay (vk::wsi::Type wsiType) const;
|
D | tcuWin32VulkanPlatform.cpp | 289 vk::wsi::Display* VulkanPlatform::createWsiDisplay (vk::wsi::Type wsiType) const in createWsiDisplay() 291 if (wsiType != vk::wsi::TYPE_WIN32) in createWsiDisplay() 297 bool VulkanPlatform::hasDisplay (vk::wsi::Type wsiType) const in hasDisplay() 299 if (wsiType != vk::wsi::TYPE_WIN32) in hasDisplay()
|
/external/deqp/framework/platform/android/ |
D | tcuAndroidPlatform.hpp | 57 vk::wsi::Display* createWsiDisplay (vk::wsi::Type wsiType) const; 58 bool hasDisplay (vk::wsi::Type wsiType) const;
|
D | tcuAndroidPlatform.cpp | 346 vk::wsi::Display* Platform::createWsiDisplay (vk::wsi::Type wsiType) const in createWsiDisplay() 348 if (wsiType == vk::wsi::TYPE_ANDROID) in createWsiDisplay() 354 bool Platform::hasDisplay (vk::wsi::Type wsiType) const in hasDisplay() 356 if (wsiType == vk::wsi::TYPE_ANDROID) in hasDisplay()
|
/external/deqp/external/vulkancts/modules/vulkan/image/ |
D | vktImageMutableTests.cpp | 113 Type wsiType; member 1852 Type wsiType, in createInstanceWithWsi() argument 1858 extensions.push_back(getExtensionName(wsiType)); in createInstanceWithWsi() 1965 InstanceHelper(Context& context, Type wsiType, const VkAllocationCallbacks* pAllocator = DE_NULL) in InstanceHelper() 1971 wsiType, in InstanceHelper() 2008 Type wsiType) in createDisplay() argument 2012 return MovePtr<Display>(platform.createWsiDisplay(wsiType)); in createDisplay() 2016 if (isExtensionSupported(supportedExtensions, RequiredExtension(getExtensionName(wsiType))) && in createDisplay() 2017 platform.hasDisplay(wsiType)) in createDisplay() 2049 Type wsiType, in NativeObjects() [all …]
|