Home
last modified time | relevance | path

Searched refs:getCommandLine (Results 1 - 25 of 351) sorted by relevance

12345678910>>...15

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
H A DvktTestPackage.cpp216 return MovePtr<vk::Library>(testCtx.getPlatform().getVulkanPlatform().createLibrary(vk::Platform::LIBRARY_TYPE_VULKAN, testCtx.getCommandLine().getVkLibraryPath())); in createLibrary()
218 return MovePtr<vk::Library>(testCtx.getPlatform().getVulkanPlatform().createLibrary(testCtx.getCommandLine().getVkLibraryPath())); in createLibrary()
245 , m_renderDoc (testCtx.getCommandLine().isRenderDocEnabled() in TestCaseExecutor()
259 std::vector<int> caseFraction = testCtx.getCommandLine().getCaseFraction(); in TestCaseExecutor()
273 if (testCtx.getCommandLine().isSubProcess()) in TestCaseExecutor()
285 if (!testCtx.getCommandLine().isSubProcess() && !std::string(testCtx.getCommandLine().getSubprocessConfigFile()).empty()) in TestCaseExecutor()
287 std::ifstream iFile(testCtx.getCommandLine().getSubprocessConfigFile(), std::ios::in); in TestCaseExecutor()
289 TCU_THROW(InternalError, (std::string("Missing config file defining number of tests: ") + testCtx.getCommandLine().getSubprocessConfigFile()).c_str()); in TestCaseExecutor()
319 if (!std::string(testCtx.getCommandLine() in TestCaseExecutor()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/
H A DvktTestPackage.cpp208 return MovePtr<vk::Library>(testCtx.getPlatform().getVulkanPlatform().createLibrary(vk::Platform::LIBRARY_TYPE_VULKAN, testCtx.getCommandLine().getVkLibraryPath())); in createLibrary()
210 return MovePtr<vk::Library>(testCtx.getPlatform().getVulkanPlatform().createLibrary(testCtx.getCommandLine().getVkLibraryPath())); in createLibrary()
237 , m_renderDoc (testCtx.getCommandLine().isRenderDocEnabled() in TestCaseExecutor()
251 std::vector<int> caseFraction = testCtx.getCommandLine().getCaseFraction(); in TestCaseExecutor()
265 if (testCtx.getCommandLine().isSubProcess()) in TestCaseExecutor()
277 if (!testCtx.getCommandLine().isSubProcess() && !std::string(testCtx.getCommandLine().getSubprocessConfigFile()).empty()) in TestCaseExecutor()
279 std::ifstream iFile(testCtx.getCommandLine().getSubprocessConfigFile(), std::ios::in); in TestCaseExecutor()
281 TCU_THROW(InternalError, (std::string("Missing config file defining number of tests: ") + testCtx.getCommandLine().getSubprocessConfigFile()).c_str()); in TestCaseExecutor()
311 if (!std::string(testCtx.getCommandLine() in TestCaseExecutor()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
H A DvktProtectedMemContext.cpp38 , m_phyDevice (vk::chooseDevice(m_vki, m_instance, m_context.getTestContext().getCommandLine())) in ProtectedContext()
44 ctx.getTestContext().getCommandLine())) in ProtectedContext()
61 , m_phyDevice (vk::chooseDevice(m_vki, m_instance, m_context.getTestContext().getCommandLine())) in ProtectedContext()
62 , m_surface (vk::wsi::createSurface(m_vki, m_instance, wsiType, display, window, m_context.getTestContext().getCommandLine())) in ProtectedContext()
68 ctx.getTestContext().getCommandLine())) in ProtectedContext()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/protected_memory/
H A DvktProtectedMemContext.cpp38 , m_phyDevice (vk::chooseDevice(m_vki, m_instance, m_context.getTestContext().getCommandLine())) in ProtectedContext()
44 ctx.getTestContext().getCommandLine())) in ProtectedContext()
61 , m_phyDevice (vk::chooseDevice(m_vki, m_instance, m_context.getTestContext().getCommandLine())) in ProtectedContext()
62 , m_surface (vk::wsi::createSurface(m_vki, m_instance, wsiType, display, window, m_context.getTestContext().getCommandLine())) in ProtectedContext()
68 ctx.getTestContext().getCommandLine())) in ProtectedContext()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sc/
H A DvktCommandPoolMemoryReservationTests.cpp94 commandPoolReservedSize = de::max(VkDeviceSize(64u * context.getTestContext().getCommandLine().getCommandDefaultSize()), VkDeviceSize(context.getTestContext().getCommandLine().getCommandPoolMinSize()) ); in verifyCommandPoolReservedSize()
97 commandPoolReservedSize = de::max(VkDeviceSize(8192u * context.getTestContext().getCommandLine().getCommandDefaultSize()), VkDeviceSize(context.getTestContext().getCommandLine().getCommandPoolMinSize())); in verifyCommandPoolReservedSize()
102 commandPoolReservedSize = de::max(commandPoolReservedSize, VkDeviceSize(testParams.commandBufferCount * context.getTestContext().getCommandLine().getCommandBufferMinSize())); in verifyCommandPoolReservedSize()
161 VkDeviceSize commandPoolReservedSize = de::max(VkDeviceSize(eventCount * context.getTestContext().getCommandLine().getCommandDefaultSize()), VkDeviceSize(context.getTestContext().getCommandLine().getCommandPoolMinSize())); in verifyCommandPoolAllocEqualsCommandBufferAlloc()
162 commandPoolReservedSize = de::max(commandPoolReservedSize, VkDeviceSize(testParams.commandBufferCount * context.getTestContext().getCommandLine().getCommandBufferMinSize())); in verifyCommandPoolAllocEqualsCommandBufferAlloc()
H A DvktFaultHandlingTests.cpp158 const VkPhysicalDevice physicalDevice = chooseDevice(instanceDriver, instance, context.getTestContext().getCommandLine()); in testCreateDeviceWithFaultCallbackInfo()
162 VkDeviceObjectReservationCreateInfo memReservationInfo = context.getTestContext().getCommandLine().isSubProcess() ? context.getResourceInterface()->getStatMax() : resetDeviceObjectReservationCreateInfo(); in testCreateDeviceWithFaultCallbackInfo()
229 Move<VkDevice> resultingDevice = createCustomDevice(context.getTestContext().getCommandLine().isValidationEnabled(), context.getPlatformInterface(), instance, instanceDriver, physicalDevice, &deviceCreateInfo); in testCreateDeviceWithFaultCallbackInfo()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sc/
H A DvktCommandPoolMemoryReservationTests.cpp94 commandPoolReservedSize = de::max(VkDeviceSize(64u * context.getTestContext().getCommandLine().getCommandDefaultSize()), VkDeviceSize(context.getTestContext().getCommandLine().getCommandPoolMinSize()) ); in verifyCommandPoolReservedSize()
97 commandPoolReservedSize = de::max(VkDeviceSize(8192u * context.getTestContext().getCommandLine().getCommandDefaultSize()), VkDeviceSize(context.getTestContext().getCommandLine().getCommandPoolMinSize())); in verifyCommandPoolReservedSize()
102 commandPoolReservedSize = de::max(commandPoolReservedSize, VkDeviceSize(testParams.commandBufferCount * context.getTestContext().getCommandLine().getCommandBufferMinSize())); in verifyCommandPoolReservedSize()
161 VkDeviceSize commandPoolReservedSize = de::max(VkDeviceSize(eventCount * context.getTestContext().getCommandLine().getCommandDefaultSize()), VkDeviceSize(context.getTestContext().getCommandLine().getCommandPoolMinSize())); in verifyCommandPoolAllocEqualsCommandBufferAlloc()
162 commandPoolReservedSize = de::max(commandPoolReservedSize, VkDeviceSize(testParams.commandBufferCount * context.getTestContext().getCommandLine().getCommandBufferMinSize())); in verifyCommandPoolAllocEqualsCommandBufferAlloc()
H A DvktFaultHandlingTests.cpp158 const VkPhysicalDevice physicalDevice = chooseDevice(instanceDriver, instance, context.getTestContext().getCommandLine()); in testCreateDeviceWithFaultCallbackInfo()
162 VkDeviceObjectReservationCreateInfo memReservationInfo = context.getTestContext().getCommandLine().isSubProcess() ? context.getResourceInterface()->getStatMax() : resetDeviceObjectReservationCreateInfo(); in testCreateDeviceWithFaultCallbackInfo()
229 Move<VkDevice> resultingDevice = createCustomDevice(context.getTestContext().getCommandLine().isValidationEnabled(), context.getPlatformInterface(), instance, instanceDriver, physicalDevice, &deviceCreateInfo); in testCreateDeviceWithFaultCallbackInfo()
/third_party/skia/third_party/externals/angle2/src/tests/deqp_support/
H A Dtes31Context_override.cpp31 if (m_testCtx.getCommandLine().getRunMode() == tcu::RUNMODE_EXECUTE) in Context()
59 m_renderCtx = glu::createDefaultRenderContext(m_testCtx.getPlatform(), m_testCtx.getCommandLine(), m_apiType); in createRenderContext()
62 m_renderCtx = glu::createDefaultRenderContext(m_testCtx.getPlatform(), m_testCtx.getCommandLine(), glu::ApiType::es(3, 1)); in createRenderContext()
/third_party/vk-gl-cts/framework/platform/android/
H A DtcuAndroidPlatformCapabilityQueryJNI.cpp73 return getCommandLine().hasOption<opt::GLMajorVersion>(); in hasGLMajorVersion()
78 return getCommandLine().hasOption<opt::GLMinorVersion>(); in hasGLMinorVersion()
84 return getCommandLine().getOption<opt::GLMajorVersion>(); in getGLMajorVersion()
90 return getCommandLine().getOption<opt::GLMinorVersion>(); in getGLMinorVersion()
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcContext.cpp56 glu::parseRenderConfig(&renderCfg, m_testCtx.getCommandLine()); in createRenderContext()
58 if (m_testCtx.getCommandLine().getRunMode() != tcu::RUNMODE_EXECUTE) in createRenderContext()
65 m_renderCtx = glu::createRenderContext(m_testCtx.getPlatform(), m_testCtx.getCommandLine(), renderCfg); in createRenderContext()
H A DglcTestPackage.cpp70 if (m_testCtx.getCommandLine().getRunMode() == tcu::RUNMODE_EXECUTE) in init()
76 const tcu::CommandLine& commandLine = context.getTestContext().getCommandLine(); in init()
/third_party/vk-gl-cts/framework/common/
H A DtcuApp.cpp53 de::MovePtr<const CaseListFilter> caseListFilter (testCtx.getCommandLine().createCaseListFilter(testCtx.getArchive())); in writeCaselistsToStdout()
81 de::MovePtr<const CaseListFilter> caseListFilter(testCtx.getCommandLine().createCaseListFilter(testCtx.getArchive())); in verifyAmberCapabilityCoherency()
211 DE_ASSERT(m_testCtx->getCommandLine().getRunMode() != RUNMODE_EXECUTE); in iterate()
234 if (!m_testCtx->getCommandLine().isSubProcess()) in iterate()
242 const RunMode runMode = m_testCtx->getCommandLine().getRunMode(); in iterate()
246 if(!m_testCtx->getCommandLine().isSubProcess()) in iterate()
H A DtcuTestSessionExecutor.cpp52 , m_caseListFilter (testCtx.getCommandLine().createCaseListFilter(testCtx.getArchive())) in TestSessionExecutor()
176 if (!std::string(m_testCtx.getCommandLine().getServerAddress()).empty()) in leaveTestPackage()
181 if (!std::string(m_testCtx.getCommandLine().getServerAddress()).empty()) in leaveTestPackage()
317 (m_status.numFailed > 0 && m_testCtx.getCommandLine().isTerminateOnFailEnabled())) in leaveTestCase()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/wsi/
H A DvktWsiSurfaceTests.cpp231 const Unique<VkSurfaceKHR> surface (createSurface(instHelper.vki, instHelper.instance, wsiType, native.getDisplay(), native.getWindow(), context.getTestContext().getCommandLine())); in createSurfaceTest()
240 const Unique<VkSurfaceKHR> surface (createSurface(instHelper.vki, instHelper.instance, wsiType, native.getDisplay(), native.getWindow(), context.getTestContext().getCommandLine())); in querySurfaceCounterTest()
277 context.getTestContext().getCommandLine(), in createSurfaceCustomAllocatorTest()
324 context.getTestContext().getCommandLine(), in createSurfaceSimulateOOMTest()
372 const Unique<VkSurfaceKHR> surface (createSurface(instHelper.vki, instHelper.instance, wsiType, native.getDisplay(), native.getWindow(), context.getTestContext().getCommandLine())); in querySurfaceSupportTest()
411 const Unique<VkSurfaceKHR> surface (createSurface(instHelper.vki, instHelper.instance, wsiType, native.getDisplay(), native.getWindow(), context.getTestContext().getCommandLine())); in queryPresentationSupportTest()
506 const Unique<VkSurfaceKHR> surface (createSurface(instHelper.vki, instHelper.instance, wsiType, native.getDisplay(), native.getWindow(), context.getTestContext().getCommandLine())); in querySurfaceCapabilitiesTest()
534 const Unique<VkSurfaceKHR> surface (createSurface(instHelper.vki, instHelper.instance, wsiType, native.getDisplay(), native.getWindow(), context.getTestContext().getCommandLine())); in querySurfaceCapabilities2Test()
595 const Unique<VkSurfaceKHR> surface (createSurface(instHelper.vki, instHelper.instance, wsiType, native.getDisplay(), native.getWindow(), context.getTestContext().getCommandLine())); in querySurfaceProtectedCapabilitiesTest()
688 const Unique<VkSurfaceKHR> surface (createSurface(instHelper.vki, instHelper.instance, wsiType, native.getDisplay(), native.getWindow(), context.getTestContext().getCommandLine())); in querySurfaceFormatsTest()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiDeviceInitializationTests.cpp646 const VkPhysicalDevice physicalDevice = chooseDevice(instanceDriver, instance, context.getTestContext().getCommandLine()); in createDeviceTest()
666 VkDeviceObjectReservationCreateInfo memReservationInfo = context.getTestContext().getCommandLine().isSubProcess() ? context.getResourceInterface()->getStatMax() : resetDeviceObjectReservationCreateInfo(); in createDeviceTest()
689 const Unique<VkDevice> device (createCustomDevice(context.getTestContext().getCommandLine().isValidationEnabled(), platformInterface, instance, instanceDriver, physicalDevice, &deviceCreateInfo)); in createDeviceTest()
720 const VkPhysicalDevice physicalDevice = chooseDevice(instanceDriver, instances.back(), context.getTestContext().getCommandLine()); in createMultipleDevicesTest()
738 VkDeviceObjectReservationCreateInfo memReservationInfo = context.getTestContext().getCommandLine().isSubProcess() ? context.getResourceInterface()->getStatMax() : resetDeviceObjectReservationCreateInfo(); in createMultipleDevicesTest()
761 const VkResult result = createUncheckedDevice(context.getTestContext().getCommandLine().isValidationEnabled(), instanceDriver, physicalDevice, &deviceCreateInfo, DE_NULL/*pAllocator*/, &devices[deviceNdx]); in createMultipleDevicesTest()
814 const VkPhysicalDevice physicalDevice = chooseDevice(instanceDriver, instance, context.getTestContext().getCommandLine()); in createDeviceWithUnsupportedExtensionsTest()
828 VkDeviceObjectReservationCreateInfo memReservationInfo = context.getTestContext().getCommandLine().isSubProcess() ? context.getResourceInterface()->getStatMax() : resetDeviceObjectReservationCreateInfo(); in createDeviceWithUnsupportedExtensionsTest()
858 const VkResult result = createUncheckedDevice(context.getTestContext().getCommandLine().isValidationEnabled(), instanceDriver, physicalDevice, &deviceCreateInfo, DE_NULL/*pAllocator*/, &device); in createDeviceWithUnsupportedExtensionsTest()
896 const VkPhysicalDevice physicalDevice = chooseDevice(instanceDriver, instance, context.getTestContext().getCommandLine()); in createDeviceWithVariousQueueCountsTest()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiDeviceInitializationTests.cpp646 const VkPhysicalDevice physicalDevice = chooseDevice(instanceDriver, instance, context.getTestContext().getCommandLine()); in createDeviceTest()
666 VkDeviceObjectReservationCreateInfo memReservationInfo = context.getTestContext().getCommandLine().isSubProcess() ? context.getResourceInterface()->getStatMax() : resetDeviceObjectReservationCreateInfo(); in createDeviceTest()
689 const Unique<VkDevice> device (createCustomDevice(context.getTestContext().getCommandLine().isValidationEnabled(), platformInterface, instance, instanceDriver, physicalDevice, &deviceCreateInfo)); in createDeviceTest()
720 const VkPhysicalDevice physicalDevice = chooseDevice(instanceDriver, instances.back(), context.getTestContext().getCommandLine()); in createMultipleDevicesTest()
738 VkDeviceObjectReservationCreateInfo memReservationInfo = context.getTestContext().getCommandLine().isSubProcess() ? context.getResourceInterface()->getStatMax() : resetDeviceObjectReservationCreateInfo(); in createMultipleDevicesTest()
761 const VkResult result = createUncheckedDevice(context.getTestContext().getCommandLine().isValidationEnabled(), instanceDriver, physicalDevice, &deviceCreateInfo, DE_NULL/*pAllocator*/, &devices[deviceNdx]); in createMultipleDevicesTest()
814 const VkPhysicalDevice physicalDevice = chooseDevice(instanceDriver, instance, context.getTestContext().getCommandLine()); in createDeviceWithUnsupportedExtensionsTest()
828 VkDeviceObjectReservationCreateInfo memReservationInfo = context.getTestContext().getCommandLine().isSubProcess() ? context.getResourceInterface()->getStatMax() : resetDeviceObjectReservationCreateInfo(); in createDeviceWithUnsupportedExtensionsTest()
858 const VkResult result = createUncheckedDevice(context.getTestContext().getCommandLine().isValidationEnabled(), instanceDriver, physicalDevice, &deviceCreateInfo, DE_NULL/*pAllocator*/, &device); in createDeviceWithUnsupportedExtensionsTest()
896 const VkPhysicalDevice physicalDevice = chooseDevice(instanceDriver, instance, context.getTestContext().getCommandLine()); in createDeviceWithVariousQueueCountsTest()
[all...]
/third_party/vk-gl-cts/modules/gles31/
H A Dtes31Context.cpp42 if (m_testCtx.getCommandLine().getRunMode() == tcu::RUNMODE_EXECUTE) in Context()
64 m_renderCtx = glu::createDefaultRenderContext(m_testCtx.getPlatform(), m_testCtx.getCommandLine(), m_apiType); in createRenderContext()
H A Dtgl45es31TestPackage.cpp65 if (m_testCtx.getCommandLine().getRunMode() == tcu::RUNMODE_EXECUTE) in init()
70 const tcu::CommandLine& commandLine = m_context->getTestContext().getCommandLine(); in init()
H A Dtes31TestPackage.cpp74 if (m_testCtx.getCommandLine().getRunMode() == tcu::RUNMODE_EXECUTE) in init()
79 const tcu::CommandLine& commandLine = m_context->getTestContext().getCommandLine(); in init()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkResourceInterface.cpp428 if (m_testCtx.getCommandLine().isSubProcess()) in initDevice()
450 if (m_testCtx.getCommandLine().isSubProcess()) in deinitDevice()
957 if(!std::string(m_testCtx.getCommandLine().getPipelineCompilerPath()).empty()) in importPipelineCacheData()
960 std::string( m_testCtx.getCommandLine().getPipelineCompilerPath()), in importPipelineCacheData()
961 std::string( m_testCtx.getCommandLine().getPipelineCompilerDataDir()), in importPipelineCacheData()
962 std::string( m_testCtx.getCommandLine().getPipelineCompilerArgs()), in importPipelineCacheData()
963 std::string( m_testCtx.getCommandLine().getPipelineCompilerOutputFile()), in importPipelineCacheData()
964 std::string( m_testCtx.getCommandLine().getPipelineCompilerLogFile()), in importPipelineCacheData()
965 std::string( m_testCtx.getCommandLine().getPipelineCompilerFilePrefix()) ); in importPipelineCacheData()
976 m_pipelineSizes = vksc_server::extractSizesFromPipelineCache( m_pipelineInput, m_cacheData, deUint32(m_testCtx.getCommandLine() in importPipelineCacheData()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/
H A DvktWsiSurfaceTests.cpp231 const Unique<VkSurfaceKHR> surface (createSurface(instHelper.vki, instHelper.instance, wsiType, native.getDisplay(), native.getWindow(), context.getTestContext().getCommandLine())); in createSurfaceTest()
240 const Unique<VkSurfaceKHR> surface (createSurface(instHelper.vki, instHelper.instance, wsiType, native.getDisplay(), native.getWindow(), context.getTestContext().getCommandLine())); in querySurfaceCounterTest()
242 const tcu::CommandLine& cmdLine = context.getTestContext().getCommandLine(); in querySurfaceCounterTest()
283 context.getTestContext().getCommandLine(), in createSurfaceCustomAllocatorTest()
330 context.getTestContext().getCommandLine(), in createSurfaceSimulateOOMTest()
378 const Unique<VkSurfaceKHR> surface (createSurface(instHelper.vki, instHelper.instance, wsiType, native.getDisplay(), native.getWindow(), context.getTestContext().getCommandLine())); in querySurfaceSupportTest()
417 const Unique<VkSurfaceKHR> surface (createSurface(instHelper.vki, instHelper.instance, wsiType, native.getDisplay(), native.getWindow(), context.getTestContext().getCommandLine())); in queryPresentationSupportTest()
512 const Unique<VkSurfaceKHR> surface (createSurface(instHelper.vki, instHelper.instance, wsiType, native.getDisplay(), native.getWindow(), context.getTestContext().getCommandLine())); in querySurfaceCapabilitiesTest()
540 const Unique<VkSurfaceKHR> surface (createSurface(instHelper.vki, instHelper.instance, wsiType, native.getDisplay(), native.getWindow(), context.getTestContext().getCommandLine())); in querySurfaceCapabilities2Test()
601 const Unique<VkSurfaceKHR> surface (createSurface(instHelper.vki, instHelper.instance, wsiType, native.getDisplay(), native.getWindow(), context.getTestContext().getCommandLine())); in querySurfaceProtectedCapabilitiesTest()
[all...]
/third_party/vk-gl-cts/modules/gles3/
H A Dtgl45es3TestPackage.cpp65 if (m_testCtx.getCommandLine().getRunMode() == tcu::RUNMODE_EXECUTE) in init()
70 const tcu::CommandLine& commandLine = m_context->getTestContext().getCommandLine(); in init()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/
H A DvktRobustnessUtil.cpp76 VkDeviceObjectReservationCreateInfo memReservationInfo = context.getTestContext().getCommandLine().isSubProcess() ? context.getResourceInterface()->getStatMax() : resetDeviceObjectReservationCreateInfo(); in createRobustBufferAccessDevice()
86 if (context.getTestContext().getCommandLine().isSubProcess()) in createRobustBufferAccessDevice()
131 const auto physicalDevice = chooseDevice(vki, instance, context.getTestContext().getCommandLine()); in createRobustBufferAccessDevice()
133 return createCustomDevice(context.getTestContext().getCommandLine().isValidationEnabled(), context.getPlatformInterface(), in createRobustBufferAccessDevice()
349 const VkPhysicalDevice physicalDevice = chooseDevice(vki, instance, context.getTestContext().getCommandLine()); in GraphicsEnvironment()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/robustness/
H A DvktRobustnessUtil.cpp101 VkDeviceObjectReservationCreateInfo memReservationInfo = context.getTestContext().getCommandLine().isSubProcess() ? context.getResourceInterface()->getStatMax() : resetDeviceObjectReservationCreateInfo(); in createRobustBufferAccessDevice()
111 if (context.getTestContext().getCommandLine().isSubProcess()) in createRobustBufferAccessDevice()
156 const auto physicalDevice = chooseDevice(vki, instance, context.getTestContext().getCommandLine()); in createRobustBufferAccessDevice()
158 return createCustomDevice(context.getTestContext().getCommandLine().isValidationEnabled(), context.getPlatformInterface(), in createRobustBufferAccessDevice()
374 const VkPhysicalDevice physicalDevice = chooseDevice(vki, instance, context.getTestContext().getCommandLine()); in GraphicsEnvironment()

Completed in 21 milliseconds

12345678910>>...15