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