Home
last modified time | relevance | path

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

/external/deqp/scripts/
Drun_internal_tests.py46 …def __init__ (self, name, srcPath, buildPath, genParams, buildParams, testBinaryName, executor = '… argument
49 self.buildPath = buildPath
58 if os.path.exists(config.buildPath):
59 shutil.rmtree(config.buildPath)
61 os.makedirs(config.buildPath)
62 execute(["cmake", os.path.realpath(config.srcPath)] + config.genParams, workDir = config.buildPath)
66 if os.path.exists(config.buildPath):
68 execute(["cmake", "."], workDir = config.buildPath)
77 execute(["cmake", "--build", "."] + config.buildParams, workDir = config.buildPath)
84 testWorkDir = os.path.join(config.buildPath, "modules", "internal")
[all …]
Dbuild_caselists.py60 buildPath = buildPathPtrn.format(
64 return BuildConfig(buildPath, buildType, ["-DDEQP_TARGET=%s" % targetName])
/external/deqp/external/vulkancts/scripts/
Dbuild_spirv_binaries.py49 buildPath = buildPathPtrn.format(
53 return BuildConfig(buildPath, buildType, ["-DDEQP_TARGET=%s" % targetName])