Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/
Dgen_framework.py30 from khr_util.format import indentLines, writeInlFile
440 for line in indentLines(["\t%s\t= %s," % v for v in enum.values]):
453 for line in indentLines(["\t%s\t= %s," % v for v in bitfield.values]):
462 for line in indentLines(["\t%s\t%s;" % (m.type, m.name) for m in type.members]):
474 for line in indentLines(genLines(handles)):
479 for line in indentLines(["enum { %s\t= %s\t};" % define for define in api.definitions]):
493 …for line in indentLines(["VK_DEFINE_PLATFORM_TYPE(%s,\t%s);" % (s, c) for n, s, c in PLATFORM_TYPE…
517 writeInlFile(filename, INL_HEADER, indentLines(genProtos()))
524 writeInlFile(filename, INL_HEADER, indentLines(genTypes()))
527 …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
52 …writeInlFile(os.path.join(EGL_WRAPPER_DIR, "eglwEnums.inl"), indentLines(map(enumDefinition, iface…
Dstr_util.py27 from khr_util.format import indentLines
152 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.py92 lines = khr_util.format.indentLines(lines)
Dcall_log_wrapper.py27 from khr_util.format import indentLines
/external/deqp/scripts/opengl/
Dsrc_util.py124 lines = indentLines(lines)
157 indentLines = khr_util.format.indentLines variable
Dgen_enums.py32 src = indentLines(map(enumDefinition, iface.enums))
Dgen_ext_init.py43 for line in indentLines(genInit(command) for command in extIface.commands):
Dgen_str_util.py959 writeInlFile(prototypeFile, indentLines(genStrUtilProtos(iface, enumGroups, bitfieldGroups)))
Dgen_wrapper.py43 src = indentLines(chain(defines, prototypes))