Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiDeviceInitializationTests.cpp67 const PlatformInterface& platformInterface = context.getPlatformInterface(); in createInstanceTest()
206 const PlatformInterface& platformInterface = context.getPlatformInterface(); in createInstanceWithInvalidApiVersionTest()
273 const PlatformInterface& platformInterface = context.getPlatformInterface(); in createInstanceWithNullApplicationInfoTest()
305 const PlatformInterface& platformInterface = context.getPlatformInterface(); in createInstanceWithUnsupportedExtensionsTest()
357 const PlatformInterface& platformInterface = context.getPlatformInterface(); in createDeviceTest()
403 const PlatformInterface& platformInterface = context.getPlatformInterface(); in createMultipleDevicesTest()
490 const PlatformInterface& platformInterface = context.getPlatformInterface(); in createDeviceWithUnsupportedExtensionsTest()
561 const PlatformInterface& platformInterface = context.getPlatformInterface(); in createDeviceWithVariousQueueCountsTest()
649 const PlatformInterface& vkp = context.getPlatformInterface(); in createDeviceFeatures2Test()
DvktApiFeatureInfo.cpp534 m_result = context.getPlatformInterface().enumerateInstanceLayerProperties(&m_count, data); in getResult()
553 …m_result = context.getPlatformInterface().enumerateInstanceExtensionProperties(pLayerName, &m_coun… in getResult()
689 …VkLayerProperties> properties = enumerateInstanceLayerProperties(context.getPlatformInterface()); in enumerateInstanceLayers()
712 …erties> properties = enumerateInstanceExtensionProperties(context.getPlatformInterface(), DE_NULL); in enumerateInstanceExtensions()
727 …ector<VkLayerProperties> layers = enumerateInstanceLayerProperties(context.getPlatformInterface()); in enumerateInstanceExtensions()
732 …ties> properties = enumerateInstanceExtensionProperties(context.getPlatformInterface(), layer->l… in enumerateInstanceExtensions()
2197 const PlatformInterface& vkp = context.getPlatformInterface(); in deviceFeatures2()
2228 const PlatformInterface& vkp = context.getPlatformInterface(); in deviceProperties2()
2268 const PlatformInterface& vkp = context.getPlatformInterface(); in deviceFormatProperties2()
2305 const PlatformInterface& vkp = context.getPlatformInterface(); in deviceQueueFamilyProperties2()
[all …]
DvktApiObjectManagementTests.cpp241 : vkp (context.getPlatformInterface()) in Environment()
340 const Environment env (context.getPlatformInterface(), in computeSystemMemoryUsage()
2403 const Environment rootEnv (context.getPlatformInterface(), in createSingleAllocCallbacksTest()
2452 const Environment rootEnv (context.getPlatformInterface(), in allocCallbackFailTest()
2556 const Environment objEnv (context.getPlatformInterface(), in allocCallbackFailMultipleObjectsTest()
/external/deqp/external/vulkancts/framework/vulkan/
DvkPlatform.hpp44 virtual const PlatformInterface& getPlatformInterface (void) const = 0;
DvkNullDriver.cpp987 const PlatformInterface& getPlatformInterface (void) const { return m_driver; } in getPlatformInterface() function in vk::__anonfb9acbbc0111::NullDriverLibrary
/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiSurfaceTests.cpp198 : supportedExtensions (enumerateInstanceExtensionProperties(context.getPlatformInterface(), in InstanceHelper()
200 , instance (createInstanceWithWsi(context.getPlatformInterface(), in InstanceHelper()
205 , vki (context.getPlatformInterface(), *instance) in InstanceHelper()
209 : supportedExtensions (enumerateInstanceExtensionProperties(context.getPlatformInterface(), in InstanceHelper()
211 , instance (createInstanceWithWsi(context.getPlatformInterface(), in InstanceHelper()
216 , vki (context.getPlatformInterface(), *instance) in InstanceHelper()
DvktWsiSwapchainTests.cpp207 : supportedExtensions (enumerateInstanceExtensionProperties(context.getPlatformInterface(), in InstanceHelper()
209 , instance (createInstanceWithWsi(context.getPlatformInterface(), in InstanceHelper()
213 , vki (context.getPlatformInterface(), *instance) in InstanceHelper()
DvktWsiSharedPresentableImageTests.cpp955 , m_vkp (context.getPlatformInterface()) in SharedPresentableImageTestInstance()
DvktWsiIncrementalPresentTests.cpp1054 , m_vkp (context.getPlatformInterface()) in IncrementalPresentTestInstance()
DvktWsiDisplayTimingTests.cpp976 , m_vkp (context.getPlatformInterface()) in DisplayTimingTestInstance()
/external/deqp/framework/platform/wayland/
DtcuWaylandVulkanPlatform.cpp90 const vk::PlatformInterface& getPlatformInterface (void) const in getPlatformInterface() function in tcu::wayland::VulkanLibrary
/external/deqp/external/vulkancts/modules/vulkan/
DvktTestCase.hpp59 const vk::PlatformInterface& getPlatformInterface (void) const { return m_platformInterface; } in getPlatformInterface() function in vkt::Context
DvktTestPackage.cpp196 , m_context (testCtx, m_library->getPlatformInterface(), m_progCollection) in TestCaseExecutor()
198 ? createDebugReportRecorder(m_library->getPlatformInterface(), in TestCaseExecutor()
/external/deqp/framework/platform/win32/
DtcuWin32VulkanPlatform.cpp96 const vk::PlatformInterface& getPlatformInterface (void) const in getPlatformInterface() function in tcu::win32::VulkanLibrary
/external/deqp/framework/platform/X11/
DtcuX11VulkanPlatform.cpp137 const vk::PlatformInterface& getPlatformInterface (void) const in getPlatformInterface() function in tcu::x11::VulkanLibrary
/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…