Home
last modified time | relevance | path

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

12

/external/deqp/external/vulkancts/framework/vulkan/
DvkPlatform.hpp44 virtual const PlatformInterface& getPlatformInterface (void) const = 0;
48 class PlatformDriver : public PlatformInterface
72 InstanceDriver (const PlatformInterface& platformInterface, VkInstance instance);
78 void loadFunctions (const PlatformInterface& platformInterface, VkInstance instance);
91 DeviceDriver (const PlatformInterface& platformInterface, VkInstance instance, VkDevice device);
DvkDefs.hpp193 class PlatformInterface class
201 PlatformInterface (void) {} in PlatformInterface() function in vk::PlatformInterface
204 PlatformInterface (const PlatformInterface&);
205 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.hpp40 Move<VkInstance> createDefaultInstance (const PlatformInterface& vkPlatform,
43 Move<VkInstance> createDefaultInstance (const PlatformInterface& vkPlatform,
DvkDeviceUtil.cpp41 Move<VkInstance> createDefaultInstance (const PlatformInterface& vkPlatform, in createDefaultInstance()
94 Move<VkInstance> createDefaultInstance (const PlatformInterface& vkPlatform, deUint32 apiVersion) in createDefaultInstance()
DvkDebugReportUtil.hpp104 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()
DvkDebugReportUtil.cpp172 bool isDebugReportSupported (const PlatformInterface& vkp) in isDebugReportSupported()
DvkQueryUtil.hpp65 std::vector<VkLayerProperties> enumerateInstanceLayerProperties (const PlatformInterface& vk…
66 …tensionProperties> enumerateInstanceExtensionProperties (const PlatformInterface& vkp, const …
DvkRefUtil.inl4 Move<VkInstance> createInstance (const PlatformInterface& vk, const VkInstanceCreateInfo* …
5 Move<VkDevice> createDevice (const PlatformInterface& vkp, VkInstance instance, const Ins…
DvkQueryUtil.cpp348 vector<VkLayerProperties> enumerateInstanceLayerProperties (const PlatformInterface& vkp) in enumerateInstanceLayerProperties()
365 vector<VkExtensionProperties> enumerateInstanceExtensionProperties (const PlatformInterface& vkp, c… in enumerateInstanceExtensionProperties()
/external/deqp/external/vulkancts/modules/vulkan/
DvktTestCase.hpp45 class PlatformInterface;
59 const vk::PlatformInterface& platformInterface,
64 …const vk::PlatformInterface& getPlatformInterface (void) const { return m_platformInterface;… in getPlatformInterface()
118 const vk::PlatformInterface& m_platformInterface;
DvktCustomInstancesDevices.hpp35 class PlatformInterface;
47 std::vector<const char*> getValidationLayers (const vk::PlatformInterface& vkp);
111 vk::Move<vk::VkDevice> createCustomDevice (bool validationEnabled, const vk::PlatformInterface& vkp…
DvktCustomInstancesDevices.cpp81 vector<const char*> getValidationLayers (const vk::PlatformInterface& vkp) in getValidationLayers()
228 const vk::PlatformInterface& vkp = context.getPlatformInterface(); in createCustomInstanceWithExtensions()
261 vector<const char*> addDebugReportExt(const vk::PlatformInterface& vkp, const vk::VkInstanceCreateI… in addDebugReportExt()
290 const vk::PlatformInterface& vkp = context.getPlatformInterface(); in createCustomInstanceFromInfo()
319 const vk::PlatformInterface& vkp = context.getPlatformInterface(); in createUncheckedInstance()
346 vk::Move<vk::VkDevice> createCustomDevice (bool validationEnabled, const vk::PlatformInterface& vkp… in createCustomDevice()
DvktTestCase.cpp156 deUint32 getTargetInstanceVersion (const PlatformInterface& vkp) in getTargetInstanceVersion()
165 std::pair<deUint32, deUint32> determineDeviceVersions(const PlatformInterface& vkp, deUint32 apiVer… in determineDeviceVersions()
187 Move<VkInstance> createInstance (const PlatformInterface& vkp, deUint32 apiVersion, const vector<st… in createInstance()
224 Move<VkDevice> createDefaultDevice (const PlatformInterface& vkp, in createDefaultDevice()
299 … DefaultDevice (const PlatformInterface& vkPlatform, const tcu::CommandLine& cmdLine);
377 de::MovePtr<vk::DebugReportRecorder> createDebugReportRecorder (const vk::PlatformInterface& vkp, c… in createDebugReportRecorder()
387 DefaultDevice::DefaultDevice (const PlatformInterface& vkPlatform, const tcu::CommandLine& cmdLine) in DefaultDevice()
452 const vk::PlatformInterface& platformInterface, in Context()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiDeviceInitializationTests.cpp212 const PlatformInterface& platformInterface = context.getPlatformInterface(); in createInstanceWithInvalidApiVersionTest()
502 const PlatformInterface& platformInterface = context.getPlatformInterface(); in createInstanceWithLayerNameAbuseTest()
566 const PlatformInterface& vkp (context.getPlatformInterface()); in enumerateDevicesAllocLeakTest()
613 const PlatformInterface& platformInterface = context.getPlatformInterface(); in createDeviceTest()
662 const PlatformInterface& platformInterface = context.getPlatformInterface(); in createMultipleDevicesTest()
750 const PlatformInterface& platformInterface = context.getPlatformInterface(); in createDeviceWithUnsupportedExtensionsTest()
822 const PlatformInterface& platformInterface = context.getPlatformInterface(); in createDeviceWithVariousQueueCountsTest()
903 const PlatformInterface& platformInterface = context.getPlatformInterface(); in createDeviceWithGlobalPriorityTest()
996 const PlatformInterface& vkp = context.getPlatformInterface(); in createDeviceFeatures2Test()
1190 const PlatformInterface& platformInterface = context.getPlatformInterface(); in createDeviceQueue2Test()
[all …]
DvktApiExternalMemoryTests.cpp236 const vk::PlatformInterface& vkp, in createTestDevice()
803 const vk::PlatformInterface& vkp (context.getPlatformInterface()); in testSemaphoreWin32Create()
874 const vk::PlatformInterface& vkp (context.getPlatformInterface()); in testSemaphoreImportTwice()
921 const vk::PlatformInterface& vkp (context.getPlatformInterface()); in testSemaphoreImportReimport()
967 const vk::PlatformInterface& vkp (context.getPlatformInterface()); in testSemaphoreSignalExportImportWait()
1001 const vk::PlatformInterface& vkp (context.getPlatformInterface()); in testSemaphoreExportSignalImportWait()
1038 const vk::PlatformInterface& vkp (context.getPlatformInterface()); in testSemaphoreExportImportSignalWait()
1073 const vk::PlatformInterface& vkp (context.getPlatformInterface()); in testSemaphoreSignalImport()
1121 const vk::PlatformInterface& vkp (context.getPlatformInterface()); in testSemaphoreSignalWaitImport()
1170 const vk::PlatformInterface& vkp (context.getPlatformInterface()); in testSemaphoreImportSyncFdSignaled()
[all …]
/external/deqp/framework/platform/nullws/
DtcuNullWSPlatform.hpp48 const vk::PlatformInterface& getPlatformInterface (void) const in getPlatformInterface()
/external/deqp/framework/platform/osx/
DtcuOSXVulkanPlatform.cpp88 const vk::PlatformInterface& getPlatformInterface (void) const in getPlatformInterface()
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemContext.hpp83 const vk::PlatformInterface& m_interface;
DvktProtectedMemUtils.hpp67 vk::Move<vk::VkDevice> makeProtectedMemDevice (const vk::PlatformInterface& vkp,
/external/deqp/framework/platform/win32/
DtcuWin32VulkanPlatform.cpp104 const vk::PlatformInterface& getPlatformInterface (void) const in getPlatformInterface()
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryDeviceMemoryReportTests.cpp117 const PlatformInterface& vkp;
128 Environment (const PlatformInterface& vkp_, in Environment()
165 const PlatformInterface& vkp, in createDeviceWithMemoryReport()
1744 const PlatformInterface& vkp = context.getPlatformInterface(); in vkDeviceMemoryAllocateAndFreeTest()
1825 const PlatformInterface& vkp = context.getPlatformInterface(); in vkDeviceMemoryAllocationFailedTest()
1946 const PlatformInterface& vkp, in createExternalMemoryDevice()
2074 const PlatformInterface& vkp (context.getPlatformInterface()); in testImportAndUnimportExternalMemory()
/external/deqp/framework/platform/lnx/
DtcuLnxVulkanPlatform.cpp230 const vk::PlatformInterface& getPlatformInterface (void) const in getPlatformInterface()
/external/deqp/framework/platform/android/
DtcuAndroidPlatform.cpp203 const vk::PlatformInterface& getPlatformInterface (void) const in getPlatformInterface()

12