Searched refs:strip (Results 1 - 25 of 1733) sorted by relevance

1234567891011>>

/xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/exts/
H A Dformatting.py11 envvar = envvar.strip().upper()
12 t = " Type: %s" % t.strip(" <>").lower()
13 default = " Default: %s" % default.strip(" ()")
21 opcode = opcode.strip().upper()
22 desc = " (%s)" % desc.strip()
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_serialize.h34 void nir_serialize(struct blob *blob, const nir_shader *nir, bool strip);
/xsrc/external/mit/MesaLib/dist/bin/
H A Dmeson_get_version.py29 version = f.read().strip()
H A Dcommit_in_branch.py68 return out.decode().strip()
82 return out.decode().strip()
/xsrc/external/mit/MesaLib/dist/docs/_exts/
H A Dformatting.py11 envvar = envvar.strip().upper()
12 t = "Type: %s" % t.strip(" <>").lower()
13 default = "Default: %s" % default.strip(" ()")
23 opcode = opcode.strip().upper()
24 desc = " (%s)" % desc.strip()
/xsrc/external/mit/mesa-demos/dist/src/tests/
H A Dcva_huge.c96 unsigned strip, i; local in function:generate_indices
98 /* indice size * number of strips * number of indices in strip */
102 for (strip = 0; strip < nr_verts_in_row - 1; strip += 2) {
104 unsigned idx = i + strip * nr_indices_in_strip;
105 unsigned idx2 = (nr_indices_in_strip - i - 2) + (strip +
107 indices[idx + 1] = i/2 + strip*nr_verts_in_row;
108 indices[idx] = i/2 + (strip + 1)*nr_verts_in_row;
109 if (strip
[all...]
/xsrc/external/mit/fontconfig/dist/doc/
H A Dextract-man-list.py43 fncs_chunks = fncs_text.strip().split('@@')
53 lines = [line for line in chunk.split('@') if line.strip()]
58 tag = lines.pop(0).strip()
63 text = lines.pop(0).strip()
H A Dedit-sgml.py48 template_lines = template_text.strip().split('\n')
61 fncs_chunks = fncs_text.strip().split('@@')
71 lines = [line for line in chunk.split('@') if line.strip()]
76 tag = lines.pop(0).strip()
81 text = lines.pop(0).strip()
/xsrc/external/mit/MesaLib.old/dist/bin/
H A Dmeson_get_version.py30 version = f.read().strip()
/xsrc/external/mit/MesaLib/dist/.gitlab-ci/container/
H A Dcreate-android-cross-file.sh23 strip = '$ndk/toolchains/llvm/prebuilt/linux-x86_64/bin/$arch-strip'
H A Dbuild-apitrace.sh16 ${STRIP_CMD:-strip} build/*
H A Dbuild-hang-detection.sh14 strip build/bin/*
H A Dbuild-virglrenderer.sh7 wget -qO- https://github.com/anholt/libepoxy/releases/download/1.5.8/libepoxy-1.5.8.tar.xz | tar -xJ --strip-components=1
H A Dbuild-gfxreconstruct.sh17 strip build/bin/*
H A Dbuild-deqp.sh64 # Save *some* executor utils, but otherwise strip things down
77 ${STRIP_CMD:-strip} external/vulkancts/modules/vulkan/deqp-vk
78 ${STRIP_CMD:-strip} external/openglcts/modules/glcts
79 ${STRIP_CMD:-strip} modules/*/deqp-*
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/tests/
H A Dwarnings_test.py56 expected = f.read().strip()
60 ).strip()
/xsrc/external/mit/libXaw/dist/examples/
H A DMakefile.am2 check_PROGRAMS = list menu pane repeater scrollbar simple strip toggle viewport xawhisto
/xsrc/external/mit/MesaLib.old/dist/src/intel/isl/
H A Dgen_format_layout.py159 self.name = line[0].strip()
163 self.bw = line[2].strip()
164 self.bh = line[3].strip()
165 self.bd = line[4].strip()
175 self.order = line[12].strip()
183 self.colorspace = line[13].strip().upper()
188 self.txc = line[14].strip().upper() or 'NONE'
/xsrc/external/mit/MesaLib/dist/src/intel/isl/
H A Dgen_format_layout.py171 self.name = line[0].strip()
174 self.bw = line[2].strip()
175 self.bh = line[3].strip()
176 self.bd = line[4].strip()
186 self.order = line[12].strip()
211 self.colorspace = line[13].strip().upper()
216 self.txc = line[14].strip().upper() or 'NONE'
/xsrc/external/mit/freetype/dist/builds/meson/
H A Dprocess_ftoption_h.py66 option_name = line[11:-3].strip()
69 option_name = line[8:].strip()
72 option_name = line[7:].strip()
/xsrc/external/mit/freetype/dist/src/tools/
H A Dchktrcmp.py64 src_line = src_line.strip()
84 hdr_line = hdr_line.strip()
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
H A Dzink_instance.py184 conditions = conditions.strip()
198 conditions = conditions.strip()
343 header = Template(header_code).render(extensions=extensions, layers=layers, registry=registry).strip()
348 impl = Template(impl_code).render(extensions=extensions, layers=layers, registry=registry).strip()
/xsrc/external/mit/MesaLib.old/dist/scons/
H A Dsource_list.py73 sym = line[:op_pos].strip()
90 self.line_cont += line[:-1].strip() + ' '
/xsrc/external/mit/fontconfig/dist/src/
H A Dcutout.py35 l = l.strip('\r')
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/codegen/
H A Dgen_archrast.py56 "desc": match.group(6)[2:].strip() if match.group(6) else "",
172 line = lines[idx].strip()
179 brief.append(match.group(1).strip())
188 brief.append(match.group(2).strip())

Completed in 14 milliseconds

1234567891011>>