mesa/src/freedreno/ir3
Rob Clark cc72eeb077 freedreno/ir3: Reduce use of compiler->gpu_id
For the same reason as previous patch.  Mostly we only care about the
generation, so convert things to use compiler->gen instead.

Signed-off-by: Rob Clark <robdclark@chromium.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12159>
2021-08-06 18:51:50 +00:00
..
tests ir3: Reformat source with clang-format 2021-07-12 20:57:21 +00:00
.dir-locals.el ir3: Update .editorconfig and .dir-locals.el 2021-07-12 20:57:21 +00:00
.editorconfig ir3: Update .editorconfig and .dir-locals.el 2021-07-12 20:57:21 +00:00
disasm-a3xx.c ir3: Reformat source with clang-format 2021-07-12 20:57:21 +00:00
instr-a3xx.h ir3: Delete old packed struct encoding 2021-07-29 23:20:18 +00:00
ir3.c freedreno/ir3: Reduce use of compiler->gpu_id 2021-08-06 18:51:50 +00:00
ir3.h ir3: Document RA-related register flags better 2021-08-06 14:51:53 +00:00
ir3_a4xx.c ir3: Reformat source with clang-format 2021-07-12 20:57:21 +00:00
ir3_a6xx.c ir3: Reformat source with clang-format 2021-07-12 20:57:21 +00:00
ir3_array_to_ssa.c ir3: Reformat source with clang-format 2021-07-12 20:57:21 +00:00
ir3_assembler.c ir3: Reformat source with clang-format 2021-07-12 20:57:21 +00:00
ir3_assembler.h ir3: Reformat source with clang-format 2021-07-12 20:57:21 +00:00
ir3_cf.c ir3: Reformat source with clang-format 2021-07-12 20:57:21 +00:00
ir3_compiler.c freedreno/ir3: Reduce use of compiler->gpu_id 2021-08-06 18:51:50 +00:00
ir3_compiler.h freedreno/ir3: Reduce use of compiler->gpu_id 2021-08-06 18:51:50 +00:00
ir3_compiler_nir.c freedreno/ir3: Reduce use of compiler->gpu_id 2021-08-06 18:51:50 +00:00
ir3_context.c freedreno/ir3: Reduce use of compiler->gpu_id 2021-08-06 18:51:50 +00:00
ir3_context.h tu, freedreno/a6xx, ir3: Rewrite tess PrimID handling 2021-08-05 16:35:41 +00:00
ir3_cp.c freedreno/ir3: Add float immed "FLUT" support 2021-07-13 14:40:30 +00:00
ir3_cp_postsched.c ir3: Reformat source with clang-format 2021-07-12 20:57:21 +00:00
ir3_cse.c ir3: Reformat source with clang-format 2021-07-12 20:57:21 +00:00
ir3_dce.c ir3: Reformat source with clang-format 2021-07-12 20:57:21 +00:00
ir3_delay.c ir3: Reformat source with clang-format 2021-07-12 20:57:21 +00:00
ir3_disk_cache.c ir3: Reformat source with clang-format 2021-07-12 20:57:21 +00:00
ir3_dominance.c ir3: Reformat source with clang-format 2021-07-12 20:57:21 +00:00
ir3_image.c ir3: Reformat source with clang-format 2021-07-12 20:57:21 +00:00
ir3_image.h ir3: Reformat source with clang-format 2021-07-12 20:57:21 +00:00
ir3_legalize.c freedreno/ir3: Reduce use of compiler->gpu_id 2021-08-06 18:51:50 +00:00
ir3_lexer.l ir3: add newly found shlg.b16 instruction 2021-07-09 13:00:29 +00:00
ir3_liveness.c ir3: Reformat source with clang-format 2021-07-12 20:57:21 +00:00
ir3_lower_parallelcopy.c freedreno/ir3: Reduce use of compiler->gpu_id 2021-08-06 18:51:50 +00:00
ir3_lower_subgroups.c ir3: Reformat source with clang-format 2021-07-12 20:57:21 +00:00
ir3_merge_regs.c ir3: Reformat source with clang-format 2021-07-12 20:57:21 +00:00
ir3_nir.c freedreno/ir3: Reduce use of compiler->gpu_id 2021-08-06 18:51:50 +00:00
ir3_nir.h ir3: Reformat source with clang-format 2021-07-12 20:57:21 +00:00
ir3_nir_analyze_ubo_ranges.c ir3: Reformat source with clang-format 2021-07-12 20:57:21 +00:00
ir3_nir_imul.py freedreno/ir3: add rule to generate imad24 2019-10-18 15:08:54 -07:00
ir3_nir_lower_io_offsets.c ir3: Reformat source with clang-format 2021-07-12 20:57:21 +00:00
ir3_nir_lower_load_barycentric_at_offset.c ir3: Reformat source with clang-format 2021-07-12 20:57:21 +00:00
ir3_nir_lower_load_barycentric_at_sample.c ir3: Reformat source with clang-format 2021-07-12 20:57:21 +00:00
ir3_nir_lower_tess.c tu, freedreno/a6xx, ir3: Rewrite tess PrimID handling 2021-08-05 16:35:41 +00:00
ir3_nir_lower_tex_prefetch.c ir3: Reformat source with clang-format 2021-07-12 20:57:21 +00:00
ir3_nir_lower_tg4_to_tex.c ir3: Reformat source with clang-format 2021-07-12 20:57:21 +00:00
ir3_nir_move_varying_inputs.c ir3: Reformat source with clang-format 2021-07-12 20:57:21 +00:00
ir3_nir_trig.py freedreno/ir3: Disable sin/cos range reduction for mediump. 2020-05-05 17:23:34 +00:00
ir3_parser.y ir3: Add missing include to ir3_parser.y 2021-07-12 20:57:21 +00:00
ir3_postsched.c ir3: Reformat source with clang-format 2021-07-12 20:57:21 +00:00
ir3_print.c ir3/print: Manual formatting fixups 2021-07-12 20:57:21 +00:00
ir3_ra.c ir3: Reformat source with clang-format 2021-07-12 20:57:21 +00:00
ir3_ra.h ir3: Reformat source with clang-format 2021-07-12 20:57:21 +00:00
ir3_ra_validate.c ir3: Reformat source with clang-format 2021-07-12 20:57:21 +00:00
ir3_sched.c freedreno/ir3: Reduce choose_instr_dec() and _inc() overhead. 2021-07-19 23:16:54 +00:00
ir3_shader.c freedreno/ir3: Reduce use of compiler->gpu_id 2021-08-06 18:51:50 +00:00
ir3_shader.h freedreno/ir3: Reduce use of compiler->gpu_id 2021-08-06 18:51:50 +00:00
ir3_spill.c ir3: Reformat source with clang-format 2021-07-12 20:57:21 +00:00
ir3_validate.c ir3: Reformat source with clang-format 2021-07-12 20:57:21 +00:00
meson.build freedreno/ir3: Add build id to the disassembler test 2021-07-28 21:26:45 +00:00
regmask.h ir3: Reformat source with clang-format 2021-07-12 20:57:21 +00:00