Searched defs:DEFAULT_BUILD_DIR (Results 1 - 9 of 9) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/scripts/ |
H A D | amber_verify.py | 42 DEFAULT_BUILD_DIR = os.path.join(tempfile.gettempdir(), "amber-verify", "{targetName}-{buildType}") variable
|
H A D | build_mustpass.py | 31 from build_caselists import Module, getModuleByName, getBuildConfig, DEFAULT_BUILD_DIR, DEFAULT_TARGET namespace
|
H A D | build_spirv_binaries.py | 45 DEFAULT_BUILD_DIR = os.path.join(tempfile.gettempdir(), "spirv-binaries", "{targetName}-{buildType}") variable
|
/third_party/vk-gl-cts/external/openglcts/scripts/ |
H A D | build_caselists.py | 94 DEFAULT_BUILD_DIR = os.path.join(tempfile.gettempdir(), "deqp-caselists", "{targetName}-{buildType}") variable
|
H A D | mustpass.py | 28 from build_caselists import Module, getModuleByName, getBuildConfig, genCaseList, getCaseListPath, DEFAULT_BUILD_DIR, DEFAULT_TARGET, GLCTS_BIN_NAME namespace
|
H A D | build_mustpass.py | 28 from build_caselists import Module, getModuleByName, DEFAULT_BUILD_DIR, DEFAULT_TARGET namespace
|
/third_party/vk-gl-cts/scripts/ |
H A D | build_caselists.py | 50 DEFAULT_BUILD_DIR = os.path.join(tempfile.gettempdir(), "deqp-caselists", "{targetName}-{buildType}") variable
|
H A D | build_android_mustpass.py | 25 from build_caselists import Module, getModuleByName, getBuildConfig, DEFAULT_BUILD_DIR, DEFAULT_TARGET namespace
|
H A D | mustpass.py | 26 from build_caselists import Module, getModuleByName, getBuildConfig, genCaseList, getCaseListPath, DEFAULT_BUILD_DIR, DEFAULT_TARGET namespace
|
Completed in 7 milliseconds