Home
last modified time | relevance | path

Searched refs:getCommandLine (Results 1 – 25 of 248) sorted by relevance

12345678910

/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemContext.cpp37 , m_phyDevice(vk::chooseDevice(m_vki, m_instance, m_context.getTestContext().getCommandLine())) in ProtectedContext()
44 ctx.getTestContext().getCommandLine())) in ProtectedContext()
46 m_context.getTestContext().getCommandLine()) in ProtectedContext()
59 , m_phyDevice(vk::chooseDevice(m_vki, m_instance, m_context.getTestContext().getCommandLine())) in ProtectedContext()
61 m_context.getTestContext().getCommandLine())) in ProtectedContext()
68 ctx.getTestContext().getCommandLine())) in ProtectedContext()
70 m_context.getTestContext().getCommandLine()) in ProtectedContext()
/external/deqp/external/vulkancts/framework/vulkan/generated/vulkan/
DvkDeviceFeatureTest.inl15 …physicalDevice = chooseDevice(instanceDriver, instance, context.getTestContext().getCommandLine());
22 …const tcu::CommandLine& commandLine = context.getTestContext().getCommandLine();
23 …bool isSubProcess = context.getTestContext().getCommandLine().i…
57 …physicalDevice = chooseDevice(instanceDriver, instance, context.getTestContext().getCommandLine());
64 …const tcu::CommandLine& commandLine = context.getTestContext().getCommandLine();
65 …bool isSubProcess = context.getTestContext().getCommandLine().i…
101 …physicalDevice = chooseDevice(instanceDriver, instance, context.getTestContext().getCommandLine());
108 …const tcu::CommandLine& commandLine = context.getTestContext().getCommandLine();
109 …bool isSubProcess = context.getTestContext().getCommandLine().i…
143 …physicalDevice = chooseDevice(instanceDriver, instance, context.getTestContext().getCommandLine());
[all …]
/external/deqp/external/vulkancts/framework/vulkan/generated/vulkansc/
DvkDeviceFeatureTest.inl15 …physicalDevice = chooseDevice(instanceDriver, instance, context.getTestContext().getCommandLine());
22 …const tcu::CommandLine& commandLine = context.getTestContext().getCommandLine();
23 …bool isSubProcess = context.getTestContext().getCommandLine().i…
58 …physicalDevice = chooseDevice(instanceDriver, instance, context.getTestContext().getCommandLine());
65 …const tcu::CommandLine& commandLine = context.getTestContext().getCommandLine();
66 …bool isSubProcess = context.getTestContext().getCommandLine().i…
101 …physicalDevice = chooseDevice(instanceDriver, instance, context.getTestContext().getCommandLine());
108 …const tcu::CommandLine& commandLine = context.getTestContext().getCommandLine();
109 …bool isSubProcess = context.getTestContext().getCommandLine().i…
146 …physicalDevice = chooseDevice(instanceDriver, instance, context.getTestContext().getCommandLine());
[all …]
DvkGetDeviceProcAddr.inl24 … validationEnabled = context.getTestContext().getCommandLine().isValidation…
27 …physicalDevice = chooseDevice(instanceDriver, instance, context.getTestContext().getCommandLine());
57 …e, instance, device.get(), context.getUsedApiVersion(), context.getTestContext().getCommandLine());
/external/deqp/external/vulkancts/modules/vulkan/
DvktTestPackage.cpp242 vk::Platform::LIBRARY_TYPE_VULKAN, testCtx.getCommandLine().getVkLibraryPath())); in createLibrary()
245 …testCtx.getPlatform().getVulkanPlatform().createLibrary(testCtx.getCommandLine().getVkLibraryPath(… in createLibrary()
272 …, m_renderDoc(testCtx.getCommandLine().isRenderDocEnabled() ? MovePtr<vk::RenderDocUtil>(new vk::R… in TestCaseExecutor()
285 std::vector<int> caseFraction = testCtx.getCommandLine().getCaseFraction(); in TestCaseExecutor()
299 if (testCtx.getCommandLine().isSubProcess()) in TestCaseExecutor()
311 if (!testCtx.getCommandLine().isSubProcess() && in TestCaseExecutor()
312 !std::string(testCtx.getCommandLine().getSubprocessConfigFile()).empty()) in TestCaseExecutor()
314 std::ifstream iFile(testCtx.getCommandLine().getSubprocessConfigFile(), std::ios::in); in TestCaseExecutor()
317 testCtx.getCommandLine().getSubprocessConfigFile()) in TestCaseExecutor()
347 if (!std::string(testCtx.getCommandLine().getServerAddress()).empty()) in TestCaseExecutor()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/sc/
DvktCommandPoolMemoryReservationTests.cpp93 … de::max(VkDeviceSize(64u * context.getTestContext().getCommandLine().getCommandDefaultSize()), in verifyCommandPoolReservedSize()
94 … VkDeviceSize(context.getTestContext().getCommandLine().getCommandPoolMinSize())); in verifyCommandPoolReservedSize()
98 … de::max(VkDeviceSize(8192u * context.getTestContext().getCommandLine().getCommandDefaultSize()), in verifyCommandPoolReservedSize()
99 … VkDeviceSize(context.getTestContext().getCommandLine().getCommandPoolMinSize())); in verifyCommandPoolReservedSize()
106 … context.getTestContext().getCommandLine().getCommandBufferMinSize())); in verifyCommandPoolReservedSize()
163 …de::max(VkDeviceSize(eventCount * context.getTestContext().getCommandLine().getCommandDefaultSize(… in verifyCommandPoolAllocEqualsCommandBufferAlloc()
164 VkDeviceSize(context.getTestContext().getCommandLine().getCommandPoolMinSize())); in verifyCommandPoolAllocEqualsCommandBufferAlloc()
167 … context.getTestContext().getCommandLine().getCommandBufferMinSize())); in verifyCommandPoolAllocEqualsCommandBufferAlloc()
DvktFaultHandlingTests.cpp162 chooseDevice(instanceDriver, instance, context.getTestContext().getCommandLine()); in testCreateDeviceWithFaultCallbackInfo()
166 …tReservationCreateInfo memReservationInfo = context.getTestContext().getCommandLine().isSubProcess… in testCreateDeviceWithFaultCallbackInfo()
230 createCustomDevice(context.getTestContext().getCommandLine().isValidationEnabled(), in testCreateDeviceWithFaultCallbackInfo()
/external/deqp/external/openglcts/modules/common/
DglcContext.cpp57 if (m_testCtx.getCommandLine().isTerminateOnDeviceLostEnabled()) in createRenderContext()
62 glu::parseRenderConfig(&renderCfg, m_testCtx.getCommandLine()); in createRenderContext()
64 …m_renderCtx = glu::createRenderContext(m_testCtx.getPlatform(), m_testCtx.getCommandLine(), rend… in createRenderContext()
DglcTestPackage.cpp70 if (m_testCtx.getCommandLine().getRunMode() == tcu::RUNMODE_EXECUTE) in init()
76 const tcu::CommandLine &commandLine = context.getTestContext().getCommandLine(); in init()
/external/deqp/framework/common/
DtcuApp.cpp54 testCtx.getCommandLine().createCaseListFilter(testCtx.getArchive())); in writeCaselistsToStdout()
83 testCtx.getCommandLine().createCaseListFilter(testCtx.getArchive())); in verifyAmberCapabilityCoherency()
213 DE_ASSERT(m_testCtx->getCommandLine().getRunMode() != RUNMODE_EXECUTE); in iterate()
236 if (!m_testCtx->getCommandLine().isSubProcess()) in iterate()
244 const RunMode runMode = m_testCtx->getCommandLine().getRunMode(); in iterate()
248 if (!m_testCtx->getCommandLine().isSubProcess()) in iterate()
DtcuTestSessionExecutor.cpp57 , m_caseListFilter(testCtx.getCommandLine().createCaseListFilter(testCtx.getArchive())) in TestSessionExecutor()
181 if (!std::string(m_testCtx.getCommandLine().getServerAddress()).empty()) in leaveTestPackage()
186 if (!std::string(m_testCtx.getCommandLine().getServerAddress()).empty()) in leaveTestPackage()
343 (m_status.numFailed > 0 && m_testCtx.getCommandLine().isTerminateOnFailEnabled()) || in leaveTestCase()
344 … (m_status.numDeviceLost > 0 && m_testCtx.getCommandLine().isTerminateOnDeviceLostEnabled())) in leaveTestCase()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiDeviceInitializationTests.cpp637 chooseDevice(instanceDriver, instance, context.getTestContext().getCommandLine()); in createDeviceTest()
657 …tReservationCreateInfo memReservationInfo = context.getTestContext().getCommandLine().isSubProcess… in createDeviceTest()
681 …const Unique<VkDevice> device(createCustomDevice(context.getTestContext().getCommandLine().isValid… in createDeviceTest()
685 context.getTestContext().getCommandLine()); in createDeviceTest()
716 … chooseDevice(instanceDriver, instances.back(), context.getTestContext().getCommandLine()); in createMultipleDevicesTest()
735 context.getTestContext().getCommandLine().isSubProcess() ? in createMultipleDevicesTest()
760 …createUncheckedDevice(context.getTestContext().getCommandLine().isValidationEnabled(), instanceDri… in createMultipleDevicesTest()
772 … context.getUsedApiVersion(), context.getTestContext().getCommandLine()); in createMultipleDevicesTest()
790 … context.getUsedApiVersion(), context.getTestContext().getCommandLine()); in createMultipleDevicesTest()
803 … context.getUsedApiVersion(), context.getTestContext().getCommandLine()); in createMultipleDevicesTest()
[all …]
DvktApiExternalMemoryTests.cpp350 …return createCustomDevice(context.getTestContext().getCommandLine().isValidationEnabled(), vkp, in… in createTestDevice()
816 …kPhysicalDevice device(vk::chooseDevice(vki, instance, context.getTestContext().getCommandLine())); in testSemaphoreQueries()
894 vk::chooseDevice(vki, instance, context.getTestContext().getCommandLine())); in testSemaphoreWin32Create()
903 context.getTestContext().getCommandLine()); in testSemaphoreWin32Create()
959 vk::chooseDevice(vki, instance, context.getTestContext().getCommandLine())); in testSemaphoreImportTwice()
968 context.getTestContext().getCommandLine()); in testSemaphoreImportTwice()
1019 vk::chooseDevice(vki, instance, context.getTestContext().getCommandLine())); in testSemaphoreImportReimport()
1028 context.getTestContext().getCommandLine()); in testSemaphoreImportReimport()
1077 vk::chooseDevice(vki, instance, context.getTestContext().getCommandLine())); in testSemaphoreSignalExportImportWait()
1087 context.getTestContext().getCommandLine()); in testSemaphoreSignalExportImportWait()
[all …]
DvktApiExtensionDuplicatesTests.cpp207 …u::CommandLine &cmd = m_context.getTestContext().getCommandLine(); in iterate()
278 …lDevice phd = chooseDevice(vki, customInstance, m_context.getTestContext().getCommandLine()); in iterate()
285 const tcu::CommandLine &cmd = m_context.getTestContext().getCommandLine(); in iterate()
309 …m_context.getTestContext().getCommandLine().isSubProcess() ? m_context.getResourceInterface()->get… in iterate()
342 … m_context.getUsedApiVersion(), m_context.getTestContext().getCommandLine()); in iterate()
/external/deqp/framework/platform/android/
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()
/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiSurfaceTests.cpp224 … native.getWindow(), context.getTestContext().getCommandLine())); in createSurfaceTest()
234 … native.getWindow(), context.getTestContext().getCommandLine())); in querySurfaceCounterTest()
236 const tcu::CommandLine &cmdLine = context.getTestContext().getCommandLine(); in querySurfaceCounterTest()
278 … context.getTestContext().getCommandLine(), allocationRecorder.getCallbacks())); in createSurfaceCustomAllocatorTest()
319 … context.getTestContext().getCommandLine(), failingAllocator.getCallbacks())); in createSurfaceSimulateOOMTest()
366 … native.getWindow(), context.getTestContext().getCommandLine())); in querySurfaceSupportTest()
407 … native.getWindow(), context.getTestContext().getCommandLine())); in queryPresentationSupportTest()
498 … native.getWindow(), context.getTestContext().getCommandLine())); in querySurfaceCapabilitiesTest()
526 … native.getWindow(), context.getTestContext().getCommandLine())); in querySurfaceCapabilities2Test()
582 … native.getWindow(), context.getTestContext().getCommandLine())); in querySurfaceProtectedCapabilitiesTest()
[all …]
DvktWsiSwapchainTests.cpp256 : physicalDevice(chooseDevice(vki, instance, context.getTestContext().getCommandLine())) in DeviceHelper()
261 … context.getTestContext().getCommandLine().isValidationEnabled(), pAllocator)) in DeviceHelper()
263 context.getTestContext().getCommandLine()) in DeviceHelper()
289 : physicalDevice(chooseDevice(vki, instance, context.getTestContext().getCommandLine())) in MultiQueueDeviceHelper()
294 … context.getTestContext().getCommandLine().isValidationEnabled(), pAllocator)) in MultiQueueDeviceHelper()
296 context.getTestContext().getCommandLine()) in MultiQueueDeviceHelper()
590 context.getTestContext().getCommandLine())); in createSwapchainTest()
698 context.getTestContext().getCommandLine())); in createSwapchainPrivateDataTest()
843 … context.getTestContext().getCommandLine(), failingAllocator.getCallbacks())); in createSwapchainSimulateOOMTest()
944 … native.getWindow(), context.getTestContext().getCommandLine())); in testImageSwapchainCreateInfo()
[all …]
/external/deqp/modules/gles31/
Dtes31Context.cpp42 if (m_testCtx.getCommandLine().getRunMode() == tcu::RUNMODE_EXECUTE) in Context()
64 … = glu::createDefaultRenderContext(m_testCtx.getPlatform(), m_testCtx.getCommandLine(), m_apiType); in createRenderContext()
Dtgl45es31TestPackage.cpp65 if (m_testCtx.getCommandLine().getRunMode() == tcu::RUNMODE_EXECUTE) in init()
70 const tcu::CommandLine &commandLine = m_context->getTestContext().getCommandLine(); in init()
Dtes31TestPackage.cpp74 if (m_testCtx.getCommandLine().getRunMode() == tcu::RUNMODE_EXECUTE) in init()
79 const tcu::CommandLine &commandLine = m_context->getTestContext().getCommandLine(); in init()
/external/deqp/external/vulkancts/modules/vulkan/postmortem/
DvktPostmortemUtil.cpp77 return createCustomDevice(context.getTestContext().getCommandLine().isValidationEnabled(), in createPostmortemDevice()
87 context.getUsedApiVersion(), context.getTestContext().getCommandLine()) in PostmortemTestInstance()
/external/deqp/modules/gles3/
Dtgl45es3TestPackage.cpp65 if (m_testCtx.getCommandLine().getRunMode() == tcu::RUNMODE_EXECUTE) in init()
70 const tcu::CommandLine &commandLine = m_context->getTestContext().getCommandLine(); in init()
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawConcurrentTests.cpp121 chooseDevice(instanceDriver, instance, m_context.getTestContext().getCommandLine()); in iterate()
125 const auto validation = m_context.getTestContext().getCommandLine().isValidationEnabled(); in iterate()
169 …m_context.getTestContext().getCommandLine().isSubProcess() ? m_context.getResourceInterface()->get… in iterate()
180 if (m_context.getTestContext().getCommandLine().isSubProcess()) in iterate()
221 m_context.getTestContext().getCommandLine())); in iterate()
226 … m_context.getTestContext().getCommandLine(), m_context.getResourceInterface(), in iterate()
443 if (m_context.getTestContext().getCommandLine().isSubProcess()) in iterate()
/external/deqp/external/vulkancts/framework/vulkan/
DvkResourceInterface.cpp423 if (m_testCtx.getCommandLine().isSubProcess()) in initDevice()
445 if (m_testCtx.getCommandLine().isSubProcess()) in deinitDevice()
948 if (!std::string(m_testCtx.getCommandLine().getPipelineCompilerPath()).empty()) in importPipelineCacheData()
951 m_pipelineInput, std::string(m_testCtx.getCommandLine().getPipelineCompilerPath()), in importPipelineCacheData()
952 std::string(m_testCtx.getCommandLine().getPipelineCompilerDataDir()), in importPipelineCacheData()
953 std::string(m_testCtx.getCommandLine().getPipelineCompilerArgs()), in importPipelineCacheData()
954 std::string(m_testCtx.getCommandLine().getPipelineCompilerOutputFile()), in importPipelineCacheData()
955 std::string(m_testCtx.getCommandLine().getPipelineCompilerLogFile()), in importPipelineCacheData()
956 std::string(m_testCtx.getCommandLine().getPipelineCompilerFilePrefix())); in importPipelineCacheData()
968 m_pipelineInput, m_cacheData, uint32_t(m_testCtx.getCommandLine().getPipelineDefaultSize()), in importPipelineCacheData()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/robustness/
DvktRobustnessUtil.cpp79 …tReservationCreateInfo memReservationInfo = context.getTestContext().getCommandLine().isSubProcess… in createRobustBufferAccessDevice()
91 if (context.getTestContext().getCommandLine().isSubProcess()) in createRobustBufferAccessDevice()
136 …const auto physicalDevice = chooseDevice(vki, instance, context.getTestContext().getCommandLine()); in createRobustBufferAccessDevice()
143 return createCustomDevice(context.getTestContext().getCommandLine().isValidationEnabled(), in createRobustBufferAccessDevice()
350 …icalDevice physicalDevice = chooseDevice(vki, instance, context.getTestContext().getCommandLine()); in GraphicsEnvironment()

12345678910