| /xsrc/external/mit/MesaLib.old/dist/src/gallium/tools/ |
| H A D | addr2line.sh | 1 #!/usr/bin/env bash 10 sed -nre 's|([^ ]*/[^ ]*)\(\+0x([^)]*).*|\1 \2|p' "$input"|sort|uniq|while read bin addr; do 11 if test "$lastbin" != "$bin"; then 13 lastbin="$bin" 14 echo "$bin" > "$dir/$i.addrs.bin" 21 bin="$(<"$i.bin")" 22 addr2line -p -e "$bin" -a -f < "$i"|sed -nre 's@^0x0*([^:]*): ([^?]*)$@s|'"$bin"'( [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/tools/ |
| H A D | addr2line.sh | 1 #!/usr/bin/env bash 10 sed -nre 's|([^ ]*/[^ ]*)\(\+0x([^)]*).*|\1 \2|p' "$input"|sort|uniq|while read bin addr; do 11 if test "$lastbin" != "$bin"; then 13 lastbin="$bin" 14 echo "$bin" > "$dir/$i.addrs.bin" 21 bin="$(<"$i.bin")" 22 addr2line -p -e "$bin" -a -f < "$i"|sed -nre 's@^0x0*([^:]*): ([^?]*)$@s|'"$bin"'( [all...] |
| /xsrc/external/mit/xorg-server.old/dist/ |
| H A D | compile | 0 #!/bin/bash 46 CC="/opt/local/bin/clang-mp-3.1" 47 CXX="/opt/local/bin/clang++-mp-3.1" 62 export XMLTO=/opt/local/bin/xmlto 63 export ASCIIDOC=/opt/local/bin/asciidoc 64 export DOXYGEN=/opt/local/bin/doxygen 65 export FOP=/opt/local/bin/fop 67 export GROFF=/opt/local/bin/groff 68 export PS2PDF=/opt/local/bin/ps2pdf 74 PATH=${PREFIX}/bin [all...] |
| /xsrc/external/mit/MesaLib/dist/.gitlab-ci/common/ |
| H A D | start-x.sh | 0 #!/bin/sh 13 xinit /bin/sh "${_XORG_SCRIPT}" -- /usr/bin/Xorg vt45 -noreset -s 0 -dpms -logfile /Xorg.0.log &
|
| /xsrc/external/mit/MesaLib/dist/.gitlab-ci/container/ |
| H A D | container_pre_build.sh | 0 #!/bin/sh 23 find /usr/bin -name \*-ld -o -name ld | \ 30 echo '#!/bin/sh -x' > /usr/local/bin/ninja 31 echo '/usr/bin/ninja -j${FDO_CI_CONCURRENT:-4} "$@"' >> /usr/local/bin/ninja 32 chmod +x /usr/local/bin/ninja
|
| H A D | build-gfxreconstruct.sh | 0 #!/bin/bash 14 mkdir -p build/bin 15 install _build/tools/replay/gfxrecon-replay build/bin 16 install _build/tools/info/gfxrecon-info build/bin 17 strip build/bin/*
|
| H A D | build-rust.sh | 0 #!/bin/bash 9 # $HOME/.cargo/bin. Make bin a link to a public bin directory so the commands 12 ln -s /usr/local/bin $HOME/.cargo/bin
|
| H A D | build-hang-detection.sh | 0 #!/bin/bash 12 mkdir -p build/bin 13 install _build/hang-detection build/bin 14 strip build/bin/*
|
| /xsrc/external/mit/MesaLib/dist/.gitlab-ci/meson/ |
| H A D | time.sh | 0 #!/bin/sh 8 /usr/bin/time -v "$@" &
|
| /xsrc/external/mit/xterm/dist/package/debian/ |
| H A D | prerm | 0 #! /bin/sh 7 update-alternatives --remove x-terminal-emulator /usr/bin/xterm-dev
|
| /xsrc/external/mit/glu/dist/src/libnurbs/internals/ |
| H A D | dataTransform.h | 38 #include "bin.h" 39 directedLine* bin_to_DLineLoops(Bin& bin);
|
| /xsrc/external/mit/fontconfig/dist/test/ |
| H A D | wrapper-script.sh | 0 #! /bin/bash 7 /usr/bin/env wine $fccwd/$@
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/standalone/ |
| H A D | lima_disasm.c | 135 uint32_t *bin = ralloc_size(NULL, chunk.size); local in function:extract_shader_binary 136 if (!bin) { 141 if (!fread(bin, chunk.size, 1, in)) { 143 ralloc_free(bin); 144 bin = NULL; 147 return bin; 181 uint32_t *bin = prog; local in function:main 184 ppir_codegen_ctrl *ctrl = (ppir_codegen_ctrl *)bin; 186 ppir_disassemble_instr(bin, offset, stdout); 187 bin [all...] |
| /xsrc/external/mit/fontconfig/dist/ |
| H A D | fontconfig-zip.in | 0 #!/bin/sh 13 bin/libfontconfig-@LIBT_CURRENT_MINUS_AGE@.dll 25 bin/fc-list.exe 26 bin/fc-cache.exe
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/tests/graw/ |
| H A D | tgsi_dump.gdb | 5 dump memory tgsi_dump.bin $tokens $tokens_end
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/ |
| H A D | nv50_winsys.h | 20 nv50_add_bufctx_resident_bo(struct nouveau_bufctx *bufctx, int bin, argument 23 nouveau_bufctx_refn(bufctx, bin, bo, flags)->priv = NULL; 27 nv50_add_bufctx_resident(struct nouveau_bufctx *bufctx, int bin, argument 31 nouveau_bufctx_refn(bufctx, bin, res->bo, flags | res->domain); 36 #define BCTX_REFN_bo(ctx, bin, fl, bo) \ 37 nv50_add_bufctx_resident_bo(ctx, NV50_BIND_##bin, fl, bo); 39 #define BCTX_REFN(bctx, bin, res, acc) \ 40 nv50_add_bufctx_resident(bctx, NV50_BIND_##bin, res, NOUVEAU_BO_##acc)
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/tests/graw/ |
| H A D | tgsi_dump.gdb | 5 dump memory tgsi_dump.bin $tokens $tokens_end
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/ |
| H A D | nv50_winsys.h | 20 nv50_add_bufctx_resident_bo(struct nouveau_bufctx *bufctx, int bin, argument 23 nouveau_bufctx_refn(bufctx, bin, bo, flags)->priv = NULL; 27 nv50_add_bufctx_resident(struct nouveau_bufctx *bufctx, int bin, argument 31 nouveau_bufctx_refn(bufctx, bin, res->bo, flags | res->domain); 36 #define BCTX_REFN_bo(ctx, bin, fl, bo) \ 37 nv50_add_bufctx_resident_bo(ctx, NV50_BIND_##bin, fl, bo); 39 #define BCTX_REFN(bctx, bin, res, acc) \ 40 nv50_add_bufctx_resident(bctx, NV50_BIND_##bin, res, NOUVEAU_BO_##acc)
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir_serialize.cpp | 24 blob_write_uint32(blob, info->bin.smemSize); 30 blob_write_uint8(blob, info->bin.sourceRep); 32 switch(info->bin.sourceRep) { 34 struct tgsi_token *tokens = (struct tgsi_token *)info->bin.source; 42 struct nir_shader *nir = (struct nir_shader *)info->bin.source; 47 ERROR("unhandled info->bin.sourceRep switch case\n"); 68 blob_write_uint16(blob, info_out->bin.maxGPR); 69 blob_write_uint32(blob, info_out->bin.tlsSpace); 70 blob_write_uint32(blob, info_out->bin.smemSize); 71 blob_write_uint32(blob, info_out->bin [all...] |
| /xsrc/external/mit/MesaLib.old/dist/bin/ |
| H A D | get-extra-pick-list.sh | 0 #!/bin/sh 8 # $ bin/get-extra-pick-list.sh 9 # $ bin/get-extra-pick-list.sh > picklist 10 # $ bin/get-extra-pick-list.sh | tee picklist 34 if [ -f bin/.cherry-ignore ] ; then 35 if grep -q ^$candidate bin/.cherry-ignore ; then
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/nir/ |
| H A D | invocation.hpp | 42 binary spirv_to_nir(const binary &bin, const device &dev, std::string &r_log);
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/computerator/ |
| H A D | ir3_asm.c | 41 kernel->bin = v->bin; 56 memcpy(fd_bo_map(v->bo), kernel->bin, sz); 64 ir3_shader_disasm(k->v, k->bin, out);
|
| H A D | ir3_asm.h | 37 void *bin; member in struct:ir3_kernel
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv30/ |
| H A D | nv30_winsys.h | 37 PUSH_RESET(struct nouveau_pushbuf *push, int bin) argument 39 nouveau_bufctx_reset(bufctx(push), bin); 43 PUSH_REFN(struct nouveau_pushbuf *push, int bin, argument 46 nouveau_bufctx_refn(bufctx(push), bin, bo, access); 50 PUSH_MTHDl(struct nouveau_pushbuf *push, int subc, int mthd, int bin, argument 53 nouveau_bufctx_mthd(bufctx(push), bin, (1 << 18) | (subc << 13) | mthd, 59 PUSH_MTHDo(struct nouveau_pushbuf *push, int subc, int mthd, int bin, argument 62 nouveau_bufctx_mthd(bufctx(push), bin, (1 << 18) | (subc << 13) | mthd, 71 PUSH_MTHDs(struct nouveau_pushbuf *push, int subc, int mthd, int bin, argument 75 nouveau_bufctx_mthd(bufctx(push), bin, ( 84 PUSH_MTHD(struct nouveau_pushbuf * push,int subc,int mthd,int bin,struct nouveau_bo * bo,uint32_t data,uint32_t access,uint32_t vor,uint32_t tor) argument 103 PUSH_RESRC(struct nouveau_pushbuf * push,int subc,int mthd,int bin,struct nv04_resource * r,uint32_t data,uint32_t access,uint32_t vor,uint32_t tor) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv30/ |
| H A D | nv30_winsys.h | 37 PUSH_RESET(struct nouveau_pushbuf *push, int bin) argument 39 nouveau_bufctx_reset(bufctx(push), bin); 43 PUSH_REFN(struct nouveau_pushbuf *push, int bin, argument 46 nouveau_bufctx_refn(bufctx(push), bin, bo, access); 50 PUSH_MTHDl(struct nouveau_pushbuf *push, int subc, int mthd, int bin, argument 53 nouveau_bufctx_mthd(bufctx(push), bin, (1 << 18) | (subc << 13) | mthd, 59 PUSH_MTHDo(struct nouveau_pushbuf *push, int subc, int mthd, int bin, argument 62 nouveau_bufctx_mthd(bufctx(push), bin, (1 << 18) | (subc << 13) | mthd, 71 PUSH_MTHDs(struct nouveau_pushbuf *push, int subc, int mthd, int bin, argument 75 nouveau_bufctx_mthd(bufctx(push), bin, ( 84 PUSH_MTHD(struct nouveau_pushbuf * push,int subc,int mthd,int bin,struct nouveau_bo * bo,uint32_t data,uint32_t access,uint32_t vor,uint32_t tor) argument 103 PUSH_RESRC(struct nouveau_pushbuf * push,int subc,int mthd,int bin,struct nv04_resource * r,uint32_t data,uint32_t access,uint32_t vor,uint32_t tor) argument [all...] |