Home
last modified time | relevance | path

Searched refs:deqpConfigRelPath (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/tests/regres/cmd/regres/
Dmain.go74 deqpConfigRelPath = "tests/regres/deqp.json" const
440 if p := path.Join(checkoutDir, deqpConfigRelPath); !util.IsFile(p) {
446 file, err := os.Open(path.Join(checkoutDir, deqpConfigRelPath))
459 return deqpBuild{}, cause.Wrap(err, "Couldn't parse %s", deqpConfigRelPath)
464 return deqpBuild{}, cause.Wrap(err, "Couldn't re-encode %s", deqpConfigRelPath)