Searched refs:PLATFORM_TYPES (Results 1 - 3 of 3) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/scripts/ |
H A D | gen_framework.py | 78 PLATFORM_TYPES = [ variable 150 for platformType, substitute, _ in PLATFORM_TYPES: 1300 for line in indentLines(["VK_DEFINE_PLATFORM_TYPE(%s,\t%s)" % (s[0], c) for n, s, c in PLATFORM_TYPES]): 1654 for line in indentLines("std::ostream& operator<< (std::ostream& s, %s\tv) { return s << tcu::toHex(v.internal); }" % ''.join(s) for n, s, c in PLATFORM_TYPES):
|
H A D | gen_framework_sc.py | 74 PLATFORM_TYPES = [ variable 311 for platformType, substitute, compat in PLATFORM_TYPES: 1102 for line in indentLines(["VK_DEFINE_PLATFORM_TYPE(%s,\t%s)" % (s[0], c) for n, s, c in PLATFORM_TYPES]): 1334 for line in indentLines("std::ostream& operator<< (std::ostream& s, %s\tv) { return s << tcu::toHex(v.internal); }" % ''.join(s) for n, s, c in PLATFORM_TYPES):
|
H A D | ohos_gen_framework.py | 75 PLATFORM_TYPES = [ variable 143 for platformType, substitute, _ in PLATFORM_TYPES: 1017 for line in indentLines(["VK_DEFINE_PLATFORM_TYPE(%s,\t%s)" % (s[0], c) for n, s, c in PLATFORM_TYPES]): 1346 for line in indentLines("std::ostream& operator<< (std::ostream& s, %s\tv) { return s << tcu::toHex(v.internal); }" % ''.join(s) for n, s, c in PLATFORM_TYPES):
|
Completed in 13 milliseconds