mesa/src/panfrost/midgard
Alyssa Rosenzweig e596a0423b pan/mdg: Print outmods when printing IR
In particular, this lets us distinguish mul_high from regular mul.

Signed-off-by: Alyssa Rosenzweig <alyssa@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16798>
2022-06-01 14:24:10 -04:00
..
compiler.h pan/mdg: Return the instruction from mir_insert_instruction_*_scheduled 2022-05-10 13:16:50 +00:00
disassemble.c pan/mdg: Print outmods when printing IR 2022-06-01 14:24:10 -04:00
disassemble.h
helpers.h pan/mdg: Print outmods when printing IR 2022-06-01 14:24:10 -04:00
meson.build nir: Add missing dependency on nir_opcodes.py 2022-02-17 22:57:33 +00:00
midgard.h pan/mdg: Fix partial execution mode names 2022-02-23 12:56:30 +00:00
midgard_address.c
midgard_compile.c pan/mdg: Scalarize with 64-bit sources 2022-06-01 14:24:05 -04:00
midgard_compile.h glsl,nir: Move i/umulExtended lowering to NIR. 2022-06-01 10:56:35 +00:00
midgard_derivatives.c
midgard_emit.c pan/mdg: Fix partial execution mode names 2022-02-23 12:56:30 +00:00
midgard_errata_lod.c nir: Drop the unused instr arg for src/dest copy functions. 2021-09-14 17:53:06 +00:00
midgard_helper_invocations.c
midgard_liveness.c
midgard_nir.h
midgard_nir_algebraic.py nir,panfrost: Suffix fsat_signed and fclamp_pos with _mali 2021-06-21 09:03:34 -05:00
midgard_nir_lower_helper_writes.c
midgard_nir_lower_image_bitsize.c
midgard_ops.c pan/mdg: Reduce size of tex_opcode_props 2021-08-16 14:18:36 +00:00
midgard_ops.h
midgard_opt_copy_prop.c
midgard_opt_dce.c pan/midg: Support 8/16 bit load/store 2022-02-04 17:12:35 -05:00
midgard_opt_perspective.c
midgard_print.c pan/mdg: Print outmods when printing IR 2022-06-01 14:24:10 -04:00
midgard_print_constant.c pan/mdg: Print outmods when printing IR 2022-06-01 14:24:10 -04:00
midgard_quirks.h panfrost: Don't pass quirks to pan_lower_framebuffer 2022-01-28 17:47:46 +00:00
midgard_ra.c pan/mdg: Fix multiple spilt writes in the same bundle 2022-05-10 13:16:50 +00:00
midgard_ra_pipeline.c
midgard_schedule.c pan/mdg: Use the correct swizzle for condition moves 2021-10-04 14:55:07 +00:00
mir.c pan/mdg: Return the instruction from mir_insert_instruction_*_scheduled 2022-05-10 13:16:50 +00:00
mir_promote_uniforms.c pan/mdg: Create a mask of UBOs that need to be uploaded 2021-07-03 13:23:29 +00:00
mir_squeeze.c
nir_fuse_io_16.c