/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiDeviceInitializationTests.cpp | 67 const PlatformInterface& platformInterface = context.getPlatformInterface(); in createInstanceTest() 189 const PlatformInterface& platformInterface = context.getPlatformInterface(); in createInstanceWithInvalidApiVersionTest() 256 const PlatformInterface& platformInterface = context.getPlatformInterface(); in createInstanceWithNullApplicationInfoTest() 288 const PlatformInterface& platformInterface = context.getPlatformInterface(); in createInstanceWithUnsupportedExtensionsTest() 340 const PlatformInterface& platformInterface = context.getPlatformInterface(); in createDeviceTest() 386 const PlatformInterface& platformInterface = context.getPlatformInterface(); in createMultipleDevicesTest() 473 const PlatformInterface& platformInterface = context.getPlatformInterface(); in createDeviceWithUnsupportedExtensionsTest() 544 const PlatformInterface& platformInterface = context.getPlatformInterface(); in createDeviceWithVariousQueueCountsTest()
|
D | vktApiFeatureInfo.cpp | 543 …VkLayerProperties> properties = enumerateInstanceLayerProperties(context.getPlatformInterface()); in enumerateInstanceLayers() 566 …erties> properties = enumerateInstanceExtensionProperties(context.getPlatformInterface(), DE_NULL); in enumerateInstanceExtensions() 581 …ector<VkLayerProperties> layers = enumerateInstanceLayerProperties(context.getPlatformInterface()); in enumerateInstanceExtensions() 586 …ties> properties = enumerateInstanceExtensionProperties(context.getPlatformInterface(), layer->l… in enumerateInstanceExtensions()
|
D | vktApiObjectManagementTests.cpp | 237 : vkp (context.getPlatformInterface()) in Environment() 333 const Environment env (context.getPlatformInterface(), in computeSystemMemoryUsage() 2266 const Environment rootEnv (context.getPlatformInterface(), in createSingleAllocCallbacksTest() 2312 const Environment rootEnv (context.getPlatformInterface(), in allocCallbackFailTest()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkPlatform.hpp | 44 virtual const PlatformInterface& getPlatformInterface (void) const = 0;
|
D | vkNullDriver.cpp | 699 const PlatformInterface& getPlatformInterface (void) const { return m_driver; } in getPlatformInterface() function in vk::__anonfb9acbbc0111::NullDriverLibrary
|
/external/deqp/framework/platform/X11/ |
D | tcuX11Platform.cpp | 65 const vk::PlatformInterface& getPlatformInterface (void) const in getPlatformInterface() function in tcu::x11::VulkanLibrary
|
/external/deqp/external/vulkancts/modules/vulkan/ |
D | vktTestPackage.cpp | 186 , m_context (testCtx, m_library->getPlatformInterface(), m_progCollection) in TestCaseExecutor() 188 ? createDebugReportRecorder(m_library->getPlatformInterface(), in TestCaseExecutor()
|
D | vktTestCase.hpp | 59 const vk::PlatformInterface& getPlatformInterface (void) const { return m_platformInterface; } in getPlatformInterface() function in vkt::Context
|
/external/deqp/framework/platform/win32/ |
D | tcuWin32VulkanPlatform.cpp | 96 const vk::PlatformInterface& getPlatformInterface (void) const in getPlatformInterface() function in tcu::win32::VulkanLibrary
|
/external/deqp/external/vulkancts/modules/vulkan/wsi/ |
D | vktWsiSurfaceTests.cpp | 127 : supportedExtensions (enumerateInstanceExtensionProperties(context.getPlatformInterface(), in InstanceHelper() 129 , instance (createInstanceWithWsi(context.getPlatformInterface(), in InstanceHelper() 133 , vki (context.getPlatformInterface(), *instance) in InstanceHelper()
|
D | vktWsiSwapchainTests.cpp | 194 : supportedExtensions (enumerateInstanceExtensionProperties(context.getPlatformInterface(), in InstanceHelper() 196 , instance (createInstanceWithWsi(context.getPlatformInterface(), in InstanceHelper() 200 , vki (context.getPlatformInterface(), *instance) in InstanceHelper()
|
/external/deqp/framework/platform/android/ |
D | tcuAndroidPlatform.cpp | 199 const vk::PlatformInterface& getPlatformInterface (void) const in getPlatformInterface() function in tcu::Android::VulkanLibrary
|
/external/deqp/doc/testspecs/VK/ |
D | apitests.adoc | 63 …const DefaultDevice device (context.getPlatformInterface(), context.getTestContext().getC…
|