/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkDefs.hpp | 160 class PlatformInterface class 166 PlatformInterface (void) {} in PlatformInterface() function in vk::PlatformInterface 169 PlatformInterface (const PlatformInterface&); 170 PlatformInterface& operator= (const PlatformInterface&);
|
D | vkPlatform.hpp | 44 virtual const PlatformInterface& getPlatformInterface (void) const = 0; 47 class PlatformDriver : public PlatformInterface 67 InstanceDriver (const PlatformInterface& platformInterface, VkInstance instance);
|
D | vkDeviceUtil.hpp | 40 Move<VkInstance> createDefaultInstance (const PlatformInterface& vkPlatform); 41 Move<VkInstance> createDefaultInstance (const PlatformInterface& vkPlatform,
|
D | vkDeviceUtil.cpp | 39 Move<VkInstance> createDefaultInstance (const PlatformInterface& vkPlatform, in createDefaultInstance() 79 Move<VkInstance> createDefaultInstance (const PlatformInterface& vkPlatform) in createDefaultInstance()
|
D | vkPlatform.cpp | 43 InstanceDriver::InstanceDriver (const PlatformInterface& platformInterface, VkInstance instance) in InstanceDriver()
|
D | vkDebugReportUtil.hpp | 88 bool isDebugReportSupported (const PlatformInterface& vkp);
|
D | vkQueryUtil.hpp | 51 std::vector<VkLayerProperties> enumerateInstanceLayerProperties (const PlatformInterface& vk… 52 …tensionProperties> enumerateInstanceExtensionProperties (const PlatformInterface& vkp, const …
|
D | vkQueryUtil.cpp | 199 vector<VkLayerProperties> enumerateInstanceLayerProperties (const PlatformInterface& vkp) in enumerateInstanceLayerProperties() 216 vector<VkExtensionProperties> enumerateInstanceExtensionProperties (const PlatformInterface& vkp, c… in enumerateInstanceExtensionProperties()
|
D | vkDebugReportUtil.cpp | 165 bool isDebugReportSupported (const PlatformInterface& vkp) in isDebugReportSupported()
|
D | vkRefUtil.inl | 4 Move<VkInstance> createInstance (const PlatformInterface& vk, const VkInstanceCreateInfo* …
|
D | vkRef.hpp | 100 …Deleter (const PlatformInterface& platformIface, VkInstance instance, const VkAllocationCallbacks… in Deleter()
|
D | vkRefUtilImpl.inl | 141 Move<VkInstance> createInstance (const PlatformInterface& vk, const VkInstanceCreateInfo* pCreateIn…
|
/external/deqp/external/vulkancts/modules/vulkan/ |
D | vktTestCase.hpp | 38 class PlatformInterface; 54 const vk::PlatformInterface& platformInterface, 59 const vk::PlatformInterface& getPlatformInterface (void) const { return m_platformInterface; } in getPlatformInterface() 80 const vk::PlatformInterface& m_platformInterface;
|
D | vktTestCase.cpp | 82 vector<string> getValidationLayers (const PlatformInterface& vkp) in getValidationLayers() 114 Move<VkInstance> createInstance (const PlatformInterface& vkp, const vector<string>& enabledExtensi… in createInstance() 247 DefaultDevice (const PlatformInterface& vkPlatform, const tcu::CommandLine& cmdLine); 283 DefaultDevice::DefaultDevice (const PlatformInterface& vkPlatform, const tcu::CommandLine& cmdLine) in DefaultDevice() 329 const vk::PlatformInterface& platformInterface, in Context()
|
D | vktTestPackage.cpp | 154 MovePtr<vk::DebugReportRecorder> createDebugReportRecorder (const vk::PlatformInterface& vkp, const… in createDebugReportRecorder()
|
/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() 402 const PlatformInterface& platformInterface = context.getPlatformInterface(); in createMultipleDevicesTest() 487 const PlatformInterface& platformInterface = context.getPlatformInterface(); in createDeviceWithUnsupportedExtensionsTest() 558 const PlatformInterface& platformInterface = context.getPlatformInterface(); in createDeviceWithVariousQueueCountsTest() 630 Move<VkInstance> createInstanceWithExtension (const PlatformInterface& vkp, const char* extensionNa… in createInstanceWithExtension() 645 const PlatformInterface& vkp = context.getPlatformInterface(); in createDeviceFeatures2Test()
|
D | vktApiExternalMemoryTests.cpp | 178 vk::Move<vk::VkInstance> createInstance (const vk::PlatformInterface& vkp, in createInstance() 545 const vk::PlatformInterface& vkp (context.getPlatformInterface()); in testSemaphoreQueries() 594 const vk::PlatformInterface& vkp (context.getPlatformInterface()); in testSemaphoreWin32Create() 665 const vk::PlatformInterface& vkp (context.getPlatformInterface()); in testSemaphoreImportTwice() 712 const vk::PlatformInterface& vkp (context.getPlatformInterface()); in testSemaphoreImportReimport() 758 const vk::PlatformInterface& vkp (context.getPlatformInterface()); in testSemaphoreSignalExportImportWait() 795 const vk::PlatformInterface& vkp (context.getPlatformInterface()); in testSemaphoreExportSignalImportWait() 832 const vk::PlatformInterface& vkp (context.getPlatformInterface()); in testSemaphoreExportImportSignalWait() 867 const vk::PlatformInterface& vkp (context.getPlatformInterface()); in testSemaphoreSignalImport() 915 const vk::PlatformInterface& vkp (context.getPlatformInterface()); in testSemaphoreSignalWaitImport() [all …]
|
D | vktApiFeatureInfo.cpp | 2377 Move<VkInstance> createInstanceWithExtension (const PlatformInterface& vkp, const char* extensionNa… in createInstanceWithExtension() 2392 const PlatformInterface& vkp = context.getPlatformInterface(); in deviceFeatures2() 2423 const PlatformInterface& vkp = context.getPlatformInterface(); in deviceProperties2() 2463 const PlatformInterface& vkp = context.getPlatformInterface(); in deviceFormatProperties2() 2500 const PlatformInterface& vkp = context.getPlatformInterface(); in deviceQueueFamilyProperties2() 2553 const PlatformInterface& vkp = context.getPlatformInterface(); in deviceMemoryProperties2() 2586 const PlatformInterface& vkp = context.getPlatformInterface(); in imageFormatProperties2() 2660 const PlatformInterface& vkp = context.getPlatformInterface(); in sparseImageFormatProperties2()
|
/external/deqp/framework/platform/win32/ |
D | tcuWin32VulkanPlatform.cpp | 96 const vk::PlatformInterface& getPlatformInterface (void) const in getPlatformInterface()
|
/external/deqp/framework/platform/lnx/ |
D | tcuLnxVulkanPlatform.cpp | 188 const vk::PlatformInterface& getPlatformInterface (void) const in getPlatformInterface()
|
/external/deqp/framework/platform/android/ |
D | tcuAndroidPlatform.cpp | 199 const vk::PlatformInterface& getPlatformInterface (void) const in getPlatformInterface()
|
/external/deqp/external/vulkancts/modules/vulkan/wsi/ |
D | vktWsiSharedPresentableImageTests.cpp | 79 vk::Move<vk::VkInstance> createInstanceWithWsi (const vk::PlatformInterface& vkp, in createInstanceWithWsi() 750 const vk::PlatformInterface& m_vkp;
|
D | vktWsiDisplayTimingTests.cpp | 76 vk::Move<vk::VkInstance> createInstanceWithWsi (const vk::PlatformInterface& vkp, in createInstanceWithWsi() 784 const vk::PlatformInterface& m_vkp;
|
D | vktWsiIncrementalPresentTests.cpp | 79 vk::Move<vk::VkInstance> createInstanceWithWsi (const vk::PlatformInterface& vkp, in createInstanceWithWsi() 902 const vk::PlatformInterface& m_vkp;
|
D | vktWsiSurfaceTests.cpp | 175 Move<VkInstance> createInstanceWithWsi (const PlatformInterface& vkp, in createInstanceWithWsi()
|