Lines Matching full:ir3
761 - ir3: use intrinsic builders
783 - ir3: Expand cat6 a6xx opcode field
784 - ir3: Add more a6xx-specific cat6 opcodes
785 - ir3: Support assembling & disassembling getspid/getwid
786 - ir3: Fix STP/LDP assembly
787 - ir3/parser: Fix st{l,lw,g,p} and ld{l,lw,g,p} assembly
788 - ir3: Initial support for private memory
789 - ir3: Properly validate cat6 half-ness
793 - ir3: Enable nir_lower_vars_to_scratch on a6xx
794 - ir3/ra: Fix array reg liveness in scalar pass
795 - ir3: Rename high registers to shared registers
796 - ir3: Better rules for shared src copy propagation
797 - ir3: Support MOVMSK
883 - ir3: Allow tesselation to use all 32 varying slots
887 - freedreno/ir3: remap FRAG_RESULT_COLOR to \_DATA\* for dual-src blending
1091 - freedreno/ir3: Include at least 4 NOPs so that cffdump doesn't disasm junk.
1092 - freedreno/ir3: Switch emit_const_ptrs() to take BOs instead of prscs.
1093 - freedreno/ir3: Fix incorrect optimization of usage of 16-bit constbuf vals.
1136 - freedreno/ir3: Free the compiler at the end of the unit tests.
1188 - freedreno/ir3: Deduplicate link_stream_out.
1286 - Revert "freedreno/ir3: Use get_once() for one-time init"
2331 - android: freedreno/ir3: use python3 in gen rules
2847 - freedreno/ir3: Add pass to deal with load_uniform base offsets
2848 - freedreno/ir3: Fix crash in shader compile fail path
2853 - freedreno/ir3: Fix valgrind complaint about streamout state
2857 - freedreno/ir3: Use get_once() for one-time init
2883 - freedreno/ir3: Fix half-immed decoding issues
2884 - freedreno/ir3: Fix mova1 disasm
2885 - freedreno/ir3: Add some more disasm test vectors
2886 - freedreno/ir3: Move assembler error handling
2887 - freedreno/ir3/parser: Reset lexer when input changes
2888 - freedreno/ir3: Various cat0 updates
2889 - freedreno/ir3/parser: Add new cat0 instructions
2890 - freedreno/ir3/parser: cat1 instructions can write relative GPR
2891 - freedreno/ir3/parser: cat1 updates (mova1, movmsk)
2892 - freedreno/ir3/parser: Handle half-immed
2893 - freedreno/ir3: Clean up instruction creation
2894 - freedreno/ir3: Cleanup cat6 load instructions
2895 - freedreno/ir3/parser: Fix cat6 store encoding
2896 - freedreno/ir3/parser: Fix dsxpp/dsypp encoding
2897 - freedreno/ir3/parser: Fixup cat5 s2en instructions
2898 - freedreno/ir3: Don't set bit for dest conversion for p0.c
2899 - freedreno/ir3/parser: Add missing (sat) modifier
2900 - freedreno/ir3/parser: Relative gpr/const can have modifiers too
2901 - freedreno/ir3/parser: Add initial cat6 IBO instructions
2902 - freedreno/ir3: Tweak ldib/resinfo encoding
2903 - freedreno/ir3: Add parsing and assembler testing
2904 - freedreno/ir3: Don't leak disk_cache
2905 - freedreno/ir3: Disambiguate a6xx+ "bindless" instructions
2906 - freedreno/ir3: Add cat5/cat6 nonuniform flag
2907 - freedreno/ir3/parser: Add ldc support
2908 - freedreno/ir3/parser: Fix atomic support
2909 - freedreno/ir3/parser: Fix pre-a6xx resinfo
2910 - freedreno/ir3/parser: Add ldgb support
2911 - freedreno/ir3/parser: Add stgb support
2912 - freedreno/ir3/parser: Fixup stg parsing and add more tests
2913 - freedreno/ir3: Fix ldg decoding/parsing
2914 - freedreno/ir3: Explicitly flag disasm test vectors that don't parse
2915 - freedreno/ir3: Fix pre-a6xx ldgb/stib parsing
2916 - freedreno/ir3/parser: a6xx ldib/stib parsing
2917 - freedreno/ir3/parser: Fix pre-a6xx stib parsing