mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-20 02:38:07 +02:00
The load size field starts at b23 instead of b24 and is 8 bits in size. b23 makes the blob disassembler select between interpreting the load size as an immediate or a GPR. However, using a GPR doesn't work as the HW still seems to interpret the field as an immediate. We copy the blob's behavior here for consistency. Signed-off-by: Job Noorman <jnoorman@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/40947> |
||
|---|---|---|
| .. | ||
| encode.c | ||
| ir3-cat0.xml | ||
| ir3-cat1.xml | ||
| ir3-cat2.xml | ||
| ir3-cat3.xml | ||
| ir3-cat4.xml | ||
| ir3-cat5.xml | ||
| ir3-cat6.xml | ||
| ir3-cat7.xml | ||
| ir3-common.xml | ||
| ir3-disasm.c | ||
| ir3.xml | ||
| isa.h | ||
| meson.build | ||