/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/robustness/ |
H A D | vktRobustnessIndexAccessTests.cpp | 55 typedef de::MovePtr<vk::DeviceDriver> DeviceDriverPtr; typedef 57 typedef de::MovePtr<vk::DeviceDriverSC, vk::DeinitDeviceDeleter> DeviceDriverPtr; 73 DeviceDriverPtr deviceDriver, 84 DeviceDriverPtr m_deviceDriver; 91 DeviceDriverPtr deviceDriver, in DrawIndexedInstance() 401 DeviceDriverPtr deviceDriver = in createInstance() 403 DeviceDriverPtr(new DeviceDriver(context.getPlatformInterface(), context.getInstance(), *device)); in createInstance() 405 DeviceDriverPtr(new DeviceDriverSC(context.getPlatformInterface(), context.getInstance(), *device, context.getTestContext().getCommandLine(), in createInstance()
|
H A D | vktRobustness1VertexAccessTests.cpp | 135 DeviceDriverPtr deviceDriver, 176 typedef function<TestStatus (TestContext&,Context&, const VkDevice device, DeviceDriverPtr deviceDriver)> TestFn; 196 [](TestContext& testContext, Context& context, const VkDevice device, DeviceDriverPtr deviceDriver) 255 [](TestContext& testContext, Context& context, const VkDevice device, DeviceDriverPtr deviceDriver) 310 [](TestContext& testContext, Context& context, const VkDevice device, DeviceDriverPtr deviceDriver) 369 [](TestContext& testContext, Context& context, const VkDevice device, DeviceDriverPtr deviceDriver) 496 static TestStatus robustness1TestFn (TestContext& testCtx, Context& context, const VkDevice device, DeviceDriverPtr deviceDriver, const vector<InputInfo>& inputs, const IVec2& renderSize) 806 DeviceDriverPtr deviceDriver, 826 DeviceDriverPtr deviceDriver, in Robustness1AccessInstance() 869 DeviceDriverPtr deviceDrive in createInstance() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/ |
H A D | vktRobustnessIndexAccessTests.cpp | 58 typedef de::MovePtr<vk::DeviceDriver> DeviceDriverPtr; typedef 60 typedef de::MovePtr<vk::DeviceDriverSC, vk::DeinitDeviceDeleter> DeviceDriverPtr; 91 DeviceDriverPtr deviceDriver, 102 DeviceDriverPtr m_deviceDriver; 109 DeviceDriverPtr deviceDriver, in DrawIndexedInstance() 353 DeviceDriverPtr& driver) const; 394 void DrawIndexedTestCase::createDeviceAndDriver (Context& context, Move<VkDevice>& device, DeviceDriverPtr& driver) const in createDeviceAndDriver() 428 DeviceDriverPtr(new DeviceDriver(context.getPlatformInterface(), context.getInstance(), *device, context.getUsedApiVersion())); in createDeviceAndDriver() 430 DeviceDriverPtr(new DeviceDriverSC(context.getPlatformInterface(), context.getInstance(), *device, context.getTestContext().getCommandLine(), in createDeviceAndDriver() 439 DeviceDriverPtr deviceDrive in createInstance() [all...] |
H A D | vktRobustness1VertexAccessTests.cpp | 137 DeviceDriverPtr deviceDriver, 178 typedef function<TestStatus (TestContext&,Context&, const VkDevice device, DeviceDriverPtr deviceDriver)> TestFn; 196 [](TestContext& testContext, Context& context, const VkDevice device, DeviceDriverPtr deviceDriver) 254 [](TestContext& testContext, Context& context, const VkDevice device, DeviceDriverPtr deviceDriver) 308 [](TestContext& testContext, Context& context, const VkDevice device, DeviceDriverPtr deviceDriver) 366 [](TestContext& testContext, Context& context, const VkDevice device, DeviceDriverPtr deviceDriver) 516 static TestStatus robustness1TestFn (TestContext& testCtx, Context& context, const VkDevice device, DeviceDriverPtr deviceDriver, const vector<InputInfo>& inputs, const IVec2& renderSize) 826 DeviceDriverPtr deviceDriver, 846 DeviceDriverPtr deviceDriver, in Robustness1AccessInstance() 889 DeviceDriverPtr deviceDrive in createInstance() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineBindVertexBuffers2Tests.cpp | 125 typedef de::MovePtr<vk::DeviceDriver> DeviceDriverPtr; typedef 127 typedef de::MovePtr<vk::DeviceDriverSC, vk::DeinitDeviceDeleter> DeviceDriverPtr; typedef 572 DeviceDriverPtr driver, in BindVertexBuffers2Instance() 609 DeviceDriverPtr m_deviceDriver; 1292 DeviceDriverPtr driver; in createInstance() 1328 DeviceDriverPtr(new vk::DeviceDriver(context.getPlatformInterface(), context.getInstance(), *device, context.getUsedApiVersion())); in createInstance() 1330 DeviceDriverPtr(new DeviceDriverSC(context.getPlatformInterface(), context.getInstance(), *device, context.getTestContext().getCommandLine(), in createInstance()
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkPlatform.hpp | 377 typedef de::MovePtr<DeviceDriver> DeviceDriverPtr; typedef 379 typedef de::MovePtr<DeviceDriverSC, vk::DeinitDeviceDeleter> DeviceDriverPtr; typedef
|