Searched refs:cut (Results 1 - 25 of 724) sorted by relevance

1234567891011>>

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
H A Dsfn_instruction_misc.cpp30 EmitVertex::EmitVertex(int stream, bool cut): argument
33 m_cut(cut)
H A Dsfn_shader_geometry.h48 bool emit_vertex(nir_intrinsic_instr* instr, bool cut);
H A Dsfn_instruction_misc.h36 EmitVertex(int stream, bool cut);
H A Dsfn_shader_geometry.cpp283 bool GeometryShaderFromNir::emit_vertex(nir_intrinsic_instr* instr, bool cut) argument
296 emit_instruction(new EmitVertex(stream, cut));
298 if (!cut)
/xsrc/external/mit/xterm/dist/unicode/
H A Dmake-precompose.sh11 cut UnicodeData.txt -d ";" -f 1,6 |
/xsrc/external/mit/MesaLib.old/dist/bin/
H A Dget-extra-pick-list.sh21 cat already_picked | cut -c -8 |\
26 cut -c -8 |\
H A Dbugzilla_mesa.sh29 id=$(echo $url | cut -d'=' -f2)
H A Dget-pick-list.sh45 id=`echo "$fixes" | tail -n $fixes_count | head -n 1 | cut -d : -f 2`
62 id=`echo "$fixes" | tail -n $fixes_count | head -n 1 | cut -d : -f 2`
/xsrc/external/mit/util-macros/dist/
H A Dxorgversion.m432 [`echo $PACKAGE_VERSION | cut -d . -f 1`],
34 PVM=`echo $PACKAGE_VERSION | cut -d . -f 2 | cut -d - -f 1`
41 PVP=`echo $PACKAGE_VERSION | cut -d . -f 3 | cut -d - -f 1`
/xsrc/external/mit/MesaLib.old/dist/src/gbm/
H A Dgbm-symbols-check11 FUNCS=$($NM -D --defined-only $LIB | grep -o "T .*" | cut -c 3- | while read func; do
/xsrc/external/mit/MesaLib.old/dist/src/egl/
H A Degl-symbols-check16 FUNCS=$($NM -D --defined-only $LIB | grep -o "T .*" | cut -c 3- | while read func; do
/xsrc/external/mit/xcursor-themes/dist/
H A Dgenmakefile.sh29 for png in $(cut -d" " -f4 ${i}.cfg); do
/xsrc/external/mit/libXcursor/dist/
H A Dconfigure.ac56 [`echo $PACKAGE_VERSION | cut -d . -f 1`],
59 [`echo $PACKAGE_VERSION | cut -d . -f 2 | cut -d - -f 1`],
62 [`echo $PACKAGE_VERSION | cut -d . -f 3 | cut -d - -f 1`],
/xsrc/external/mit/libXft/dist/
H A Dconfigure.ac52 [`echo $PACKAGE_VERSION | cut -d . -f 1`],
55 [`echo $PACKAGE_VERSION | cut -d . -f 2 | cut -d - -f 1`],
58 [`echo $PACKAGE_VERSION | cut -d . -f 3 | cut -d - -f 1`],
/xsrc/external/mit/freetype/dist/docs/reference/assets/javascripts/lunr/
H A Dlunr.th.js17 !function(e,r){"function"==typeof define&&define.amd?define(r):"object"==typeof exports?module.exports=r():r()(e.lunr)}(this,function(){return function(t){if(void 0===t)throw new Error("Lunr is not present. Please include / require Lunr before this script.");if(void 0===t.stemmerSupport)throw new Error("Lunr stemmer support is not present. Please include / require Lunr stemmer support before this script.");var i="2"==t.version[0];t.th=function(){this.pipeline.reset(),this.pipeline.add(t.th.trimmer),i?this.tokenizer=t.th.tokenizer:(t.tokenizer&&(t.tokenizer=t.th.tokenizer),this.tokenizerFn&&(this.tokenizerFn=t.th.tokenizer))},t.th.wordCharacters="[฀-๿]",t.th.trimmer=t.trimmerSupport.generateTrimmer(t.th.wordCharacters),t.Pipeline.registerFunction(t.th.trimmer,"trimmer-th");var n=t.wordcut;n.init(),t.th.tokenizer=function(e){if(!arguments.length||null==e||null==e)return[];if(Array.isArray(e))return e.map(function(e){return i?new t.Token(e):e});var r=e.toString().replace(/^\s+/,"");return n.cut(r).split("|")}}})
/xsrc/external/mit/MesaLib/dist/src/freedreno/computerator/examples/
H A Dtest-opcodes.sh249 cf=$(echo $str | cut -f1 -d' ')
250 tf=$(echo $str | cut -f2 -d' ')
251 ch=$(echo $str | cut -f3 -d' ')
252 th=$(echo $str | cut -f4 -d' ')
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/ci/
H A Ddeqp-runner.sh20 ./deqp-gles2 --deqp-runmode=stdout-caselist | grep dEQP-GLES2 | cut -d ' ' -f 2 > /tmp/case-list.txt
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_graph.h109 ~Node() { cut(); }
113 void cut();
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_graph.h108 ~Node() { cut(); }
112 void cut();
/xsrc/external/mit/MesaLib/dist/.gitlab-ci/common/
H A Dinit-stage2.sh71 MINIO=$(cat /proc/cmdline | tr ' ' '\n' | grep minio_results | cut -d '=' -f 2 || true)
/xsrc/external/mit/freetype/dist/
H A Dautogen.sh102 version=`$1 --version | head -1 | sed 's/([^)]*)/()/g' | cut -d ' ' -f $field`
/xsrc/external/mit/MesaLib.old/dist/src/mapi/es1api/
H A DABI-check25 FUNCS=$($NM -D --defined-only $LIB | grep -o 'T gl.*' | cut -c 3- | while read func; do
/xsrc/external/mit/pixman/dist/
H A Drelease.sh90 $(git log --no-merges "${prev_version}..pixman-${version}" | git shortlog | awk '{ printf "\t"; print ; }' | cut -b1-80)
/xsrc/external/mit/MesaLib/dist/.gitlab-ci/piglit/
H A Drun_cl.sh60 | cut -f2- -d: | rev | sed "s/$/:/g" > /tmp/executed.txt
/xsrc/external/mit/xterm/dist/
H A DMakefile.in370 @no_icondir@ l=`echo "$$n" | cut -f1 -d:`; \
371 @no_icondir@ r=`echo "$$n" | cut -f2 -d: |sed -e "s,xterm,$$ACTUAL_XTERM,"`; \

Completed in 21 milliseconds

1234567891011>>