| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/ |
| H A D | sfn_instruction_misc.cpp | 30 EmitVertex::EmitVertex(int stream, bool cut): argument 33 m_cut(cut)
|
| H A D | sfn_shader_geometry.h | 48 bool emit_vertex(nir_intrinsic_instr* instr, bool cut);
|
| H A D | sfn_instruction_misc.h | 36 EmitVertex(int stream, bool cut);
|
| H A D | sfn_shader_geometry.cpp | 283 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 D | make-precompose.sh | 11 cut UnicodeData.txt -d ";" -f 1,6 |
|
| /xsrc/external/mit/MesaLib.old/dist/bin/ |
| H A D | get-extra-pick-list.sh | 21 cat already_picked | cut -c -8 |\ 26 cut -c -8 |\
|
| H A D | bugzilla_mesa.sh | 29 id=$(echo $url | cut -d'=' -f2)
|
| H A D | get-pick-list.sh | 45 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 D | xorgversion.m4 | 32 [`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 D | gbm-symbols-check | 11 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 D | egl-symbols-check | 16 FUNCS=$($NM -D --defined-only $LIB | grep -o "T .*" | cut -c 3- | while read func; do
|
| /xsrc/external/mit/xcursor-themes/dist/ |
| H A D | genmakefile.sh | 29 for png in $(cut -d" " -f4 ${i}.cfg); do
|
| /xsrc/external/mit/libXcursor/dist/ |
| H A D | configure.ac | 56 [`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 D | configure.ac | 52 [`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 D | lunr.th.js | 17 !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 D | test-opcodes.sh | 249 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 D | deqp-runner.sh | 20 ./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 D | nv50_ir_graph.h | 109 ~Node() { cut(); } 113 void cut();
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir_graph.h | 108 ~Node() { cut(); } 112 void cut();
|
| /xsrc/external/mit/MesaLib/dist/.gitlab-ci/common/ |
| H A D | init-stage2.sh | 71 MINIO=$(cat /proc/cmdline | tr ' ' '\n' | grep minio_results | cut -d '=' -f 2 || true)
|
| /xsrc/external/mit/freetype/dist/ |
| H A D | autogen.sh | 102 version=`$1 --version | head -1 | sed 's/([^)]*)/()/g' | cut -d ' ' -f $field`
|
| /xsrc/external/mit/MesaLib.old/dist/src/mapi/es1api/ |
| H A D | ABI-check | 25 FUNCS=$($NM -D --defined-only $LIB | grep -o 'T gl.*' | cut -c 3- | while read func; do
|
| /xsrc/external/mit/pixman/dist/ |
| H A D | release.sh | 90 $(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 D | run_cl.sh | 60 | cut -f2- -d: | rev | sed "s/$/:/g" > /tmp/executed.txt
|
| /xsrc/external/mit/xterm/dist/ |
| H A D | Makefile.in | 370 @no_icondir@ l=`echo "$$n" | cut -f1 -d:`; \ 371 @no_icondir@ r=`echo "$$n" | cut -f2 -d: |sed -e "s,xterm,$$ACTUAL_XTERM,"`; \
|