mesa/src/amd/common
Faith Ekstrand 298a3eebd8 nir: Take a nir_def * in nir_tex_instr_add_src()
NIR bits were hand-typed.  Driver updates done through the following
semantic patch:

    @@
    expression T, ST, D;
    @@

    -nir_tex_instr_add_src(T, ST, nir_src_for_ssa(D));
    +nir_tex_instr_add_src(T, ST, D);

Reviewed-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24729>
2023-08-18 01:00:14 +00:00
..
ac_binary.c ac,radeonsi,winsyses: switch to SPDX-License-Identifier: MIT 2023-05-24 21:48:19 +00:00
ac_binary.h ac,radeonsi,winsyses: switch to SPDX-License-Identifier: MIT 2023-05-24 21:48:19 +00:00
ac_debug.c amd: add a new helper that prints all non-shadowed regs 2023-06-17 23:42:21 +00:00
ac_debug.h amd: add a new helper that prints all non-shadowed regs 2023-06-17 23:42:21 +00:00
ac_drm_fourcc.h ac,radeonsi,winsyses: switch to SPDX-License-Identifier: MIT 2023-05-24 21:48:19 +00:00
ac_gpu_info.c radeonsi/gfx11: only use SET_*_PAIRS* packets on dGPUs 2023-07-09 04:18:05 -04:00
ac_gpu_info.h radeonsi/gfx11: only use SET_*_PAIRS* packets on dGPUs 2023-07-09 04:18:05 -04:00
ac_hw_stage.h amd: Move ac_hw_stage to its own file 2023-07-03 21:12:45 +00:00
ac_msgpack.c ac,radeonsi,winsyses: switch to SPDX-License-Identifier: MIT 2023-05-24 21:48:19 +00:00
ac_msgpack.h ac,radeonsi,winsyses: switch to SPDX-License-Identifier: MIT 2023-05-24 21:48:19 +00:00
ac_nir.c nir s/nir_get_ssa_scalar/nir_get_scalar/ 2023-08-15 17:44:27 +00:00
ac_nir.h nir: Drop "SSA" from NIR language 2023-08-12 16:44:41 -04:00
ac_nir_cull.c nir: Drop "SSA" from NIR language 2023-08-12 16:44:41 -04:00
ac_nir_lower_esgs_io_to_mem.c nir: Drop nir_dest 2023-08-14 21:22:53 +00:00
ac_nir_lower_global_access.c nir: Drop nir_dest 2023-08-14 21:22:53 +00:00
ac_nir_lower_image_opcodes_cdna.c nir: Drop nir_dest 2023-08-14 21:22:53 +00:00
ac_nir_lower_ngg.c nir: Clean up nir_op_is_vec() and its callers 2023-08-16 21:42:30 +00:00
ac_nir_lower_ps.c nir: Drop nir_dest 2023-08-14 21:22:53 +00:00
ac_nir_lower_resinfo.c nir: Drop nir_dest 2023-08-14 21:22:53 +00:00
ac_nir_lower_subdword_loads.c nir: Drop nir_dest 2023-08-14 21:22:53 +00:00
ac_nir_lower_taskmesh_io_to_mem.c nir: Drop nir_dest 2023-08-14 21:22:53 +00:00
ac_nir_lower_tess_io_to_mem.c ac/nir/tess: move tess factor output out of control flow 2023-08-16 02:27:45 +00:00
ac_nir_lower_tex.c nir: Take a nir_def * in nir_tex_instr_add_src() 2023-08-18 01:00:14 +00:00
ac_nir_opt_outputs.c nir: s/nir_instr_ssa_def/nir_instr_def/ 2023-08-15 17:44:27 +00:00
ac_perfcounter.c ac,radeonsi,winsyses: switch to SPDX-License-Identifier: MIT 2023-05-24 21:48:19 +00:00
ac_perfcounter.h ac,radeonsi,winsyses: switch to SPDX-License-Identifier: MIT 2023-05-24 21:48:19 +00:00
ac_rgp.c ac,radeonsi,winsyses: switch to SPDX-License-Identifier: MIT 2023-05-24 21:48:19 +00:00
ac_rgp.h ac,radeonsi,winsyses: switch to SPDX-License-Identifier: MIT 2023-05-24 21:48:19 +00:00
ac_rgp_elf_object_pack.c ac,radeonsi,winsyses: switch to SPDX-License-Identifier: MIT 2023-05-24 21:48:19 +00:00
ac_rtld.c amd: Do shader binary alignment for prefetch at memory allocation time. 2023-07-11 12:01:45 +00:00
ac_rtld.h ac,radeonsi,winsyses: switch to SPDX-License-Identifier: MIT 2023-05-24 21:48:19 +00:00
ac_shader_args.c ac,radeonsi,winsyses: switch to SPDX-License-Identifier: MIT 2023-05-24 21:48:19 +00:00
ac_shader_args.h radv/rt: Rename traversal_shader to traversal_shader_addr 2023-08-15 11:11:16 +02:00
ac_shader_util.c amd,radeonsi: move si_shader_io_get_unique_index_patch() to common code 2023-08-02 06:54:09 +00:00
ac_shader_util.h amd,radeonsi: move si_shader_io_get_unique_index_patch() to common code 2023-08-02 06:54:09 +00:00
ac_shadowed_regs.c amd: update shadowed register tables for gfx11 2023-06-17 23:42:21 +00:00
ac_shadowed_regs.h amd: add a new helper that prints all non-shadowed regs 2023-06-17 23:42:21 +00:00
ac_spm.c ac,radeonsi,winsyses: switch to SPDX-License-Identifier: MIT 2023-05-24 21:48:19 +00:00
ac_spm.h ac,radeonsi,winsyses: switch to SPDX-License-Identifier: MIT 2023-05-24 21:48:19 +00:00
ac_sqtt.c ac,radeonsi,winsyses: switch to SPDX-License-Identifier: MIT 2023-05-24 21:48:19 +00:00
ac_sqtt.h ac,radeonsi,winsyses: switch to SPDX-License-Identifier: MIT 2023-05-24 21:48:19 +00:00
ac_surface.c nir: Drop "SSA" from NIR language 2023-08-12 16:44:41 -04:00
ac_surface.h nir: Drop "SSA" from NIR language 2023-08-12 16:44:41 -04:00
ac_surface_meta_address_test.c ac,radeonsi,winsyses: switch to SPDX-License-Identifier: MIT 2023-05-24 21:48:19 +00:00
ac_surface_modifier_test.c amd: change chip_class naming to "enum amd_gfx_level gfx_level" 2022-05-13 14:56:22 -04:00
ac_surface_test_common.h ac,radeonsi,winsyses: switch to SPDX-License-Identifier: MIT 2023-05-24 21:48:19 +00:00
ac_uvd_dec.h ac,radeonsi,winsyses: switch to SPDX-License-Identifier: MIT 2023-05-24 21:48:19 +00:00
ac_vcn.h radeonsi/ac: move some vcn defines to common 2023-04-27 02:00:03 +00:00
ac_vcn_av1_default.h ac/radeonsi: add av1 defaults header file from radeonsi 2023-06-16 05:53:44 +00:00
ac_vcn_dec.h ac,radeonsi,winsyses: switch to SPDX-License-Identifier: MIT 2023-05-24 21:48:19 +00:00
amd_family.c ac,radeonsi,winsyses: switch to SPDX-License-Identifier: MIT 2023-05-24 21:48:19 +00:00
amd_family.h ac,radeonsi,winsyses: switch to SPDX-License-Identifier: MIT 2023-05-24 21:48:19 +00:00
amd_kernel_code_t.h ac,radeonsi,winsyses: switch to SPDX-License-Identifier: MIT 2023-05-24 21:48:19 +00:00
gfx10_format_table.h ac,radeonsi,winsyses: switch to SPDX-License-Identifier: MIT 2023-05-24 21:48:19 +00:00
gfx10_format_table.py ac,radeonsi,winsyses: switch to SPDX-License-Identifier: MIT 2023-05-24 21:48:19 +00:00
meson.build ac/radv: decouple radv vulkan driver and compiler from gallium 2023-08-03 09:45:42 +00:00
sid.h amd: improve the IB parser, parse more packets 2023-06-17 23:42:20 +00:00
sid_tables.py ac,radeonsi,winsyses: switch to SPDX-License-Identifier: MIT 2023-05-24 21:48:19 +00:00