Searched refs:buildPath (Results 1 – 3 of 3) sorted by relevance
/external/deqp/scripts/ |
D | run_internal_tests.py | 46 …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 …]
|
D | build_caselists.py | 60 buildPath = buildPathPtrn.format( 64 return BuildConfig(buildPath, buildType, ["-DDEQP_TARGET=%s" % targetName])
|
/external/deqp/external/vulkancts/scripts/ |
D | build_spirv_binaries.py | 49 buildPath = buildPathPtrn.format( 53 return BuildConfig(buildPath, buildType, ["-DDEQP_TARGET=%s" % targetName])
|