/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
D | vkDefs.hpp | 248 class PlatformInterface class 256 PlatformInterface (void) {} in PlatformInterface() function in vk::PlatformInterface 259 PlatformInterface (const PlatformInterface&); 260 PlatformInterface& operator= (const PlatformInterface&);
|
D | vkPlatform.hpp | 53 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,
|
D | vkDeviceUtil.hpp | 41 Move<VkInstance> createDefaultInstance (const PlatformInterface& vkPlatform, 45 Move<VkInstance> createDefaultInstance (const PlatformInterface& vkPlatform,
|
D | vkDeviceUtil.cpp | 45 Move<VkInstance> createDefaultInstance (const PlatformInterface& vkPlatform, in createDefaultInstance() 139 Move<VkInstance> createDefaultInstance (const PlatformInterface& vkPlatform, deUint32 apiVersion, c… in createDefaultInstance()
|
D | vkPlatform.cpp | 47 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()
|
D | vkRef.hpp | 100 …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/ |
D | vktTestCase.hpp | 47 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;
|
D | vktCustomInstancesDevices.hpp | 35 class PlatformInterface; 47 std::vector<const char*> getValidationLayers (const vk::PlatformInterface& vkp); 133 vk::Move<vk::VkDevice> createCustomDevice (bool validationEnabled, const vk::PlatformInterface& vkp…
|
D | vktTestCase.cpp | 167 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()
|
D | vktCustomInstancesDevices.cpp | 91 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/ |
D | vktTestCase.hpp | 47 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;
|
D | vktCustomInstancesDevices.hpp | 35 class PlatformInterface; 47 std::vector<const char*> getValidationLayers (const vk::PlatformInterface& vkp); 133 vk::Move<vk::VkDevice> createCustomDevice (bool validationEnabled, const vk::PlatformInterface& vkp…
|
D | vktTestCase.cpp | 167 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()
|
D | vktCustomInstancesDevices.cpp | 91 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/ |
D | vkDeviceFeatureTest.inl | 10 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/ |
D | vktApiExternalMemoryTests.cpp | 252 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 …]
|
D | vktApiDeviceInitializationTests.cpp | 219 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/ |
D | vktApiExternalMemoryTests.cpp | 252 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 …]
|
D | vktApiDeviceInitializationTests.cpp | 219 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/ |
D | tcuWin32VulkanPlatform.cpp | 102 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/ |
D | tcuNullWSPlatform.hpp | 48 const vk::PlatformInterface& getPlatformInterface (void) const in getPlatformInterface()
|
/third_party/vk-gl-cts/external/vulkancts/vkscserver/ |
D | vksCacheBuilder.hpp | 43 const vk::PlatformInterface& vkp,
|
/third_party/vk-gl-cts/framework/platform/fuchsia/ |
D | tcuFuchsiaPlatform.cpp | 33 const vk::PlatformInterface& getPlatformInterface() const { in getPlatformInterface()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sc/ |
D | vktApplicationParametersTests.cpp | 215 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/ |
D | vktApplicationParametersTests.cpp | 215 const PlatformInterface& platformInterface = context.getPlatformInterface(); in createDeviceTest() 293 const PlatformInterface& platformInterface = context.getPlatformInterface(); in createInstanceTest()
|