Home
last modified time | relevance | path

Searched refs:InstanceDriverSC (Results 1 - 10 of 10) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
H A DvktCustomInstancesDevices.hpp80 std::unique_ptr<vk::InstanceDriverSC> m_driver;
113 std::unique_ptr<vk::InstanceDriverSC> m_driver;
H A DvktCustomInstancesDevices.cpp47 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 DvktTestCase.cpp490 const InstanceDriverSC m_instanceInterface;
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/
H A DvktCustomInstancesDevices.hpp80 std::unique_ptr<vk::InstanceDriverSC> m_driver;
113 std::unique_ptr<vk::InstanceDriverSC> m_driver;
H A DvktCustomInstancesDevices.cpp47 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 DvktTestCase.cpp457 const InstanceDriverSC m_instanceInterface;
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkPlatform.hpp101 class InstanceDriverSC : public InstanceDriver class
104 InstanceDriverSC (const PlatformInterface& platformInterface,
H A DvkPlatform.cpp69 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 DvktApiObjectManagementTests.cpp580 InstanceDriverSC vki;
728 InstanceDriverSC vki;
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiObjectManagementTests.cpp580 InstanceDriverSC vki;
728 InstanceDriverSC vki;

Completed in 21 milliseconds