mesa/src/broadcom/compiler
Iago Toral Quiroga 5c7224b81f broadcom/compiler: generalize check for shaders using pixel center W
V3D 4.x has pixel center W in rf0 and V3D 7.x has it in rf3. We already
account for this when we setup the c->payload_w, so use that.

Reviewed-by: Alejandro Piñeiro <apinheiro@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25450>
2023-10-13 22:37:42 +00:00
..
meson.build broadcom/compiler: Remove v3d_nir_lower_robust_access 2023-06-29 22:36:50 +00:00
nir_to_vir.c broadcom/compiler: generalize check for shaders using pixel center W 2023-10-13 22:37:42 +00:00
qpu_schedule.c broadcom/compiler: allow instruction merges in v71 2023-10-13 22:37:42 +00:00
qpu_validate.c broadcom/compiler: add small_imm a/c/d on v3d_qpu_sig 2023-10-13 22:37:41 +00:00
v3d33_tex.c nir: Drop nir_dest 2023-08-14 21:22:53 +00:00
v3d33_vpm_setup.c
v3d40_tex.c nir: Drop nir_dest 2023-08-14 21:22:53 +00:00
v3d_compiler.h broadcom/compiler: rename vir_writes_rX to vir_writes_rX_implicitly 2023-10-13 22:37:41 +00:00
v3d_nir_lower_image_load_store.c treewide: Drop nir_ssa_for_src users 2023-09-18 10:25:17 -04:00
v3d_nir_lower_io.c treewide: Drop nir_ssa_for_src users 2023-09-18 10:25:17 -04:00
v3d_nir_lower_line_smooth.c treewide: Use nir_before/after_impl for more elaborate cases 2023-08-30 19:30:58 +00:00
v3d_nir_lower_load_store_bitsize.c treewide: Drop nir_ssa_for_src users 2023-09-18 10:25:17 -04:00
v3d_nir_lower_logic_ops.c nir: Drop most uses if nir_instr_rewrite_src() 2023-08-18 01:00:15 +00:00
v3d_nir_lower_scratch.c treewide: Drop nir_ssa_for_src users 2023-09-18 10:25:17 -04:00
v3d_nir_lower_txf_ms.c nir: Take a nir_def * in nir_tex_instr_add_src() 2023-08-18 01:00:14 +00:00
vir.c broadcom/compiler: rename vir_writes_rX to vir_writes_rX_implicitly 2023-10-13 22:37:41 +00:00
vir_dump.c broadcom/qpu: define v3d_qpu_input, use on v3d_qpu_alu_instr 2023-10-13 22:37:41 +00:00
vir_live_variables.c broadcom/compiler: free defin and defout arrays if they already exist 2023-07-05 21:52:01 +00:00
vir_opt_constant_alu.c v3dv/v3d: Fix copyright holder to Raspberry Pi Ltd 2022-02-18 11:50:07 +01:00
vir_opt_copy_propagate.c broadcom/qpu: define v3d_qpu_input, use on v3d_qpu_alu_instr 2023-10-13 22:37:41 +00:00
vir_opt_dead_code.c broadcom/compiler: make opt passes set current block 2021-11-02 11:17:01 +00:00
vir_opt_redundant_flags.c broadcom/qpu: define v3d_qpu_input, use on v3d_qpu_alu_instr 2023-10-13 22:37:41 +00:00
vir_opt_small_immediates.c broadcom/compiler: rename small_imm to small_imm_b 2023-10-13 22:37:41 +00:00
vir_register_allocate.c broadcom/compiler: don't assign rf0 to temps across implicit rf0 writes 2023-10-13 22:37:42 +00:00
vir_to_qpu.c broadcom/compiler: update vir_to_qpu::set_src for v71 2023-10-13 22:37:41 +00:00