pan/bi: Disassemble gl_PointCoord reads.
Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5290>
This commit is contained in:
committed by
Marge Bot
parent
3e4a0c2bca
commit
bc7397f376
@@ -1558,7 +1558,9 @@ static void dump_add(FILE *fp, uint64_t word, struct bifrost_regs regs,
|
||||
// direct addr
|
||||
fprintf(fp, "%d", addr);
|
||||
} else if (addr < 0b11000) {
|
||||
if (addr == 22)
|
||||
if (addr == 20)
|
||||
fprintf(fp, "pointcoord");
|
||||
else if (addr == 22)
|
||||
fprintf(fp, "fragw");
|
||||
else if (addr == 23)
|
||||
fprintf(fp, "fragz");
|
||||
|
||||
Reference in New Issue
Block a user