Home
last modified time | relevance | path

Searched refs:getPlatformInterface (Results 1 – 13 of 13) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiDeviceInitializationTests.cpp67 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()
DvktApiFeatureInfo.cpp543 …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()
DvktApiObjectManagementTests.cpp237 : 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/
DvkPlatform.hpp44 virtual const PlatformInterface& getPlatformInterface (void) const = 0;
DvkNullDriver.cpp699 const PlatformInterface& getPlatformInterface (void) const { return m_driver; } in getPlatformInterface() function in vk::__anonfb9acbbc0111::NullDriverLibrary
/external/deqp/framework/platform/X11/
DtcuX11Platform.cpp65 const vk::PlatformInterface& getPlatformInterface (void) const in getPlatformInterface() function in tcu::x11::VulkanLibrary
/external/deqp/external/vulkancts/modules/vulkan/
DvktTestPackage.cpp186 , m_context (testCtx, m_library->getPlatformInterface(), m_progCollection) in TestCaseExecutor()
188 ? createDebugReportRecorder(m_library->getPlatformInterface(), in TestCaseExecutor()
DvktTestCase.hpp59 const vk::PlatformInterface& getPlatformInterface (void) const { return m_platformInterface; } in getPlatformInterface() function in vkt::Context
/external/deqp/framework/platform/win32/
DtcuWin32VulkanPlatform.cpp96 const vk::PlatformInterface& getPlatformInterface (void) const in getPlatformInterface() function in tcu::win32::VulkanLibrary
/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiSurfaceTests.cpp127 : supportedExtensions (enumerateInstanceExtensionProperties(context.getPlatformInterface(), in InstanceHelper()
129 , instance (createInstanceWithWsi(context.getPlatformInterface(), in InstanceHelper()
133 , vki (context.getPlatformInterface(), *instance) in InstanceHelper()
DvktWsiSwapchainTests.cpp194 : 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/
DtcuAndroidPlatform.cpp199 const vk::PlatformInterface& getPlatformInterface (void) const in getPlatformInterface() function in tcu::Android::VulkanLibrary
/external/deqp/doc/testspecs/VK/
Dapitests.adoc63 …const DefaultDevice device (context.getPlatformInterface(), context.getTestContext().getC…