Home
last modified time | relevance | path

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

12345

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkDefs.hpp248 class PlatformInterface class
256 PlatformInterface (void) {} in PlatformInterface() function in vk::PlatformInterface
259 PlatformInterface (const PlatformInterface&);
260 PlatformInterface& operator= (const PlatformInterface&);
DvkPlatform.hpp53 virtual const PlatformInterface& getPlatformInterface (void) const = 0;
57 class PlatformDriver : public PlatformInterface
81 InstanceDriver (const PlatformInterface& platformInterface,
88 void loadFunctions (const PlatformInterface& platformInterface,
104 InstanceDriverSC (const PlatformInterface& platformInterface,
124 DeviceDriver (const PlatformInterface& platformInterface,
157 DeviceDriverSC (const PlatformInterface& platformInterface,
DvkDeviceUtil.hpp41 Move<VkInstance> createDefaultInstance (const PlatformInterface& vkPlatform,
45 Move<VkInstance> createDefaultInstance (const PlatformInterface& vkPlatform,
DvkDeviceUtil.cpp45 Move<VkInstance> createDefaultInstance (const PlatformInterface& vkPlatform, in createDefaultInstance()
139 Move<VkInstance> createDefaultInstance (const PlatformInterface& vkPlatform, deUint32 apiVersion, c… in createDefaultInstance()
DvkPlatform.cpp47 InstanceDriver::InstanceDriver (const PlatformInterface& platformInterface, in InstanceDriver()
53 void InstanceDriver::loadFunctions (const PlatformInterface& platformInterface, in loadFunctions()
67 InstanceDriverSC::InstanceDriverSC (const PlatformInterface& platformInterface, in InstanceDriverSC()
145 DeviceDriver::DeviceDriver (const PlatformInterface& platformInterface, in DeviceDriver()
177 DeviceDriverSC::DeviceDriverSC (const PlatformInterface& platformInterface, in DeviceDriverSC()
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()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/
DvktTestCase.hpp47 class PlatformInterface;
71 const vk::PlatformInterface& platformInterface,
77 …const vk::PlatformInterface& getPlatformInterface (void) const { return m_platformInterface… in getPlatformInterface()
161 const vk::PlatformInterface& m_platformInterface;
DvktCustomInstancesDevices.hpp35 class PlatformInterface;
47 std::vector<const char*> getValidationLayers (const vk::PlatformInterface& vkp);
133 vk::Move<vk::VkDevice> createCustomDevice (bool validationEnabled, const vk::PlatformInterface& vkp…
DvktTestCase.cpp167 deUint32 getTargetInstanceVersion (const PlatformInterface& vkp) in getTargetInstanceVersion()
180 std::pair<deUint32, deUint32> determineDeviceVersions(const PlatformInterface& vkp, deUint32 apiVer… in determineDeviceVersions()
202 Move<VkInstance> createInstance (const PlatformInterface& vkp, deUint32 apiVersion, const vector<st… in createInstance()
204 Move<VkInstance> createInstance (const PlatformInterface& vkp, deUint32 apiVersion, const vector<st… in createInstance()
250 Move<VkDevice> createDefaultDevice (const PlatformInterface& vkp, in createDefaultDevice()
383 …DefaultDevice (const PlatformInterface& vkPlatform, const tcu::CommandLine& cmdLine, de::Sha…
482 de::MovePtr<vk::DebugReportRecorder> createDebugReportRecorder (const vk::PlatformInterface& vkp, b… in createDebugReportRecorder()
492 DefaultDevice::DefaultDevice (const PlatformInterface& vkPlatform, const tcu::CommandLine& cmdLine,… in DefaultDevice()
583 const vk::PlatformInterface& platformInterface, in Context()
DvktCustomInstancesDevices.cpp91 vector<const char*> getValidationLayers (const vk::PlatformInterface& vkp) in getValidationLayers()
291 const vk::PlatformInterface& vkp = context.getPlatformInterface(); in createCustomInstanceWithExtensions()
347 vector<const char*> addDebugReportExt(const vk::PlatformInterface& vkp, const vk::VkInstanceCreateI… in addDebugReportExt()
378 const vk::PlatformInterface& vkp = context.getPlatformInterface(); in createCustomInstanceFromInfo()
424 const vk::PlatformInterface& vkp = context.getPlatformInterface(); in createUncheckedInstance()
467 vk::Move<vk::VkDevice> createCustomDevice (bool validationEnabled, const vk::PlatformInterface& vkp… in createCustomDevice()
705 const vk::PlatformInterface& vkp = m_context.getPlatformInterface(); in createDeviceSupportingQueue()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
DvktTestCase.hpp47 class PlatformInterface;
71 const vk::PlatformInterface& platformInterface,
77 …const vk::PlatformInterface& getPlatformInterface (void) const { return m_platformInterface… in getPlatformInterface()
161 const vk::PlatformInterface& m_platformInterface;
DvktCustomInstancesDevices.hpp35 class PlatformInterface;
47 std::vector<const char*> getValidationLayers (const vk::PlatformInterface& vkp);
133 vk::Move<vk::VkDevice> createCustomDevice (bool validationEnabled, const vk::PlatformInterface& vkp…
DvktTestCase.cpp167 deUint32 getTargetInstanceVersion (const PlatformInterface& vkp) in getTargetInstanceVersion()
180 std::pair<deUint32, deUint32> determineDeviceVersions(const PlatformInterface& vkp, deUint32 apiVer… in determineDeviceVersions()
202 Move<VkInstance> createInstance (const PlatformInterface& vkp, deUint32 apiVersion, const vector<st… in createInstance()
204 Move<VkInstance> createInstance (const PlatformInterface& vkp, deUint32 apiVersion, const vector<st… in createInstance()
250 Move<VkDevice> createDefaultDevice (const PlatformInterface& vkp, in createDefaultDevice()
383 …DefaultDevice (const PlatformInterface& vkPlatform, const tcu::CommandLine& cmdLine, de::Sha…
482 de::MovePtr<vk::DebugReportRecorder> createDebugReportRecorder (const vk::PlatformInterface& vkp, b… in createDebugReportRecorder()
492 DefaultDevice::DefaultDevice (const PlatformInterface& vkPlatform, const tcu::CommandLine& cmdLine,… in DefaultDevice()
583 const vk::PlatformInterface& platformInterface, in Context()
DvktCustomInstancesDevices.cpp91 vector<const char*> getValidationLayers (const vk::PlatformInterface& vkp) in getValidationLayers()
291 const vk::PlatformInterface& vkp = context.getPlatformInterface(); in createCustomInstanceWithExtensions()
347 vector<const char*> addDebugReportExt(const vk::PlatformInterface& vkp, const vk::VkInstanceCreateI… in addDebugReportExt()
378 const vk::PlatformInterface& vkp = context.getPlatformInterface(); in createCustomInstanceFromInfo()
424 const vk::PlatformInterface& vkp = context.getPlatformInterface(); in createUncheckedInstance()
467 vk::Move<vk::VkDevice> createCustomDevice (bool validationEnabled, const vk::PlatformInterface& vkp… in createCustomDevice()
705 const vk::PlatformInterface& vkp = m_context.getPlatformInterface(); in createDeviceSupportingQueue()
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkDeviceFeatureTest.inl10 const PlatformInterface& vkp = context.getPlatformInterface();
57 const PlatformInterface& vkp = context.getPlatformInterface();
104 const PlatformInterface& vkp = context.getPlatformInterface();
152 const PlatformInterface& vkp = context.getPlatformInterface();
201 const PlatformInterface& vkp = context.getPlatformInterface();
248 const PlatformInterface& vkp = context.getPlatformInterface();
295 const PlatformInterface& vkp = context.getPlatformInterface();
345 const PlatformInterface& vkp = context.getPlatformInterface();
392 const PlatformInterface& vkp = context.getPlatformInterface();
439 const PlatformInterface& vkp = context.getPlatformInterface();
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiExternalMemoryTests.cpp252 const vk::PlatformInterface& vkp, in createTestDevice()
1039 const vk::PlatformInterface& vkp (context.getPlatformInterface()); in testSemaphoreWin32Create()
1110 const vk::PlatformInterface& vkp (context.getPlatformInterface()); in testSemaphoreImportTwice()
1162 const vk::PlatformInterface& vkp (context.getPlatformInterface()); in testSemaphoreImportReimport()
1213 const vk::PlatformInterface& vkp (context.getPlatformInterface()); in testSemaphoreSignalExportImportWait()
1251 const vk::PlatformInterface& vkp (context.getPlatformInterface()); in testSemaphoreExportSignalImportWait()
1288 const vk::PlatformInterface& vkp (context.getPlatformInterface()); in testSemaphoreExportImportSignalWait()
1323 const vk::PlatformInterface& vkp (context.getPlatformInterface()); in testSemaphoreSignalImport()
1375 const vk::PlatformInterface& vkp (context.getPlatformInterface()); in testSemaphoreSignalWaitImport()
1414 const vk::PlatformInterface& vkp (context.getPlatformInterface()); in testSemaphoreImportSyncFdSignaled()
[all …]
DvktApiDeviceInitializationTests.cpp219 const PlatformInterface& platformInterface = context.getPlatformInterface(); in createInstanceWithInvalidApiVersionTest()
532 const PlatformInterface& platformInterface = context.getPlatformInterface(); in createInstanceWithLayerNameAbuseTest()
643 const PlatformInterface& platformInterface = context.getPlatformInterface(); in createDeviceTest()
708 const PlatformInterface& platformInterface = context.getPlatformInterface(); in createMultipleDevicesTest()
810 const PlatformInterface& platformInterface = context.getPlatformInterface(); in createDeviceWithUnsupportedExtensionsTest()
893 const PlatformInterface& platformInterface = context.getPlatformInterface(); in createDeviceWithVariousQueueCountsTest()
986 const PlatformInterface& platformInterface = context.getPlatformInterface(); in createDeviceWithGlobalPriorityTest()
1193 const PlatformInterface& platformInterface = context.getPlatformInterface(); in createDeviceWithQueriedGlobalPriorityTest()
1314 const PlatformInterface& vkp = context.getPlatformInterface(); in createDeviceFeatures2Test()
1388 void checkFeatures (const PlatformInterface& vkp, in checkFeatures()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
DvktApiExternalMemoryTests.cpp252 const vk::PlatformInterface& vkp, in createTestDevice()
1039 const vk::PlatformInterface& vkp (context.getPlatformInterface()); in testSemaphoreWin32Create()
1110 const vk::PlatformInterface& vkp (context.getPlatformInterface()); in testSemaphoreImportTwice()
1162 const vk::PlatformInterface& vkp (context.getPlatformInterface()); in testSemaphoreImportReimport()
1213 const vk::PlatformInterface& vkp (context.getPlatformInterface()); in testSemaphoreSignalExportImportWait()
1251 const vk::PlatformInterface& vkp (context.getPlatformInterface()); in testSemaphoreExportSignalImportWait()
1288 const vk::PlatformInterface& vkp (context.getPlatformInterface()); in testSemaphoreExportImportSignalWait()
1323 const vk::PlatformInterface& vkp (context.getPlatformInterface()); in testSemaphoreSignalImport()
1375 const vk::PlatformInterface& vkp (context.getPlatformInterface()); in testSemaphoreSignalWaitImport()
1414 const vk::PlatformInterface& vkp (context.getPlatformInterface()); in testSemaphoreImportSyncFdSignaled()
[all …]
DvktApiDeviceInitializationTests.cpp219 const PlatformInterface& platformInterface = context.getPlatformInterface(); in createInstanceWithInvalidApiVersionTest()
532 const PlatformInterface& platformInterface = context.getPlatformInterface(); in createInstanceWithLayerNameAbuseTest()
643 const PlatformInterface& platformInterface = context.getPlatformInterface(); in createDeviceTest()
708 const PlatformInterface& platformInterface = context.getPlatformInterface(); in createMultipleDevicesTest()
810 const PlatformInterface& platformInterface = context.getPlatformInterface(); in createDeviceWithUnsupportedExtensionsTest()
893 const PlatformInterface& platformInterface = context.getPlatformInterface(); in createDeviceWithVariousQueueCountsTest()
986 const PlatformInterface& platformInterface = context.getPlatformInterface(); in createDeviceWithGlobalPriorityTest()
1193 const PlatformInterface& platformInterface = context.getPlatformInterface(); in createDeviceWithQueriedGlobalPriorityTest()
1314 const PlatformInterface& vkp = context.getPlatformInterface(); in createDeviceFeatures2Test()
1388 void checkFeatures (const PlatformInterface& vkp, in checkFeatures()
[all …]
/third_party/vk-gl-cts/framework/platform/win32/
DtcuWin32VulkanPlatform.cpp102 const vk::PlatformInterface& getPlatformInterface (void) const in getPlatformInterface()
124 const vk::PlatformInterface& getPlatformInterface(void) const in getPlatformInterface()
/third_party/vk-gl-cts/framework/platform/nullws/
DtcuNullWSPlatform.hpp48 const vk::PlatformInterface& getPlatformInterface (void) const in getPlatformInterface()
/third_party/vk-gl-cts/external/vulkancts/vkscserver/
DvksCacheBuilder.hpp43 const vk::PlatformInterface& vkp,
/third_party/vk-gl-cts/framework/platform/fuchsia/
DtcuFuchsiaPlatform.cpp33 const vk::PlatformInterface& getPlatformInterface() const { in getPlatformInterface()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sc/
DvktApplicationParametersTests.cpp215 const PlatformInterface& platformInterface = context.getPlatformInterface(); in createDeviceTest()
293 const PlatformInterface& platformInterface = context.getPlatformInterface(); in createInstanceTest()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sc/
DvktApplicationParametersTests.cpp215 const PlatformInterface& platformInterface = context.getPlatformInterface(); in createDeviceTest()
293 const PlatformInterface& platformInterface = context.getPlatformInterface(); in createInstanceTest()

12345