mesa/src/freedreno
Job Noorman 455ebcccfb ir3: add encoding for isam.v
isam.v is a version of isam that can load multiple components from IBOs.
It uses some bits that are used for different purposes in other tex
instructions:
- bit 50 (.v): .s elsewhere
- bit 53 (indicates whether an immediate offset is used): .p elsewhere
- bit 18 (.1d when not set, has to be set for .v): 0 elsewhere

For this reason, the bitset hierarchy for cat5 had to be reordered a
bit.

The immediate offset is encoded as an extra (immed) source register and
an instruction flag (to be able to make the distinction between offset
zero and no offset, although this might not be useful).

This also adds a flag for the .1d field. Since this bit is active-low,
this flag has inverted semantics: setting it will make .1d inactive.
Note that some existing disassembler tests for isam had to be updated
because the bit is never set and this is now disassembled as .1d. This
matches the blob's disassembler.

Signed-off-by: Job Noorman <jnoorman@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28664>
2024-06-14 17:12:59 +00:00
..
.gitlab-ci ir3: add encoding for isam.v 2024-06-14 17:12:59 +00:00
afuc freedreno/afuc: Add initial support for a750 2024-04-10 21:51:59 +00:00
ci ci/freedreno: some A306 tests now pass/skip since proper GL detection in Piglit 2024-06-12 09:09:15 +00:00
common ir3/a7xx: Fix FS consts corruption when other FS has zero constlen 2024-06-14 13:27:01 +00:00
computerator freedreno,computerator: support initialization of buffers 2024-04-11 15:56:54 +00:00
decode freedreno/replay: use inttypes format string for 64bit 2024-05-11 01:09:25 +00:00
drm virgl: Update headers 2024-05-23 20:02:03 +00:00
drm-shim freedreno/drm-shim: remove duplicate entry for a630 2024-04-23 20:03:51 +00:00
ds freedreno: Make fd_pps_driver.h usable without including other FD sources 2024-05-22 17:09:59 +00:00
fdl freedreno/fdl: avoid overflow in layout size computations 2024-03-20 17:05:55 +00:00
ir2 freedreno/ir2: Re-indent 2021-04-17 15:38:56 +00:00
ir3 ir3: add encoding for isam.v 2024-06-14 17:12:59 +00:00
isa ir3: add encoding for isam.v 2024-06-14 17:12:59 +00:00
perfcntrs freedreno: add a7xx perfcounter support 2024-05-06 19:56:43 +00:00
registers freedreno/a7xx: Update TPL1_DBG_ECO_CNTL1 to fix UBWC corruption 2024-06-14 12:21:03 +00:00
rnn freedreno/rnn: drop custom aprintf function 2024-03-22 19:30:06 +00:00
vulkan turnip: Implement VK_EXT_depth_clamp_zero_one 2024-06-12 12:58:32 +00:00
.clang-format clang-format: Disable formatting by default 2023-08-13 16:48:49 +02:00
.dir-locals.el freedreno: Update editorconfig and emacs settings for freedreno reformat. 2021-05-10 23:16:00 +00:00
.editorconfig freedreno: Update editorconfig and emacs settings for freedreno reformat. 2021-05-10 23:16:00 +00:00
meson.build meson: use allow_fallback instead of manually listing the deps and what they provide 2023-12-28 13:17:25 +00:00