/external/deqp/external/vulkancts/modules/vulkan/protected_memory/ |
D | vktProtectedMemContext.cpp | 38 , m_phyDevice (vk::chooseDevice(m_vki, m_instance, m_context.getTestContext().getCommandLine())) in ProtectedContext() 40 …tx.getUsedApiVersion(), deviceExtensions, m_context.getTestContext().getCommandLine().isValidation… in ProtectedContext() 57 , m_phyDevice (vk::chooseDevice(m_vki, m_instance, m_context.getTestContext().getCommandLine())) in ProtectedContext() 60 …tx.getUsedApiVersion(), deviceExtensions, m_context.getTestContext().getCommandLine().isValidation… in ProtectedContext()
|
/external/angle/src/tests/deqp_support/ |
D | tes31Context_override.cpp | 31 if (m_testCtx.getCommandLine().getRunMode() == tcu::RUNMODE_EXECUTE) in Context() 59 … = glu::createDefaultRenderContext(m_testCtx.getPlatform(), m_testCtx.getCommandLine(), m_apiType); in createRenderContext() 62 …= glu::createDefaultRenderContext(m_testCtx.getPlatform(), m_testCtx.getCommandLine(), glu::ApiTyp… in createRenderContext()
|
/external/deqp/external/openglcts/modules/common/ |
D | glcContext.cpp | 56 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(), rend… in createRenderContext()
|
D | glcTestPackage.cpp | 70 if (m_testCtx.getCommandLine().getRunMode() == tcu::RUNMODE_EXECUTE) in init() 76 const tcu::CommandLine& commandLine = context.getTestContext().getCommandLine(); in init()
|
/external/deqp/framework/platform/android/ |
D | tcuAndroidPlatformCapabilityQueryJNI.cpp | 73 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/modules/gles31/ |
D | tes31Context.cpp | 42 if (m_testCtx.getCommandLine().getRunMode() == tcu::RUNMODE_EXECUTE) in Context() 64 …m_renderCtx = glu::createDefaultRenderContext(m_testCtx.getPlatform(), m_testCtx.getCommandLine()… in createRenderContext()
|
D | tgl45TestPackage.cpp | 65 if (m_testCtx.getCommandLine().getRunMode() == tcu::RUNMODE_EXECUTE) in init() 70 const tcu::CommandLine& commandLine = m_context->getTestContext().getCommandLine(); in init()
|
D | tes31TestPackage.cpp | 74 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/api/ |
D | vktApiDeviceInitializationTests.cpp | 616 …ysicalDevice = chooseDevice(instanceDriver, instance, context.getTestContext().getCommandLine()); in createDeviceTest() 648 …const Unique<VkDevice> device (createCustomDevice(context.getTestContext().getCommandLine().… in createDeviceTest() 665 …ysicalDevice = chooseDevice(instanceDriver, instance, context.getTestContext().getCommandLine()); in createMultipleDevicesTest() 701 …const VkResult result = createUncheckedDevice(context.getTestContext().getCommandLine().isValidati… in createMultipleDevicesTest() 754 …ysicalDevice = chooseDevice(instanceDriver, instance, context.getTestContext().getCommandLine()); in createDeviceWithUnsupportedExtensionsTest() 787 …const VkResult result = createUncheckedDevice(context.getTestContext().getCommandLine().isValidat… in createDeviceWithUnsupportedExtensionsTest() 825 …ysicalDevice = chooseDevice(instanceDriver, instance, context.getTestContext().getCommandLine()); in createDeviceWithVariousQueueCountsTest() 867 …const Unique<VkDevice> device (createCustomDevice(context.getTestContext().getCommandLine().i… in createDeviceWithVariousQueueCountsTest() 906 …ysicalDevice = chooseDevice(instanceDriver, instance, context.getTestContext().getCommandLine()); in createDeviceWithGlobalPriorityTest() 947 …const Unique<VkDevice> device (createCustomDevice(context.getTestContext().getCommandLine().is… in createDeviceWithGlobalPriorityTest() [all …]
|
D | vktApiExternalMemoryTests.cpp | 381 …return createCustomDevice(context.getTestContext().getCommandLine().isValidationEnabled(), vkp, in… in createTestDevice() 757 …icalDevice device (vk::chooseDevice(vki, instance, context.getTestContext().getCommandLine())); in testSemaphoreQueries() 806 …ice physicalDevice (vk::chooseDevice(vki, instance, context.getTestContext().getCommandLine())); in testSemaphoreWin32Create() 877 …ice physicalDevice (vk::chooseDevice(vki, instance, context.getTestContext().getCommandLine())); in testSemaphoreImportTwice() 924 …ice physicalDevice (vk::chooseDevice(vki, instance, context.getTestContext().getCommandLine())); in testSemaphoreImportReimport() 970 …ice physicalDevice (vk::chooseDevice(vki, instance, context.getTestContext().getCommandLine())); in testSemaphoreSignalExportImportWait() 1004 …ice physicalDevice (vk::chooseDevice(vki, instance, context.getTestContext().getCommandLine())); in testSemaphoreExportSignalImportWait() 1041 …ice physicalDevice (vk::chooseDevice(vki, instance, context.getTestContext().getCommandLine())); in testSemaphoreExportImportSignalWait() 1076 …ice physicalDevice (vk::chooseDevice(vki, instance, context.getTestContext().getCommandLine())); in testSemaphoreSignalImport() 1124 …ice physicalDevice (vk::chooseDevice(vki, instance, context.getTestContext().getCommandLine())); in testSemaphoreSignalWaitImport() [all …]
|
D | vktApiToolingInfoTests.cpp | 83 …(context, instance, !enabledLayers.empty(), context.getTestContext().getCommandLine().printValidat… in createCustomInstance() 244 …alDevice = chooseDevice(instance.getDriver(), instance, context.getTestContext().getCommandLine()); in validateInstanceLayers() 282 …alDevice = chooseDevice(instance.getDriver(), instance, context.getTestContext().getCommandLine()); in validateInstanceLayers()
|
/external/deqp/framework/common/ |
D | tcuApp.cpp | 53 …de::MovePtr<const CaseListFilter> caseListFilter (testCtx.getCommandLine().createCaseListFilter(te… in writeCaselistsToStdout() 160 DE_ASSERT(m_testCtx->getCommandLine().getRunMode() != RUNMODE_EXECUTE); in iterate() 188 const RunMode runMode = m_testCtx->getCommandLine().getRunMode(); in iterate()
|
D | tcuTestHierarchyUtil.cpp | 128 …de::MovePtr<const CaseListFilter> caseListFilter (testCtx.getCommandLine().createCaseListFilter(te… in writeXmlCaselistsToFiles() 186 …de::MovePtr<const CaseListFilter> caseListFilter (testCtx.getCommandLine().createCaseListFilter(te… in writeTxtCaselistsToFiles()
|
D | tcuTestContext.hpp | 64 const CommandLine& getCommandLine (void) const { return m_cmdLine; } in getCommandLine() function in tcu::TestContext
|
/external/deqp/modules/gles3/ |
D | tes3TestPackage.cpp | 144 if (m_testCtx.getCommandLine().getRunMode() == tcu::RUNMODE_EXECUTE) in init() 149 const tcu::CommandLine& commandLine = m_context->getTestContext().getCommandLine(); in init()
|
D | tes3Context.cpp | 44 …m_renderCtx = glu::createDefaultRenderContext(m_testCtx.getPlatform(), m_testCtx.getCommandLine()… in Context()
|
/external/deqp/modules/gles2/ |
D | tes2TestPackage.cpp | 146 if (m_testCtx.getCommandLine().getRunMode() == tcu::RUNMODE_EXECUTE) in init() 151 const tcu::CommandLine& commandLine = m_context->getTestContext().getCommandLine(); in init()
|
D | tes2Context.cpp | 47 …m_renderCtx = glu::createDefaultRenderContext(m_testCtx.getPlatform(), m_testCtx.getCommandLine()… in Context()
|
/external/deqp/external/vulkancts/modules/vulkan/postmortem/ |
D | vktPostmortemUtil.cpp | 80 …return createCustomDevice(context.getTestContext().getCommandLine().isValidationEnabled(), context… in createPostmortemDevice()
|
/external/deqp/external/vulkancts/modules/vulkan/ |
D | vktCustomInstancesDevices.cpp | 216 const auto& cmdLine = context.getTestContext().getCommandLine(); in createCustomInstanceWithExtensions() 287 const auto& cmdLine = context.getTestContext().getCommandLine(); in createCustomInstanceFromInfo() 316 const auto& cmdLine = context.getTestContext().getCommandLine(); in createUncheckedInstance()
|
D | vktTestPackage.cpp | 232 , m_renderDoc (testCtx.getCommandLine().isRenderDocEnabled() in TestCaseExecutor() 240 testCtx.getCommandLine().getInitialCmdLine()); in TestCaseExecutor() 241 m_waiverMechanism.setup(testCtx.getCommandLine().getWaiverFileName(), in TestCaseExecutor() 265 const tcu::CommandLine& commandLine = m_context.getTestContext().getCommandLine(); in init()
|
/external/deqp/modules/egl/ |
D | teglQuerySurfaceTests.cpp | 309 …glu::selectNativeWindowFactory(m_eglTestCtx.getNativeDisplayFactory(), m_testCtx.getCommandLine()); in executeForConfig() 317 …NULL, eglu::WindowParams(width, height, eglu::parseWindowVisibility(m_testCtx.getCommandLine())))); in executeForConfig() 340 …glu::selectNativePixmapFactory(m_eglTestCtx.getNativeDisplayFactory(), m_testCtx.getCommandLine()); in executeForConfig() 582 …glu::selectNativeWindowFactory(m_eglTestCtx.getNativeDisplayFactory(), m_testCtx.getCommandLine()); in executeForConfig() 590 …NULL, eglu::WindowParams(width, height, eglu::parseWindowVisibility(m_testCtx.getCommandLine())))); in executeForConfig() 611 …glu::selectNativePixmapFactory(m_eglTestCtx.getNativeDisplayFactory(), m_testCtx.getCommandLine()); in executeForConfig()
|
D | teglRenderCase.cpp | 137 …ctory& windowFactory = eglu::selectNativeWindowFactory(displayFactory, m_testCtx.getCommandLine()); in executeForConfig() 141 …u::WindowParams params (width, height, eglu::parseWindowVisibility(m_testCtx.getCommandLine())); in executeForConfig() 162 …ctory& pixmapFactory = eglu::selectNativePixmapFactory(displayFactory, m_testCtx.getCommandLine()); in executeForConfig()
|
D | teglTestCase.cpp | 49 , m_glLibraryCache (testCtx.getPlatform().getEGLPlatform(), testCtx.getCommandLine()) in EglTestContext()
|
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/ |
D | vktSparseResourcesBase.hpp | 68 const tcu::CommandLine& cmdLine = context.getTestContext().getCommandLine(); in SparseResourcesBaseInstance()
|