/external/deqp/external/vulkancts/modules/vulkan/ |
D | vktTestPackage.cpp | 210 …nPlatform().createLibrary(vk::Platform::LIBRARY_TYPE_VULKAN, testCtx.getCommandLine().getVkLibrary… in createLibrary() 212 …ary>(testCtx.getPlatform().getVulkanPlatform().createLibrary(testCtx.getCommandLine().getVkLibrary… in createLibrary() 239 , m_renderDoc (testCtx.getCommandLine().isRenderDocEnabled() in TestCaseExecutor() 253 std::vector<int> caseFraction = testCtx.getCommandLine().getCaseFraction(); in TestCaseExecutor() 267 if (testCtx.getCommandLine().isSubProcess()) in TestCaseExecutor() 279 …if (!testCtx.getCommandLine().isSubProcess() && !std::string(testCtx.getCommandLine().getSubproces… in TestCaseExecutor() 281 std::ifstream iFile(testCtx.getCommandLine().getSubprocessConfigFile(), std::ios::in); in TestCaseExecutor() 283 …::string("Missing config file defining number of tests: ") + testCtx.getCommandLine().getSubproces… in TestCaseExecutor() 313 if (!std::string(testCtx.getCommandLine().getServerAddress()).empty()) in TestCaseExecutor() 316 vksc_server::OpenRemoteStandardOutput(testCtx.getCommandLine().getServerAddress()); in TestCaseExecutor() [all …]
|
/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() 44 ctx.getTestContext().getCommandLine())) in ProtectedContext() 61 , m_phyDevice (vk::chooseDevice(m_vki, m_instance, m_context.getTestContext().getCommandLine())) in ProtectedContext() 62 …eSurface(m_vki, m_instance, wsiType, display, window, m_context.getTestContext().getCommandLine())) in ProtectedContext() 68 ctx.getTestContext().getCommandLine())) in ProtectedContext()
|
/external/deqp/external/vulkancts/modules/vulkan/sc/ |
D | vktCommandPoolMemoryReservationTests.cpp | 94 …u * context.getTestContext().getCommandLine().getCommandDefaultSize()), VkDeviceSize(context.getTe… in verifyCommandPoolReservedSize() 97 …u * context.getTestContext().getCommandLine().getCommandDefaultSize()), VkDeviceSize(context.getTe… in verifyCommandPoolReservedSize() 102 …kDeviceSize(testParams.commandBufferCount * context.getTestContext().getCommandLine().getCommandBu… in verifyCommandPoolReservedSize() 161 …t * context.getTestContext().getCommandLine().getCommandDefaultSize()), VkDeviceSize(context.getTe… in verifyCommandPoolAllocEqualsCommandBufferAlloc() 162 …kDeviceSize(testParams.commandBufferCount * context.getTestContext().getCommandLine().getCommandBu… in verifyCommandPoolAllocEqualsCommandBufferAlloc()
|
D | vktFaultHandlingTests.cpp | 158 …ysicalDevice = chooseDevice(instanceDriver, instance, context.getTestContext().getCommandLine()); in testCreateDeviceWithFaultCallbackInfo() 162 …VkDeviceObjectReservationCreateInfo memReservationInfo = context.getTestContext().getCommandLine(… in testCreateDeviceWithFaultCallbackInfo() 229 …Move<VkDevice> resultingDevice = createCustomDevice(context.getTestContext().getCommandLine().isVa… in testCreateDeviceWithFaultCallbackInfo()
|
/external/deqp/external/vulkancts/framework/vulkan/generated/vulkan/ |
D | vkDeviceFeatureTest.inl | 15 …ysicalDevice = chooseDevice(instanceDriver, instance, context.getTestContext().getCommandLine()); 22 … isSubProcess = context.getTestContext().getCommandLine().isSubProcess… 62 …ysicalDevice = chooseDevice(instanceDriver, instance, context.getTestContext().getCommandLine()); 69 … isSubProcess = context.getTestContext().getCommandLine().isSubProcess… 109 …ysicalDevice = chooseDevice(instanceDriver, instance, context.getTestContext().getCommandLine()); 116 … isSubProcess = context.getTestContext().getCommandLine().isSubProcess… 157 …ysicalDevice = chooseDevice(instanceDriver, instance, context.getTestContext().getCommandLine()); 164 … isSubProcess = context.getTestContext().getCommandLine().isSubProcess… 206 …ysicalDevice = chooseDevice(instanceDriver, instance, context.getTestContext().getCommandLine()); 213 … isSubProcess = context.getTestContext().getCommandLine().isSubProcess… [all …]
|
/external/deqp/external/vulkancts/framework/vulkan/generated/vulkansc/ |
D | vkDeviceFeatureTest.inl | 15 …ysicalDevice = chooseDevice(instanceDriver, instance, context.getTestContext().getCommandLine()); 22 … isSubProcess = context.getTestContext().getCommandLine().isSubProcess… 65 …ysicalDevice = chooseDevice(instanceDriver, instance, context.getTestContext().getCommandLine()); 72 … isSubProcess = context.getTestContext().getCommandLine().isSubProcess… 114 …ysicalDevice = chooseDevice(instanceDriver, instance, context.getTestContext().getCommandLine()); 121 … isSubProcess = context.getTestContext().getCommandLine().isSubProcess… 162 …ysicalDevice = chooseDevice(instanceDriver, instance, context.getTestContext().getCommandLine()); 169 … isSubProcess = context.getTestContext().getCommandLine().isSubProcess… 209 …ysicalDevice = chooseDevice(instanceDriver, instance, context.getTestContext().getCommandLine()); 216 … isSubProcess = context.getTestContext().getCommandLine().isSubProcess… [all …]
|
/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/common/ |
D | tcuApp.cpp | 53 …de::MovePtr<const CaseListFilter> caseListFilter (testCtx.getCommandLine().createCaseListFilter(te… in writeCaselistsToStdout() 81 …de::MovePtr<const CaseListFilter> caseListFilter(testCtx.getCommandLine().createCaseListFilter(tes… 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()
|
D | tcuTestSessionExecutor.cpp | 52 , m_caseListFilter (testCtx.getCommandLine().createCaseListFilter(testCtx.getArchive())) in TestSessionExecutor() 175 if (!std::string(m_testCtx.getCommandLine().getServerAddress()).empty()) in leaveTestPackage() 180 if (!std::string(m_testCtx.getCommandLine().getServerAddress()).empty()) in leaveTestPackage() 316 (m_status.numFailed > 0 && m_testCtx.getCommandLine().isTerminateOnFailEnabled())) in leaveTestCase()
|
/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/external/vulkancts/modules/vulkan/wsi/ |
D | vktWsiSurfaceTests.cpp | 231 …nce, wsiType, native.getDisplay(), native.getWindow(), context.getTestContext().getCommandLine())); in createSurfaceTest() 240 …nce, wsiType, native.getDisplay(), native.getWindow(), context.getTestContext().getCommandLine())); in querySurfaceCounterTest() 277 context.getTestContext().getCommandLine(), in createSurfaceCustomAllocatorTest() 324 context.getTestContext().getCommandLine(), in createSurfaceSimulateOOMTest() 372 …nce, wsiType, native.getDisplay(), native.getWindow(), context.getTestContext().getCommandLine())); in querySurfaceSupportTest() 411 …nce, wsiType, native.getDisplay(), native.getWindow(), context.getTestContext().getCommandLine())); in queryPresentationSupportTest() 506 …nce, wsiType, native.getDisplay(), native.getWindow(), context.getTestContext().getCommandLine())); in querySurfaceCapabilitiesTest() 534 …nce, wsiType, native.getDisplay(), native.getWindow(), context.getTestContext().getCommandLine())); in querySurfaceCapabilities2Test() 595 …nce, wsiType, native.getDisplay(), native.getWindow(), context.getTestContext().getCommandLine())); in querySurfaceProtectedCapabilitiesTest() 688 …nce, wsiType, native.getDisplay(), native.getWindow(), context.getTestContext().getCommandLine())); in querySurfaceFormatsTest() [all …]
|
D | vktWsiSwapchainTests.cpp | 268 : physicalDevice (chooseDevice(vki, instance, context.getTestContext().getCommandLine())) in DeviceHelper() 278 context.getTestContext().getCommandLine().isValidationEnabled(), in DeviceHelper() 311 : physicalDevice (chooseDevice(vki, instance, context.getTestContext().getCommandLine())) in MultiQueueDeviceHelper() 321 context.getTestContext().getCommandLine().isValidationEnabled(), in MultiQueueDeviceHelper() 641 …rams.wsiType, native.getDisplay(), native.getWindow(), context.getTestContext().getCommandLine())); in createSwapchainTest() 740 …rams.wsiType, native.getDisplay(), native.getWindow(), context.getTestContext().getCommandLine())); in createSwapchainPrivateDataTest() 886 context.getTestContext().getCommandLine(), in createSwapchainSimulateOOMTest() 967 context.getTestContext().getCommandLine())); in testImageSwapchainCreateInfo() 1296 …nce, wsiType, native.getDisplay(), native.getWindow(), context.getTestContext().getCommandLine())); in basicRenderTest() 1524 …s.wsiType, native->getDisplay(), native->getWindow(i), context.getTestContext().getCommandLine())); in multiSwapchainRenderTest() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiDeviceInitializationTests.cpp | 646 …ysicalDevice = chooseDevice(instanceDriver, instance, context.getTestContext().getCommandLine()); in createDeviceTest() 666 …VkDeviceObjectReservationCreateInfo memReservationInfo = context.getTestContext().getCommandLine()… in createDeviceTest() 689 …const Unique<VkDevice> device (createCustomDevice(context.getTestContext().getCommandLine().… in createDeviceTest() 720 …vice = chooseDevice(instanceDriver, instances.back(), context.getTestContext().getCommandLine()); in createMultipleDevicesTest() 738 …VkDeviceObjectReservationCreateInfo memReservationInfo = context.getTestContext().getCommandLine()… in createMultipleDevicesTest() 761 …const VkResult result = createUncheckedDevice(context.getTestContext().getCommandLine().isValidati… in createMultipleDevicesTest() 814 …ysicalDevice = chooseDevice(instanceDriver, instance, context.getTestContext().getCommandLine()); in createDeviceWithUnsupportedExtensionsTest() 828 …VkDeviceObjectReservationCreateInfo memReservationInfo = context.getTestContext().getCommandLine()… in createDeviceWithUnsupportedExtensionsTest() 858 …const VkResult result = createUncheckedDevice(context.getTestContext().getCommandLine().isValidat… in createDeviceWithUnsupportedExtensionsTest() 896 …ysicalDevice = chooseDevice(instanceDriver, instance, context.getTestContext().getCommandLine()); in createDeviceWithVariousQueueCountsTest() [all …]
|
D | vktApiExternalMemoryTests.cpp | 407 …return createCustomDevice(context.getTestContext().getCommandLine().isValidationEnabled(), vkp, in… in createTestDevice() 956 …icalDevice device (vk::chooseDevice(vki, instance, context.getTestContext().getCommandLine())); in testSemaphoreQueries() 1043 …ice physicalDevice (vk::chooseDevice(vki, instance, context.getTestContext().getCommandLine())); in testSemaphoreWin32Create() 1114 …ice physicalDevice (vk::chooseDevice(vki, instance, context.getTestContext().getCommandLine())); in testSemaphoreImportTwice() 1166 …ice physicalDevice (vk::chooseDevice(vki, instance, context.getTestContext().getCommandLine())); in testSemaphoreImportReimport() 1217 …ice physicalDevice (vk::chooseDevice(vki, instance, context.getTestContext().getCommandLine())); in testSemaphoreSignalExportImportWait() 1255 …ice physicalDevice (vk::chooseDevice(vki, instance, context.getTestContext().getCommandLine())); in testSemaphoreExportSignalImportWait() 1292 …ice physicalDevice (vk::chooseDevice(vki, instance, context.getTestContext().getCommandLine())); in testSemaphoreExportImportSignalWait() 1327 …ice physicalDevice (vk::chooseDevice(vki, instance, context.getTestContext().getCommandLine())); in testSemaphoreSignalImport() 1379 …ice physicalDevice (vk::chooseDevice(vki, instance, context.getTestContext().getCommandLine())); in testSemaphoreSignalWaitImport() [all …]
|
/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 | tgl45es31TestPackage.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/modules/gles3/ |
D | tgl45es3TestPackage.cpp | 65 if (m_testCtx.getCommandLine().getRunMode() == tcu::RUNMODE_EXECUTE) in init() 70 const tcu::CommandLine& commandLine = m_context->getTestContext().getCommandLine(); in init()
|
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()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkResourceInterface.cpp | 428 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 …sFromPipelineCache( m_pipelineInput, m_cacheData, deUint32(m_testCtx.getCommandLine().getPipelineD… in importPipelineCacheData() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawConcurrentTests.cpp | 113 …ysicalDevice = chooseDevice(instanceDriver, instance, m_context.getTestContext().getCommandLine()); in iterate() 117 const auto validation = m_context.getTestContext().getCommandLine().isValidationEnabled(); in iterate() 160 …VkDeviceObjectReservationCreateInfo memReservationInfo = m_context.getTestContext().getCommandLine… in iterate() 170 if (m_context.getTestContext().getCommandLine().isSubProcess()) in iterate() 211 …ormInterface(), instance, *computeDevice, m_context.getTestContext().getCommandLine(), m_context.g… in iterate() 416 if (m_context.getTestContext().getCommandLine().isSubProcess()) in iterate()
|
/external/deqp/external/vulkancts/modules/vulkan/robustness/ |
D | vktRobustnessUtil.cpp | 101 …VkDeviceObjectReservationCreateInfo memReservationInfo = context.getTestContext().getCommandLine()… 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… in createRobustBufferAccessDevice() 374 …lDevice physicalDevice = chooseDevice(vki, instance, context.getTestContext().getCommandLine()); in GraphicsEnvironment()
|
/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()
|