HomeSort by relevance Sort by last modified time
    Searched refs:buildCfg (Results 1 - 3 of 3) sorted by null

  /external/deqp/scripts/
build_caselists.py 66 def getModulesPath (buildCfg):
67 return os.path.join(buildCfg.getBuildDir(), "modules")
69 def getBuiltModules (buildCfg):
71 modulesDir = getModulesPath(buildCfg)
83 def getCaseListPath (buildCfg, module, caseListType):
84 return os.path.join(getModulesPath(buildCfg), module.dirName, getCaseListFileName(module, caseListType))
86 def genCaseList (buildCfg, generator, module, caseListType):
87 workDir = os.path.join(getModulesPath(buildCfg), module.dirName)
92 binPath = generator.getBinaryPath(buildCfg.getBuildType(), os.path.join(".", module.binName))
97 def genAndCopyCaseList (buildCfg, generator, module, dstDir, caseListType)
    [all...]
mustpass.py 148 def getCaseList (buildCfg, generator, module):
149 build(buildCfg, generator, [module.binName])
150 genCaseList(buildCfg, generator, module, "txt")
151 return readCaseList(getCaseListPath(buildCfg, module, "txt"))
368 def genMustpassLists (mustpassLists, generator, buildCfg):
375 moduleCaseLists[package.module] = getCaseList(buildCfg, generator, package.module)
  /external/deqp/external/vulkancts/scripts/
build_spirv_binaries.py 62 def execBuildPrograms (buildCfg, generator, module, dstPath):
64 workDir = os.path.join(buildCfg.getBuildDir(), "modules", module.dirName)
69 binPath = generator.getBinaryPath(buildCfg.getBuildType(), os.path.join(".", "vk-build-programs"))
103 buildCfg = getBuildConfig(args.buildDir, args.targetName, args.buildType)
106 build(buildCfg, generator, ["vk-build-programs"])
111 execBuildPrograms(buildCfg, generator, module, args.dstPath)

Completed in 68 milliseconds