Home
last modified time | relevance | path

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

12

/external/deqp/external/vulkancts/framework/vulkan/
DvkPlatform.hpp44 virtual const PlatformInterface& getPlatformInterface (void) const = 0;
48 class PlatformDriver : public PlatformInterface
68 InstanceDriver (const PlatformInterface& platformInterface, VkInstance instance);
74 void loadFunctions (const PlatformInterface& platformInterface, VkInstance instance);
87 DeviceDriver (const PlatformInterface& platformInterface, VkInstance instance, VkDevice device);
DvkDeviceUtil.hpp40 Move<VkInstance> createDefaultInstance (const PlatformInterface& vkPlatform,
43 Move<VkInstance> createDefaultInstance (const PlatformInterface& vkPlatform,
49 Move<VkInstance> createInstanceWithExtensions (const PlatformInterface& vkp,
53 Move<VkInstance> createInstanceWithExtension (const PlatformInterface& vkp,
DvkDefs.hpp177 class PlatformInterface class
183 PlatformInterface (void) {} in PlatformInterface() function in vk::PlatformInterface
186 PlatformInterface (const PlatformInterface&);
187 PlatformInterface& operator= (const PlatformInterface&);
DvkPlatform.cpp43 InstanceDriver::InstanceDriver (const PlatformInterface& platformInterface, VkInstance instance) in InstanceDriver()
48 void InstanceDriver::loadFunctions (const PlatformInterface& platformInterface, VkInstance instance) in loadFunctions()
59 DeviceDriver::DeviceDriver(const PlatformInterface& platformInterface, VkInstance instance, VkDevic… in DeviceDriver()
DvkDeviceUtil.cpp39 Move<VkInstance> createDefaultInstance (const PlatformInterface& vkPlatform, in createDefaultInstance()
79 Move<VkInstance> createDefaultInstance (const PlatformInterface& vkPlatform, deUint32 apiVersion) in createDefaultInstance()
84 Move<VkInstance> createInstanceWithExtensions (const PlatformInterface& vkp, in createInstanceWithExtensions()
102 Move<VkInstance> createInstanceWithExtension (const PlatformInterface& vkp, in createInstanceWithExtension()
DvkDebugReportUtil.hpp88 bool isDebugReportSupported (const PlatformInterface& vkp);
DvkRef.hpp100 …Deleter (const PlatformInterface& platformIface, VkInstance instance, const VkAllocationCallbacks… in Deleter()
120 …Deleter (const PlatformInterface& platformIface, VkInstance instance, VkDevice device, const VkAl… in Deleter()
DvkQueryUtil.hpp61 std::vector<VkLayerProperties> enumerateInstanceLayerProperties (const PlatformInterface& vk…
62 …tensionProperties> enumerateInstanceExtensionProperties (const PlatformInterface& vkp, const …
DvkRefUtil.inl4 Move<VkInstance> createInstance (const PlatformInterface& vk, const VkInstanceCreateInfo* p…
5 Move<VkDevice> createDevice (const PlatformInterface& vkp, VkInstance instance, const Inst…
DvkDebugReportUtil.cpp165 bool isDebugReportSupported (const PlatformInterface& vkp) in isDebugReportSupported()
DvkQueryUtil.cpp276 vector<VkLayerProperties> enumerateInstanceLayerProperties (const PlatformInterface& vkp) in enumerateInstanceLayerProperties()
293 vector<VkExtensionProperties> enumerateInstanceExtensionProperties (const PlatformInterface& vkp, c… in enumerateInstanceExtensionProperties()
/external/deqp/external/vulkancts/modules/vulkan/
DvktTestCase.hpp44 class PlatformInterface;
58 const vk::PlatformInterface& platformInterface,
63 const vk::PlatformInterface& getPlatformInterface (void) const { return m_platformInterface; } in getPlatformInterface()
116 const vk::PlatformInterface& m_platformInterface;
DvktTestCase.cpp92 vector<string> getValidationLayers (const PlatformInterface& vkp) in getValidationLayers()
165 deUint32 getTargetInstanceVersion (const PlatformInterface& vkp) in getTargetInstanceVersion()
174 std::pair<deUint32, deUint32> determineDeviceVersions(const PlatformInterface& vkp, deUint32 apiVer… in determineDeviceVersions()
196 Move<VkInstance> createInstance (const PlatformInterface& vkp, deUint32 apiVersion, const vector<st… in createInstance()
233 Move<VkDevice> createDefaultDevice (const PlatformInterface& vkp, in createDefaultDevice()
462 … DefaultDevice (const PlatformInterface& vkPlatform, const tcu::CommandLine& cmdLine);
527 DefaultDevice::DefaultDevice (const PlatformInterface& vkPlatform, const tcu::CommandLine& cmdLine) in DefaultDevice()
596 const vk::PlatformInterface& platformInterface, in Context()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiDeviceInitializationTests.cpp68 const PlatformInterface& platformInterface = context.getPlatformInterface(); in createInstanceTest()
211 const PlatformInterface& platformInterface = context.getPlatformInterface(); in createInstanceWithInvalidApiVersionTest()
304 const PlatformInterface& platformInterface = context.getPlatformInterface(); in createInstanceWithNullApplicationInfoTest()
336 const PlatformInterface& platformInterface = context.getPlatformInterface(); in createInstanceWithUnsupportedExtensionsTest()
389 const PlatformInterface& platformInterface = context.getPlatformInterface(); in createDeviceTest()
437 const PlatformInterface& platformInterface = context.getPlatformInterface(); in createMultipleDevicesTest()
523 const PlatformInterface& platformInterface = context.getPlatformInterface(); in createDeviceWithUnsupportedExtensionsTest()
594 const PlatformInterface& platformInterface = context.getPlatformInterface(); in createDeviceWithVariousQueueCountsTest()
668 const PlatformInterface& vkp = context.getPlatformInterface(); in createDeviceFeatures2Test()
733 const PlatformInterface& platformInterface = context.getPlatformInterface(); in createDeviceWithUnsupportedFeaturesTest()
[all …]
DvktApiExternalMemoryTests.cpp214 vk::Move<vk::VkInstance> createInstance (const vk::PlatformInterface& vkp, in createInstance()
234 const vk::PlatformInterface& vkp, in createDevice()
710 const vk::PlatformInterface& vkp (context.getPlatformInterface()); in testSemaphoreQueries()
759 const vk::PlatformInterface& vkp (context.getPlatformInterface()); in testSemaphoreWin32Create()
830 const vk::PlatformInterface& vkp (context.getPlatformInterface()); in testSemaphoreImportTwice()
877 const vk::PlatformInterface& vkp (context.getPlatformInterface()); in testSemaphoreImportReimport()
923 const vk::PlatformInterface& vkp (context.getPlatformInterface()); in testSemaphoreSignalExportImportWait()
957 const vk::PlatformInterface& vkp (context.getPlatformInterface()); in testSemaphoreExportSignalImportWait()
994 const vk::PlatformInterface& vkp (context.getPlatformInterface()); in testSemaphoreExportImportSignalWait()
1029 const vk::PlatformInterface& vkp (context.getPlatformInterface()); in testSemaphoreSignalImport()
[all …]
DvktApiFeatureInfo.cpp619 const PlatformInterface& vkp = context.getPlatformInterface(); in enumeratePhysicalDeviceGroups()
882 const PlatformInterface& vkp = context.getPlatformInterface(); in testNoKhxExtensions()
1429 const PlatformInterface& vkp = context.getPlatformInterface(); in deviceGroupPeerMemoryFeatures()
2852 const PlatformInterface& vkp = context.getPlatformInterface(); in deviceFeatures2()
3099 const PlatformInterface& vkp = context.getPlatformInterface(); in deviceProperties2()
3359 const PlatformInterface& vkp = context.getPlatformInterface(); in deviceFormatProperties2()
3404 const PlatformInterface& vkp = context.getPlatformInterface(); in deviceQueueFamilyProperties2()
3456 const PlatformInterface& vkp = context.getPlatformInterface(); in deviceMemoryProperties2()
3492 const PlatformInterface& vkp = context.getPlatformInterface(); in imageFormatProperties2()
3563 const PlatformInterface& vkp = context.getPlatformInterface(); in sparseImageFormatProperties2()
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemUtils.hpp58 vk::Move<vk::VkInstance> makeProtectedMemInstance (const vk::PlatformInterface& vkp,
65 vk::Move<vk::VkDevice> makeProtectedMemDevice (const vk::PlatformInterface& vkp,
DvktProtectedMemContext.hpp82 const vk::PlatformInterface& m_interface;
DvktProtectedMemUtils.cpp52 std::vector<std::string> getValidationLayers (const vk::PlatformInterface& vkp) in getValidationLayers()
83 vk::Move<vk::VkInstance> makeProtectedMemInstance (const vk::PlatformInterface& vkp, const vkt::Con… in makeProtectedMemInstance()
149 vk::Move<vk::VkDevice> makeProtectedMemDevice (const vk::PlatformInterface& vkp, in makeProtectedMemDevice()
/external/deqp/framework/platform/osx/
DtcuOSXVulkanPlatform.cpp84 const vk::PlatformInterface& getPlatformInterface (void) const in getPlatformInterface()
/external/deqp/framework/platform/win32/
DtcuWin32VulkanPlatform.cpp94 const vk::PlatformInterface& getPlatformInterface (void) const in getPlatformInterface()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelinePushDescriptorTests.cpp84 Move<VkInstance> createInstanceWithGetPhysicalDeviceProperties2 (const PlatformInterface& vkp, in createInstanceWithGetPhysicalDeviceProperties2()
98 Move<VkDevice> createDeviceWithPushDescriptor (const PlatformInterface& vkp, in createDeviceWithPushDescriptor()
223 const PlatformInterface& m_vkp;
683 const PlatformInterface& m_vkp;
1022 const PlatformInterface& m_vkp;
1873 const PlatformInterface& m_vkp;
2634 const PlatformInterface& m_vkp;
3119 const PlatformInterface& m_vkp;
3483 const PlatformInterface& m_vkp;
/external/deqp/framework/platform/lnx/
DtcuLnxVulkanPlatform.cpp190 const vk::PlatformInterface& getPlatformInterface (void) const in getPlatformInterface()
/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiSharedPresentableImageTests.cpp81 vk::Move<vk::VkInstance> createInstanceWithWsi (const vk::PlatformInterface& vkp, in createInstanceWithWsi()
142 vk::Move<vk::VkDevice> createDeviceWithWsi (const vk::PlatformInterface& vkp, in createDeviceWithWsi()
568 const vk::PlatformInterface& m_vkp;
/external/deqp/framework/platform/android/
DtcuAndroidPlatform.cpp203 const vk::PlatformInterface& getPlatformInterface (void) const in getPlatformInterface()

12