Home
last modified time | relevance | path

Searched refs:indentLines (Results 1 – 14 of 14) sorted by relevance

/external/deqp/external/vulkancts/scripts/
Dgen_framework.py30 from khr_util.format import indentLines, writeInlFile
409 for line in indentLines(["\t%s\t= %s," % v for v in enum.values]):
422 for line in indentLines(["\t%s\t= %s," % v for v in bitfield.values]):
431 for line in indentLines(["\t%s\t%s;" % (m.type, m.name) for m in type.members]):
443 for line in indentLines(genLines(handles)):
448 …for line in indentLines(["#define %s\t(static_cast<%s>\t(%s))" % (name, type, value) for name, typ…
462 …for line in indentLines(["VK_DEFINE_PLATFORM_TYPE(%s,\t%s);" % (s, c) for n, s, c in PLATFORM_TYPE…
486 writeInlFile(filename, INL_HEADER, indentLines(genProtos()))
493 writeInlFile(filename, INL_HEADER, indentLines(genTypes()))
496 …writeInlFile(filename, INL_HEADER, indentLines(["%s\t%s;" % (getFunctionTypeName(function), getInt…
[all …]
/external/deqp/scripts/khr_util/
Dgen_str_util.py24 from format import indentLines
88 for caseLine in indentLines(genCases()):
111 for fieldLine in indentLines(genFields()):
143 for caseLine in indentLines(genCases()):
171 for caseLine in indentLines(genCases()):
Dformat.py47 def indentLines (lines): function
/external/deqp/scripts/egl/
Denums.py27 from khr_util.format import indentLines, normalizeConstant
56 …writeInlFile(os.path.join(EGL_WRAPPER_DIR, "eglwEnums.inl"), indentLines(map(enumDefinition, iface…
Dstr_util.py27 from khr_util.format import indentLines
169 writeInlFile(prototypeFile, indentLines(genStrUtilProtos(iface, enumGroups, bitfieldGroups)))
Dproc_address_tests.py31 from khr_util.format import indentLines
67 for line in indentLines(entries):
Dlibrary.py24 from khr_util.format import indentLines, commandParams, commandArgs
Dcommon.py103 lines = khr_util.format.indentLines(lines)
Dcall_log_wrapper.py27 from khr_util.format import indentLines
/external/deqp/scripts/opengl/
Dsrc_util.py130 lines = indentLines(lines)
163 indentLines = khr_util.format.indentLines variable
Dgen_enums.py32 src = indentLines(map(enumDefinition, iface.enums))
Dgen_str_util.py967 writeInlFile(prototypeFile, indentLines(genStrUtilProtos(iface, enumGroups, bitfieldGroups)))
Dgen_ext_init.py43 for line in indentLines(genInit(command) for command in extIface.commands):
Dgen_wrapper.py43 src = indentLines(chain(defines, prototypes))