/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiDeviceInitializationTests.cpp | 67 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()
|
D | vktApiFeatureInfo.cpp | 534 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 …]
|
D | vktApiObjectManagementTests.cpp | 241 : 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/ |
D | vkPlatform.hpp | 44 virtual const PlatformInterface& getPlatformInterface (void) const = 0;
|
D | vkNullDriver.cpp | 987 const PlatformInterface& getPlatformInterface (void) const { return m_driver; } in getPlatformInterface() function in vk::__anonfb9acbbc0111::NullDriverLibrary
|
/external/deqp/external/vulkancts/modules/vulkan/wsi/ |
D | vktWsiSurfaceTests.cpp | 198 : 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()
|
D | vktWsiSwapchainTests.cpp | 207 : supportedExtensions (enumerateInstanceExtensionProperties(context.getPlatformInterface(), in InstanceHelper() 209 , instance (createInstanceWithWsi(context.getPlatformInterface(), in InstanceHelper() 213 , vki (context.getPlatformInterface(), *instance) in InstanceHelper()
|
D | vktWsiSharedPresentableImageTests.cpp | 955 , m_vkp (context.getPlatformInterface()) in SharedPresentableImageTestInstance()
|
D | vktWsiIncrementalPresentTests.cpp | 1054 , m_vkp (context.getPlatformInterface()) in IncrementalPresentTestInstance()
|
D | vktWsiDisplayTimingTests.cpp | 976 , m_vkp (context.getPlatformInterface()) in DisplayTimingTestInstance()
|
/external/deqp/framework/platform/wayland/ |
D | tcuWaylandVulkanPlatform.cpp | 90 const vk::PlatformInterface& getPlatformInterface (void) const in getPlatformInterface() function in tcu::wayland::VulkanLibrary
|
/external/deqp/external/vulkancts/modules/vulkan/ |
D | vktTestCase.hpp | 59 const vk::PlatformInterface& getPlatformInterface (void) const { return m_platformInterface; } in getPlatformInterface() function in vkt::Context
|
D | vktTestPackage.cpp | 196 , m_context (testCtx, m_library->getPlatformInterface(), m_progCollection) in TestCaseExecutor() 198 ? createDebugReportRecorder(m_library->getPlatformInterface(), in TestCaseExecutor()
|
/external/deqp/framework/platform/win32/ |
D | tcuWin32VulkanPlatform.cpp | 96 const vk::PlatformInterface& getPlatformInterface (void) const in getPlatformInterface() function in tcu::win32::VulkanLibrary
|
/external/deqp/framework/platform/X11/ |
D | tcuX11VulkanPlatform.cpp | 137 const vk::PlatformInterface& getPlatformInterface (void) const in getPlatformInterface() function in tcu::x11::VulkanLibrary
|
/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…
|