Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/
Dbuild_mustpass.py30 from build_caselists import Module, getModuleByName, getBuildConfig, DEFAULT_BUILD_DIR, DEFAULT_TAR…
50 BUILD_CONFIG = getBuildConfig(DEFAULT_BUILD_DIR, DEFAULT_TARGET, "Debug")
Dbuild_spirv_binaries.py44 DEFAULT_BUILD_DIR = os.path.join(tempfile.gettempdir(), "spirv-binaries", "{targetName}-{buildType}… variable
80 default=DEFAULT_BUILD_DIR,
/external/deqp/scripts/
Dbuild_caselists.py49 DEFAULT_BUILD_DIR = os.path.join(tempfile.gettempdir(), "deqp-caselists", "{targetName}-{buildType}… variable
118 default=DEFAULT_BUILD_DIR,
Dbuild_android_mustpass.py25 from build_caselists import Module, getModuleByName, getBuildConfig, DEFAULT_BUILD_DIR, DEFAULT_TAR…
368 BUILD_CONFIG = getBuildConfig(DEFAULT_BUILD_DIR, DEFAULT_TARGET, "Debug")
Dmustpass.py26 …ule, getModuleByName, getBuildConfig, genCaseList, getCaseListPath, DEFAULT_BUILD_DIR, DEFAULT_TAR…