Home
last modified time | relevance | path

Searched refs:platformInterface (Results 1 - 16 of 16) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiDeviceInitializationTests.cpp219 const PlatformInterface& platformInterface = context.getPlatformInterface(); in createInstanceWithInvalidApiVersionTest() local
222 platformInterface.enumerateInstanceVersion(&instanceApiVersion); in createInstanceWithInvalidApiVersionTest()
532 const PlatformInterface& platformInterface = context.getPlatformInterface(); in createInstanceWithLayerNameAbuseTest() local
567 const VkResult result = platformInterface.createInstance(&instanceCreateInfo, DE_NULL/*pAllocator*/, &instance); in createInstanceWithLayerNameAbuseTest()
572 const InstanceDriver instanceIface(platformInterface, instance); in createInstanceWithLayerNameAbuseTest()
643 const PlatformInterface& platformInterface = context.getPlatformInterface(); in createDeviceTest() local
689 const Unique<VkDevice> device (createCustomDevice(context.getTestContext().getCommandLine().isValidationEnabled(), platformInterface, instance, instanceDriver, physicalDevice, &deviceCreateInfo)); in createDeviceTest()
690 const DeviceDriver deviceDriver (platformInterface, instance, device.get(), context.getUsedApiVersion()); in createDeviceTest()
708 const PlatformInterface& platformInterface = context.getPlatformInterface(); in createMultipleDevicesTest() local
770 const DeviceDriver deviceDriver (platformInterface, instance in createMultipleDevicesTest()
810 const PlatformInterface& platformInterface = context.getPlatformInterface(); createDeviceWithUnsupportedExtensionsTest() local
893 const PlatformInterface& platformInterface = context.getPlatformInterface(); createDeviceWithVariousQueueCountsTest() local
986 const PlatformInterface& platformInterface = context.getPlatformInterface(); createDeviceWithGlobalPriorityTest() local
1195 const PlatformInterface& platformInterface = context.getPlatformInterface(); createDeviceWithQueriedGlobalPriorityTest() local
1736 const PlatformInterface& platformInterface = context.getPlatformInterface(); createDeviceQueue2Test() local
1862 const PlatformInterface& platformInterface = context.getPlatformInterface(); createProtectedDeviceWithQueueConfig() local
1978 const PlatformInterface& platformInterface = context.getPlatformInterface(); runQueueCreationTestCombination() local
[all...]
H A DvktApiFeatureInfo.cpp1801 const PlatformInterface& platformInterface = context.getPlatformInterface(); in createTestDevice() local
1803 const Unique<VkInstance> instance (createDefaultInstance(platformInterface, context.getUsedApiVersion(), context.getTestContext().getCommandLine())); in createTestDevice()
1804 const InstanceDriver instanceDriver (platformInterface, instance.get()); in createTestDevice()
1870 const Unique<VkDevice> device (createCustomDevice(validationEnabled, platformInterface, *instance, instanceDriver, physicalDevice, &deviceCreateInfo)); in createTestDevice()
1871 const DeviceDriver deviceDriver (platformInterface, instance.get(), device.get(), context.getUsedApiVersion()); in createTestDevice()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiDeviceInitializationTests.cpp219 const PlatformInterface& platformInterface = context.getPlatformInterface(); in createInstanceWithInvalidApiVersionTest() local
222 platformInterface.enumerateInstanceVersion(&instanceApiVersion); in createInstanceWithInvalidApiVersionTest()
532 const PlatformInterface& platformInterface = context.getPlatformInterface(); in createInstanceWithLayerNameAbuseTest() local
567 const VkResult result = platformInterface.createInstance(&instanceCreateInfo, DE_NULL/*pAllocator*/, &instance); in createInstanceWithLayerNameAbuseTest()
572 const InstanceDriver instanceIface(platformInterface, instance); in createInstanceWithLayerNameAbuseTest()
643 const PlatformInterface& platformInterface = context.getPlatformInterface(); in createDeviceTest() local
689 const Unique<VkDevice> device (createCustomDevice(context.getTestContext().getCommandLine().isValidationEnabled(), platformInterface, instance, instanceDriver, physicalDevice, &deviceCreateInfo)); in createDeviceTest()
690 const DeviceDriver deviceDriver (platformInterface, instance, device.get()); in createDeviceTest()
708 const PlatformInterface& platformInterface = context.getPlatformInterface(); in createMultipleDevicesTest() local
770 const DeviceDriver deviceDriver (platformInterface, instance in createMultipleDevicesTest()
810 const PlatformInterface& platformInterface = context.getPlatformInterface(); createDeviceWithUnsupportedExtensionsTest() local
893 const PlatformInterface& platformInterface = context.getPlatformInterface(); createDeviceWithVariousQueueCountsTest() local
986 const PlatformInterface& platformInterface = context.getPlatformInterface(); createDeviceWithGlobalPriorityTest() local
1193 const PlatformInterface& platformInterface = context.getPlatformInterface(); createDeviceWithQueriedGlobalPriorityTest() local
1747 const PlatformInterface& platformInterface = context.getPlatformInterface(); createDeviceQueue2Test() local
1873 const PlatformInterface& platformInterface = context.getPlatformInterface(); createProtectedDeviceWithQueueConfig() local
1989 const PlatformInterface& platformInterface = context.getPlatformInterface(); runQueueCreationTestCombination() local
[all...]
H A DvktApiFeatureInfo.cpp1792 const PlatformInterface& platformInterface = context.getPlatformInterface(); in createTestDevice() local
1794 const Unique<VkInstance> instance (createDefaultInstance(platformInterface, context.getUsedApiVersion(), context.getTestContext().getCommandLine())); in createTestDevice()
1795 const InstanceDriver instanceDriver (platformInterface, instance.get()); in createTestDevice()
1861 const Unique<VkDevice> device (createCustomDevice(validationEnabled, platformInterface, *instance, instanceDriver, physicalDevice, &deviceCreateInfo)); in createTestDevice()
1862 const DeviceDriver deviceDriver (platformInterface, instance.get(), device.get()); in createTestDevice()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sc/
H A DvktApplicationParametersTests.cpp215 const PlatformInterface& platformInterface = context.getPlatformInterface(); in createDeviceTest() local
273 const DeviceDriver deviceIface(platformInterface, instance, device, context.getUsedApiVersion()); in createDeviceTest()
293 const PlatformInterface& platformInterface = context.getPlatformInterface(); in createInstanceTest() local
335 const VkResult result = platformInterface.createInstance(&instanceCreateInfo, DE_NULL/*pAllocator*/, &instance); in createInstanceTest()
339 const InstanceDriver instanceIface(platformInterface, instance); in createInstanceTest()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sc/
H A DvktApplicationParametersTests.cpp215 const PlatformInterface& platformInterface = context.getPlatformInterface(); in createDeviceTest() local
273 const DeviceDriver deviceIface(platformInterface, instance, device); in createDeviceTest()
293 const PlatformInterface& platformInterface = context.getPlatformInterface(); in createInstanceTest() local
335 const VkResult result = platformInterface.createInstance(&instanceCreateInfo, DE_NULL/*pAllocator*/, &instance); in createInstanceTest()
339 const InstanceDriver instanceIface(platformInterface, instance); in createInstanceTest()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkPlatform.hpp81 InstanceDriver (const PlatformInterface& platformInterface,
88 void loadFunctions (const PlatformInterface& platformInterface,
104 InstanceDriverSC (const PlatformInterface& platformInterface,
124 DeviceDriver (const PlatformInterface& platformInterface,
158 DeviceDriverSC (const PlatformInterface& platformInterface,
H A DvkPlatform.cpp49 InstanceDriver::InstanceDriver (const PlatformInterface& platformInterface, in InstanceDriver() argument
52 loadFunctions(platformInterface, instance); in InstanceDriver()
55 void InstanceDriver::loadFunctions (const PlatformInterface& platformInterface, in loadFunctions() argument
58 #define GET_PROC_ADDR(NAME) platformInterface.getInstanceProcAddr(instance, NAME) in loadFunctions()
69 InstanceDriverSC::InstanceDriverSC (const PlatformInterface& platformInterface, in InstanceDriverSC() argument
73 : InstanceDriver(platformInterface, instance) in InstanceDriverSC()
147 DeviceDriver::DeviceDriver (const PlatformInterface& platformInterface, in DeviceDriver() argument
154 m_vk.getDeviceProcAddr = (GetDeviceProcAddrFunc)platformInterface.getInstanceProcAddr(instance, "vkGetDeviceProcAddr"); in DeviceDriver()
182 DeviceDriverSC::DeviceDriverSC (const PlatformInterface& platformInterface, in DeviceDriverSC() argument
190 : DeviceDriver(platformInterface, instanc in DeviceDriverSC()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/postmortem/
H A DvktPostmortemDeviceFaultTests.cpp128 const PlatformInterface& platformInterface = context.getPlatformInterface(); in CustomDevice() local
175 m_logicalDevice = createCustomDevice(useValidation, platformInterface, instance, instanceInterface, physicalDevice, &deviceCreateInfo); in CustomDevice()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/postmortem/
H A DvktPostmortemDeviceFaultTests.cpp128 const PlatformInterface& platformInterface = context.getPlatformInterface(); in CustomDevice() local
175 m_logicalDevice = createCustomDevice(useValidation, platformInterface, instance, instanceInterface, physicalDevice, &deviceCreateInfo); in CustomDevice()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
H A DvktTestCase.hpp76 const vk::PlatformInterface& platformInterface,
H A DvktTestCase.cpp647 const vk::PlatformInterface& platformInterface, in Context()
651 , m_platformInterface (platformInterface) in Context()
646 Context(tcu::TestContext& testCtx, const vk::PlatformInterface& platformInterface, vk::BinaryCollection& progCollection, de::SharedPtr<vk::ResourceInterface> resourceInterface ) Context() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/
H A DvktTestCase.hpp71 const vk::PlatformInterface& platformInterface,
H A DvktTestCase.cpp583 const vk::PlatformInterface& platformInterface, in Context()
587 , m_platformInterface (platformInterface) in Context()
582 Context(tcu::TestContext& testCtx, const vk::PlatformInterface& platformInterface, vk::BinaryCollection& progCollection, de::SharedPtr<vk::ResourceInterface> resourceInterface ) Context() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationSmokeTests.cpp1151 const PlatformInterface& platformInterface = context.getPlatformInterface(); in testSemaphores() local
1160 de::MovePtr<vk::DeviceDriver> deviceInterfacePtr = de::MovePtr<DeviceDriver>(new DeviceDriver(platformInterface, instance, *device, context.getUsedApiVersion())); in testSemaphores()
1162 de::MovePtr<vk::DeviceDriverSC, vk::DeinitDeviceDeleter> deviceInterfacePtr = de::MovePtr<DeviceDriverSC, DeinitDeviceDeleter>(new DeviceDriverSC(platformInterface, instance, *device, context.getTestContext().getCommandLine(), context.getResourceInterface(), context.getDeviceVulkanSC10Properties(), context.getDeviceProperties(), context.getUsedApiVersion()), vk::DeinitDeviceDeleter(context.getResourceInterface().get(), *device)); in testSemaphores()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H A DvktSynchronizationSmokeTests.cpp1152 const PlatformInterface& platformInterface = context.getPlatformInterface(); in testSemaphores() local
1161 de::MovePtr<vk::DeviceDriver> deviceInterfacePtr = de::MovePtr<DeviceDriver>(new DeviceDriver(platformInterface, instance, *device)); in testSemaphores()
1163 de::MovePtr<vk::DeviceDriverSC, vk::DeinitDeviceDeleter> deviceInterfacePtr = de::MovePtr<DeviceDriverSC, DeinitDeviceDeleter>(new DeviceDriverSC(platformInterface, instance, *device, context.getTestContext().getCommandLine(), context.getResourceInterface(), context.getDeviceVulkanSC10Properties(), context.getDeviceProperties()), vk::DeinitDeviceDeleter(context.getResourceInterface().get(), *device)); in testSemaphores()

Completed in 46 milliseconds