pan/mdg: Fix partial execution mode names
authorAlyssa Rosenzweig <alyssa@collabora.com>
Sat, 12 Feb 2022 21:43:36 +0000 (16:43 -0500)
committerMarge Bot <emma+marge@anholt.net>
Wed, 23 Feb 2022 12:56:30 +0000 (12:56 +0000)
commit6fc81f163e8508bca7006ea00f0759e9426a6fe7
tree7ff5d6e5482e5a5878a3ac005689c00e798e9722
parent7e703e4428c096fcf12019ba0f4f75940c1fa1f4
pan/mdg: Fix partial execution mode names

cont -> skip, last -> kill, and fix the special case handling. It's just an
enum. Makes the disassembly easier to read and closer to Bifrost.

Signed-off-by: Alyssa Rosenzweig <alyssa@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15123>
src/panfrost/midgard/disassemble.c
src/panfrost/midgard/midgard.h
src/panfrost/midgard/midgard_emit.c