Home
last modified time | relevance | path

Searched refs:PlatformInterface (Results 1 – 25 of 31) sorted by relevance

12

/external/deqp/external/vulkancts/framework/vulkan/
DvkDefs.hpp160 class PlatformInterface class
166 PlatformInterface (void) {} in PlatformInterface() function in vk::PlatformInterface
169 PlatformInterface (const PlatformInterface&);
170 PlatformInterface& operator= (const PlatformInterface&);
DvkPlatform.hpp44 virtual const PlatformInterface& getPlatformInterface (void) const = 0;
47 class PlatformDriver : public PlatformInterface
67 InstanceDriver (const PlatformInterface& platformInterface, VkInstance instance);
DvkDeviceUtil.hpp40 Move<VkInstance> createDefaultInstance (const PlatformInterface& vkPlatform);
41 Move<VkInstance> createDefaultInstance (const PlatformInterface& vkPlatform,
DvkDeviceUtil.cpp39 Move<VkInstance> createDefaultInstance (const PlatformInterface& vkPlatform, in createDefaultInstance()
79 Move<VkInstance> createDefaultInstance (const PlatformInterface& vkPlatform) in createDefaultInstance()
DvkPlatform.cpp43 InstanceDriver::InstanceDriver (const PlatformInterface& platformInterface, VkInstance instance) in InstanceDriver()
DvkDebugReportUtil.hpp88 bool isDebugReportSupported (const PlatformInterface& vkp);
DvkQueryUtil.hpp51 std::vector<VkLayerProperties> enumerateInstanceLayerProperties (const PlatformInterface& vk…
52 …tensionProperties> enumerateInstanceExtensionProperties (const PlatformInterface& vkp, const …
DvkQueryUtil.cpp199 vector<VkLayerProperties> enumerateInstanceLayerProperties (const PlatformInterface& vkp) in enumerateInstanceLayerProperties()
216 vector<VkExtensionProperties> enumerateInstanceExtensionProperties (const PlatformInterface& vkp, c… in enumerateInstanceExtensionProperties()
DvkDebugReportUtil.cpp165 bool isDebugReportSupported (const PlatformInterface& vkp) in isDebugReportSupported()
DvkRefUtil.inl4 Move<VkInstance> createInstance (const PlatformInterface& vk, const VkInstanceCreateInfo* …
DvkRef.hpp100 …Deleter (const PlatformInterface& platformIface, VkInstance instance, const VkAllocationCallbacks… in Deleter()
DvkRefUtilImpl.inl141 Move<VkInstance> createInstance (const PlatformInterface& vk, const VkInstanceCreateInfo* pCreateIn…
/external/deqp/external/vulkancts/modules/vulkan/
DvktTestCase.hpp38 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;
DvktTestCase.cpp82 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()
DvktTestPackage.cpp154 MovePtr<vk::DebugReportRecorder> createDebugReportRecorder (const vk::PlatformInterface& vkp, const… in createDebugReportRecorder()
/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()
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()
DvktApiExternalMemoryTests.cpp178 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 …]
DvktApiFeatureInfo.cpp2377 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/
DtcuWin32VulkanPlatform.cpp96 const vk::PlatformInterface& getPlatformInterface (void) const in getPlatformInterface()
/external/deqp/framework/platform/lnx/
DtcuLnxVulkanPlatform.cpp188 const vk::PlatformInterface& getPlatformInterface (void) const in getPlatformInterface()
/external/deqp/framework/platform/android/
DtcuAndroidPlatform.cpp199 const vk::PlatformInterface& getPlatformInterface (void) const in getPlatformInterface()
/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiSharedPresentableImageTests.cpp79 vk::Move<vk::VkInstance> createInstanceWithWsi (const vk::PlatformInterface& vkp, in createInstanceWithWsi()
750 const vk::PlatformInterface& m_vkp;
DvktWsiDisplayTimingTests.cpp76 vk::Move<vk::VkInstance> createInstanceWithWsi (const vk::PlatformInterface& vkp, in createInstanceWithWsi()
784 const vk::PlatformInterface& m_vkp;
DvktWsiIncrementalPresentTests.cpp79 vk::Move<vk::VkInstance> createInstanceWithWsi (const vk::PlatformInterface& vkp, in createInstanceWithWsi()
902 const vk::PlatformInterface& m_vkp;
DvktWsiSurfaceTests.cpp175 Move<VkInstance> createInstanceWithWsi (const PlatformInterface& vkp, in createInstanceWithWsi()

12