Searched defs:regres (Results 1 – 1 of 1) sorted by relevance
124 type regres struct { struct125 cmake string // path to cmake executable126 make string // path to make executable127 python string // path to python executable128 tar string // path to tar executable129 cacheRoot string // path to the regres cache directory130 toolchain *llvm.Toolchain // the LLVM toolchain used to build SwiftShader131 gerritEmail string // gerrit email address used for posting results132 gerritUser string // gerrit username used for posting results133 gerritPass string // gerrit password used for posting results[all …]