| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/lib/ |
| H A D | Makefile | 3 all: gf100.asm.h gk104.asm.h gk110.asm.h gm107.asm.h 5 gf100.asm.h: %.asm.h: %.asm 7 gk104.asm.h: %.asm.h: %.asm [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/lib/ |
| H A D | Makefile | 3 all: gf100.asm.h gk104.asm.h gk110.asm.h gm107.asm.h 5 gf100.asm.h: %.asm.h: %.asm 7 gk104.asm.h: %.asm.h: %.asm [all...] |
| /xsrc/external/mit/MesaLib/dist/src/freedreno/afuc/ |
| H A D | Makefile | 191 afuc/CMakeFiles/asm.dir/rule: 192 cd /home/robclark/src/envytools && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 afuc/CMakeFiles/asm.dir/rule 193 .PHONY : afuc/CMakeFiles/asm.dir/rule 196 asm: afuc/CMakeFiles/asm.dir/rule target 198 .PHONY : asm 201 asm/fast: 202 cd /home/robclark/src/envytools && $(MAKE) $(MAKESILENT) -f afuc/CMakeFiles/asm.dir/build.make afuc/CMakeFiles/asm.dir/build 203 .PHONY : asm/fas [all...] |
| /xsrc/external/mit/pixman/dist/pixman/ |
| H A D | pixman-arm-detect-win32.asm | 6 ;; I don't think the msvc arm asm knows how to do SIMD insns
15 ;; I don't think the msvc arm asm knows how to do NEON insns
|
| /xsrc/external/mit/MesaLib.old/dist/bin/ |
| H A D | perf-annotate-jit.py | 29 into /tmp/perf-XXXXX.map.asm and produces output similar to `perf annotate`. 106 stream = open(filename + '.asm', 'rt') 110 asm = [] 115 asm.append((addr, instr)) 118 return asm 152 asm = lookupAsm(mapFile, self.symbol) 159 for address, instr in asm:
|
| /xsrc/external/mit/MesaLib/dist/bin/ |
| H A D | perf-annotate-jit.py | 29 into /tmp/perf-XXXXX.map.asm and produces output similar to `perf annotate`. 106 stream = open(filename + '.asm', 'rt') 110 asm = [] 115 asm.append((addr, instr)) 118 return asm 152 asm = lookupAsm(mapFile, self.symbol) 159 for address, instr in asm:
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/valhall/ |
| H A D | test-assembly.py | 24 from asm import parse_asm, ParseError
|
| /xsrc/external/mit/MesaLib.old/dist/src/mapi/ |
| H A D | mapi_abi.py | 442 asm = [] 454 asm.append('#if 0') 457 asm.append('".hidden "%s"\\n"' % (name)) 460 asm.append('".globl "%s"\\n"' % (name)) 461 asm.append('".set "%s", "%s"\\n"' % (name, 464 asm.append('STUB_ASM_ENTRY(%s)"\\n"' % (name)) 465 asm.append('"\\t"STUB_ASM_CODE("%d")"\\n"' % (ent.slot)) 468 asm.append('#endif') 469 asm.append('') 471 return "\n".join(asm) [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mapi/ |
| H A D | mapi_abi.py | 440 asm = [] 452 asm.append('#if 0') 455 asm.append('".hidden "%s"\\n"' % (name)) 458 asm.append('".globl "%s"\\n"' % (name)) 459 asm.append('".set "%s", "%s"\\n"' % (name, 462 asm.append('STUB_ASM_ENTRY(%s)"\\n"' % (name)) 463 asm.append('"\\t"STUB_ASM_CODE("%d")"\\n"' % (ent.slot)) 466 asm.append('#endif') 467 asm.append('') 469 return "\n".join(asm) [all...] |
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 18.3.3.rst | 70 - vc4: Use named parameters for the NEON inline asm. 71 - vc4: Declare the cpu pointers as being modified in NEON asm. 102 - vc4: Enable NEON asm on meson cross-builds.
|
| H A D | 18.3.4.rst | 73 - vc4: Fix copy-and-paste fail in backport of NEON asm fixes.
|
| H A D | 10.0.rst | 82 util/u_cpu_detect.c:247:4: error: 'asm' undeclared (first use in this
|
| H A D | 13.0.4.rst | 144 - mapi: update the asm code to support x32
|
| H A D | 19.2.0.rst | 354 - android: mesa: revert "Enable asm unconditionally"
|
| H A D | 7.9.1.rst | 52 Invalid asm shader does not generate draw-time error when used with
|
| H A D | 19.0.0.rst | 432 - vc4: Use named parameters for the NEON inline asm. 433 - vc4: Declare the cpu pointers as being modified in NEON asm. 675 - vc4: Declare the last cpu pointer as being modified in NEON asm. 863 - vc4: Enable NEON asm on meson cross-builds. 893 - meson: skip asm check when asm is disabled
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/computerator/ |
| H A D | README.rst | 53 cat myshader.asm | ./computerator --disasm --groups=4,4,4
|
| /xsrc/external/mit/libxshmfence/dist/ |
| H A D | configure.ac | 103 AC_CHECK_DECLS([__NR_memfd_create], [], [], [[#include <asm/unistd.h>]])
|
| /xsrc/external/mit/xedit/dist/lisp/modules/progmodes/ |
| H A D | c.lsp | 1009 "asm|auto|break|case|catch|char|class|const|continue|default|"
|
| /xsrc/external/mit/MesaLib/dist/docs/drivers/ |
| H A D | llvmpipe.rst | 155 assembly code to ``/tmp/perf-XXXXX.map.asm``, which can be used by the
|
| /xsrc/external/mit/xorg-server.old/dist/include/ |
| H A D | dix-config.h.in | 78 /* Define to 1 if you have the <asm/mtrr.h> header file. */
|
| /xsrc/external/mit/libXfontcache/dist/ |
| H A D | ltmain.sh | 786 *.asm) xform=asm ;;
|
| /xsrc/external/mit/libxkbui/dist/ |
| H A D | ltmain.sh | 751 *.asm) xform=asm ;;
|
| /xsrc/external/mit/xf86-video-imstt/dist/ |
| H A D | ltmain.sh | 751 *.asm) xform=asm ;;
|
| /xsrc/external/mit/xf86-video-nsc/dist/ |
| H A D | ltmain.sh | 771 *.asm) xform=asm ;;
|