intel/decoder: decode the 8 BLEND_STATEs

Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Reviewed-by: Ivan Briano <ivan.briano@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27270>
This commit is contained in:
Lionel Landwerlin 2024-02-02 18:28:28 +02:00 committed by Marge Bot
parent d164fe839c
commit 6f5d032c6f

View file

@ -1134,7 +1134,7 @@ static void
decode_3dstate_blend_state_pointers(struct intel_batch_decode_ctx *ctx,
const uint32_t *p)
{
decode_dynamic_state_pointers(ctx, "BLEND_STATE", p, 1);
decode_dynamic_state_pointers(ctx, "BLEND_STATE", p, 8);
}
static void