mesa/src/imagination/pco
Simon Perretta b0609a30b1 pco: improve early and late algebraic pass ordering
Ensures early algebraic passes aren't called again following late
algebraic passes, so that the latter's opts aren't undone (e.g.
unfusing ffmas).

Signed-off-by: Simon Perretta <simon.perretta@imgtec.com>
Acked-by: Frank Binns <frank.binns@imgtec.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37724>
2025-10-11 20:28:16 +01:00
..
uscgen pco/usclib: disable predicate control-flow in generated shaders 2025-09-22 14:52:05 +01:00
usclib nir: add ACCESS_ATOMIC 2025-10-07 17:41:30 +00:00
meson.build pvr, pco: add primitive support for VK_KHR_robustness2.nullDescriptor 2025-09-30 12:15:54 +00:00
pco.c pco: store additional metadata for precompiled shaders 2025-09-22 14:52:03 +01:00
pco.h pvr, pco: add multiview compiler support, advertise extension 2025-09-30 12:15:46 +00:00
pco_binary.c pvr, pco: temporarily add legacy tq shader gen code 2025-09-16 18:26:09 +00:00
pco_bool.c pco: update virtual register support for bools and nir reg translation 2025-09-16 18:26:09 +00:00
pco_builder.h pco: Switch back to util/list 2025-09-16 18:26:44 +00:00
pco_builder_ops.h.py pco: remove modifiers from instructions with variable src/dests 2025-09-16 18:26:11 +00:00
pco_cf.c pco: Switch back to util/list 2025-09-16 18:26:44 +00:00
pco_common.h.py pvr, pco: enable pre-generated header string functions to work with clc 2025-09-22 14:52:03 +01:00
pco_const_imms.c pco, pygen: differentiate between int and float ref mods 2025-09-16 18:26:08 +00:00
pco_data.h pvr, pco: add primitive support for VK_KHR_robustness2.nullDescriptor 2025-09-30 12:15:54 +00:00
pco_debug.c pco: add support for loops and ifs using predicated execution 2025-09-16 18:26:09 +00:00
pco_end.c pco: add support for loops and ifs using predicated execution 2025-09-16 18:26:09 +00:00
pco_group_instrs.c pco: Switch back to util/list 2025-09-16 18:26:44 +00:00
pco_index.c pco: initial control-flow support 2025-09-16 18:26:08 +00:00
pco_info.c.py pco, pygen: validate phases and io allocations for ops 2025-07-08 23:10:50 +00:00
pco_internal.h pvr, pco: add primitive support for VK_KHR_robustness2.nullDescriptor 2025-09-30 12:15:54 +00:00
pco_ir.c pco: add pass to expand out vecs only used by comps 2025-09-16 18:26:11 +00:00
pco_isa.h.py build: avoid redefining unreachable() which is standard in C23 2025-07-31 17:49:42 +00:00
pco_isa.py pco: initial image write support 2025-09-16 18:26:09 +00:00
pco_legalize.c pco: support accessing shareds/coeffs >= 256 2025-09-16 18:26:12 +00:00
pco_map.h.py pco: amend index register mapping 2025-09-16 18:26:08 +00:00
pco_map.py pvr, pco: switch to clc load/store sr and idfwdf shaders 2025-09-22 14:52:05 +01:00
pco_nir.c pco: improve early and late algebraic pass ordering 2025-10-11 20:28:16 +01:00
pco_nir_algebraic.py pco: improve early and late algebraic pass ordering 2025-10-11 20:28:16 +01:00
pco_nir_compute.c pco: use nir_cf_{extract,reinsert} instead of inlining compute instance check 2025-09-16 18:26:40 +00:00
pco_nir_io.c pco: use nir_unlower_io_to_vars 2025-09-27 23:45:54 +01:00
pco_nir_lower_null_descriptors.c pvr, pco: add primitive support for VK_KHR_robustness2.nullDescriptor 2025-09-30 12:15:54 +00:00
pco_nir_pvfio.c nir/lower_alpha: extend to support dynamic a2c 2025-09-30 12:15:53 +00:00
pco_nir_sync.c pvr, pco: add minimal support required for Vulkan 1.2 subgroups 2025-09-30 12:15:48 +00:00
pco_nir_tex.c pco: fully support Vulkan 1.2 image atomics 2025-09-30 12:15:48 +00:00
pco_nir_vk.c pvr, pco: add primitive support for VK_KHR_robustness2.nullDescriptor 2025-09-30 12:15:54 +00:00
pco_ops.h.py pco, pygen: add better exception messages 2024-11-29 15:14:12 +00:00
pco_ops.py pvr, pco: switch to clc load/store sr and idfwdf shaders 2025-09-22 14:52:05 +01:00
pco_opt.c pvr, pco: switch to clc load/store sr and idfwdf shaders 2025-09-22 14:52:05 +01:00
pco_print.c pco: Switch back to util/list 2025-09-16 18:26:44 +00:00
pco_pygen_common.py pco, pygen: amend translation of srcs/dests with no mods 2025-07-08 23:10:45 +00:00
pco_ra.c pco/ra: properly handle non-dced instrs with unused defs 2025-09-16 18:26:46 +00:00
pco_schedule.c pvr, pco: switch to clc load/store sr and idfwdf shaders 2025-09-22 14:52:05 +01:00
pco_trans_nir.c pco: tidy and commonize conversion ops 2025-10-11 20:28:16 +01:00
pco_validate.c pco, pygen: expose enhanced logical ops with optional mask 2025-09-16 18:26:08 +00:00