Searched defs:regres (Results 1 – 1 of 1) sorted by relevance
128 type regres struct { struct129 cmake string // path to cmake executable130 make string // path to make executable131 python string // path to python executable132 tar string // path to tar executable133 cacheRoot string // path to the regres cache directory134 toolchain *llvm.Toolchain // the LLVM toolchain used to build SwiftShader135 gerritEmail string // gerrit email address used for posting results136 gerritUser string // gerrit username used for posting results137 gerritPass string // gerrit password used for posting results[all …]