HomeSort by: relevance | last modified time | path
    Searched refs:strip (Results 1 - 25 of 563) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /xsrc/external/mit/MesaLib/dist/src/compiler/nir/
nir_serialize.h 34 void nir_serialize(struct blob *blob, const nir_shader *nir, bool strip);
  /xsrc/external/mit/MesaLib/dist/docs/_exts/
formatting.py 11 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/MesaLib.old/dist/src/gallium/docs/source/exts/
formatting.py 11 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/.gitlab-ci/container/
create-android-cross-file.sh 23 strip = '$ndk/toolchains/llvm/prebuilt/linux-x86_64/bin/$arch-strip'
build-apitrace.sh 16 ${STRIP_CMD:-strip} build/*
build-hang-detection.sh 14 strip build/bin/*
build-virglrenderer.sh 7 wget -qO- https://github.com/anholt/libepoxy/releases/download/1.5.8/libepoxy-1.5.8.tar.xz | tar -xJ --strip-components=1
build-gfxreconstruct.sh 17 strip build/bin/*
build-deqp.sh 64 # 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/mesa-demos/dist/src/tests/
cva_huge.c 96 unsigned strip, i; local
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 + 1 < nr_verts_in_row - 1)
    [all...]
  /xsrc/external/mit/MesaLib/dist/bin/
meson_get_version.py 29 version = f.read().strip()
  /xsrc/external/mit/MesaLib.old/dist/bin/
meson_get_version.py 30 version = f.read().strip()
  /xsrc/external/mit/fontconfig/dist/doc/
extract-man-list.py 43 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()
edit-sgml.py 48 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/freetype/dist/builds/dos/
dos-def.mk 18 SEP := $(strip \ )
  /xsrc/external/mit/freetype/dist/builds/os2/
os2-def.mk 18 SEP := $(strip \ )
  /xsrc/external/mit/freetype/dist/builds/windows/
win32-def.mk 18 SEP := $(strip \ )
  /xsrc/external/mit/MesaLib/dist/src/intel/isl/
gen_format_layout.py 171 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/MesaLib.old/dist/src/intel/isl/
gen_format_layout.py 159 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/freetype/dist/builds/meson/
process_ftoption_h.py 66 option_name = line[11:-3].strip()
69 option_name = line[8:].strip()
72 option_name = line[7:].strip()
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/tests/
warnings_test.py 56 expected = f.read().strip()
60 ).strip()
  /xsrc/external/mit/freetype/dist/
meson.build 33 files('include/freetype/freetype.h')).stdout().strip()
38 files('builds/unix/configure.raw')).stdout().strip()
62 files('modules.cfg')).stdout().strip().split()
83 files('modules.cfg')).stdout().strip().split()
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
zink_instance.py 184 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/
source_list.py 73 sym = line[:op_pos].strip()
90 self.line_cont += line[:-1].strip() + ' '
  /xsrc/external/mit/freetype/dist/src/tools/
chktrcmp.py 64 src_line = src_line.strip()
84 hdr_line = hdr_line.strip()

Completed in 20 milliseconds

1 2 3 4 5 6 7 8 91011>>