Lines Matching full:ir3

305 -  freedreno/ir3: Link directly to Sethi-Ullman paper
1082 - freedreno/ir3: Add a NIR pass to select tex instructions eligible for
1085 - freedreno/ir3: Handle newly added opcode nir_op_imad24_ir3
1641 - freedreno/ir3: Add data structures to support texture pre-fetch
1642 - freedreno/ir3: Add support for texture sampling pre-dispatch
1643 - freedreno/ir3: fix printing output registers of FS.
1889 - freedreno/ir3: remove input ncomp field
1890 - freedreno/ir3: increase size of inputs/outputs arrays
1891 - freedreno/ir3: implement fdd{x,y}_coarse opcodes
1892 - freedreno/ir3: fix GETLOD for negative LODs
1893 - freedreno/ir3: implement texop_texture_samples
1894 - freedreno/ir3: implement fquantize2f16
1932 - freedreno/ir3: disable texture prefetch for 1d array textures
2173 - freedreno/ir3: Add HS/DS/GS to shader key and cache
2178 - freedreno/ir3: Add support for CHSH and CHMASK instructions
2179 - freedreno/ir3: Use third register for offset for LDL and LDLV
2180 - freedreno/ir3: Extend RA with mechanism for pre-coloring registers
2181 - freedreno/ir3: Add new LDLW/STLW instructions
2182 - freedreno/ir3: Add intrinsics that map to LDLW/STLW
2184 - freedreno/ir3: Add has_gs flag to shader key
2185 - freedreno/ir3: Implement lowering passes for VS and GS
2186 - freedreno/ir3: Implement primitive layout intrinsics
2187 - freedreno/ir3: Setup ir3 inputs and outputs for GS
2188 - freedreno/ir3: Pre-color GS header and primitive ID
2189 - freedreno/ir3: Start GS with (ss) and (sy)
2190 - freedreno/ir3: End VS with CHMASK and CHSH in GS pipelines
2522 - freedreno/ir3: Add missing ir3_nir_lower_tex_prefetch.c to Android.mk
2874 - freedreno/ir3: convert block->predecessors to set
2875 - freedreno/ir3: maintain predecessors/successors
2876 - freedreno/ir3: do better job of marking convergence points
2879 - freedreno/ir3: use uniform base
2880 - freedreno/ir3: cleanup "partially const" ubo srcs
2881 - freedreno/ir3: fix addr/pred spilling
2882 - freedreno/ir3: fix mad copy propagation special case
2883 - freedreno/ir3: assert that only single address
2884 - freedreno/ir3: fix cp cmps.s opt
2885 - freedreno/ir3: allow copy propagation for relative
2896 - freedreno/ir3: drop unused param
2897 - freedreno/ir3: handle multi component alu src when propagating shifts
2899 - freedreno/ir3: remove unused ir3_instruction::inout
2900 - freedreno/ir3: track sysval slot for inputs
2901 - freedreno/ir3: don't DCE ij_pix if used for pre-fs-texture-fetch
2902 - freedreno/ir3: add meta instruction for pre-fs texture fetch
2903 - freedreno/ir3: fixup register footprint to account for prefetch
2904 - freedreno/ir3: add dummy bary.f(ei) for pre-fs-fetch
2905 - freedreno/ir3: add pre-dispatch tex fetch to disasm
2906 - freedreno/ir3: force i/j pixel to r0.x
2909 - freedreno/ir3: enable pre-fs texture fetch for a6xx
2911 - freedreno/ir3: rename mul.s/mul.u
2916 - freedreno/ir3: add rule to generate imad24
2917 - freedreno/ir3: optimize immed 2nd src to mad
2918 - freedreno/ir3: add imul24 opcode
2919 - freedreno/ir3: handle imad24_ir3 case in UBO lowering
2920 - freedreno/ir3: handle scalarized varying inputs
2921 - freedreno/ir3: fixup register footprint fixup
2922 - freedreno/ir3: debug cleanup
2923 - freedreno/ir3: make high regs easier to see in IR dumps
2924 - freedreno/ir3: propagate dest flags for collect/fanin
2925 - freedreno/ir3: treat high vs low reg as conversion
2926 - freedreno/ir3: allow copy-propagate out of fanout
2927 - freedreno/ir3: remove restrictions on const + (abs)/(neg)
2928 - freedreno/ir3: handle the progress case
2932 - freedreno/ir3: fix gpu hang with pre-fs-tex-fetch
2933 - Revert "freedreno/ir3: enable pre-fs texture fetch for a6xx"