Searched refs:InstanceDriverSC (Results 1 - 10 of 10) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ |
H A D | vktCustomInstancesDevices.hpp | 80 std::unique_ptr<vk::InstanceDriverSC> m_driver; 113 std::unique_ptr<vk::InstanceDriverSC> m_driver;
|
H A D | vktCustomInstancesDevices.cpp | 47 using vk::InstanceDriverSC; 115 , m_driver (new InstanceDriverSC(context.getPlatformInterface(), *m_instance, context.getTestContext().getCommandLine(), context.getResourceInterface())) in CustomInstance() 213 , m_driver((m_instance != DE_NULL) ? new InstanceDriverSC(context.getPlatformInterface(), m_instance, context.getTestContext().getCommandLine(), context.getResourceInterface()) : nullptr) in UncheckedInstance()
|
H A D | vktTestCase.cpp | 490 const InstanceDriverSC m_instanceInterface;
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ |
H A D | vktCustomInstancesDevices.hpp | 80 std::unique_ptr<vk::InstanceDriverSC> m_driver; 113 std::unique_ptr<vk::InstanceDriverSC> m_driver;
|
H A D | vktCustomInstancesDevices.cpp | 47 using vk::InstanceDriverSC; 115 , m_driver (new InstanceDriverSC(context.getPlatformInterface(), *m_instance, context.getTestContext().getCommandLine(), context.getResourceInterface())) in CustomInstance() 213 , m_driver((m_instance != DE_NULL) ? new InstanceDriverSC(context.getPlatformInterface(), m_instance, context.getTestContext().getCommandLine(), context.getResourceInterface()) : nullptr) in UncheckedInstance()
|
H A D | vktTestCase.cpp | 457 const InstanceDriverSC m_instanceInterface;
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkPlatform.hpp | 101 class InstanceDriverSC : public InstanceDriver class 104 InstanceDriverSC (const PlatformInterface& platformInterface,
|
H A D | vkPlatform.cpp | 69 InstanceDriverSC::InstanceDriverSC (const PlatformInterface& platformInterface, in InstanceDriverSC() function in vk::InstanceDriverSC 105 VkResult InstanceDriverSC::createDevice (VkPhysicalDevice physicalDevice, in createDevice()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiObjectManagementTests.cpp | 580 InstanceDriverSC vki; 728 InstanceDriverSC vki;
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiObjectManagementTests.cpp | 580 InstanceDriverSC vki; 728 InstanceDriverSC vki;
|
Completed in 20 milliseconds