Searched refs:g_root (Results 1 – 5 of 5) sorted by relevance
35 tcu::TestPackageRoot *g_root = nullptr; variable82 g_root = new tcu::TestPackageRoot(*g_testCtx, tcu::TestPackageRegistry::getSingleton()); in deqp_libtester_init_platform()84 new tcu::RandomOrderExecutor(*g_root, *g_testCtx, options.enableRenderDocCapture); in deqp_libtester_init_platform()128 delete g_root; in deqp_libtester_shutdown_platform()129 g_root = nullptr; in deqp_libtester_shutdown_platform()
41 static std::string g_root; variable58 g_root + "/client_crash_test_server", in CreateServerAndStub()133 g_root = me.substr(0, lslash); in main()135 g_root = "."; in main()
41 static std::string g_root; variable101 client_.reset(new SubProcess({g_root + "/server_crash_test_client", in CreateServerAndClient()151 g_root = me.substr(0, lslash); in main()153 g_root = "."; in main()
174 g_root PA_CONSTINIT = {};176 return g_root.Get(); in Allocator()185 return g_root.Get(); in New()565 auto* current_root = g_root.Get(); in ConfigurePartitions()636 g_root.Replace(new_root); in ConfigurePartitions()666 g_root.Get()->SwitchToDenserBucketDistribution(); in ConfigurePartitions()
937 auto g_root = tensorflow::Scope::NewRootScope(); in TestHashNodeDef() local940 Output g_const = Const(g_root.WithOpName("a").WithDevice("some_device"), in TestHashNodeDef()943 TF_ASSERT_OK(g_root.ToGraphDef(&g_graph_def)); in TestHashNodeDef()