Lines Matching refs:DeviceDriverPtr
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,
889 DeviceDriverPtr deviceDriver = DeviceDriverPtr (new DeviceDriver(context.getPlatformInterface(), context.getInstance(), *device, context.getUsedApiVersion()));
891 DeviceDriverPtr deviceDriver = DeviceDriverPtr (new DeviceDriverSC(context.getPlatformInterface(), context.getInstance(), *device, context.getTestContext().getCommandLine(), context.getResourceInterface(), context.getDeviceVulkanSC10Properties(), context.getDeviceProperties(), context.getUsedApiVersion()), vk::DeinitDeviceDeleter( context.getResourceInterface().get(), *device ));