nir: fix printing of vec16 type

Fixes: 2f181c8c18
       "glsl_types: vec8/vec16 support"

Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
Signed-off-by: Karol Herbst <kherbst@redhat.com>
This commit is contained in:
Karol Herbst 2018-07-12 06:27:49 +02:00
parent 427a3dbdb1
commit 87c8af2836
1 changed files with 1 additions and 0 deletions

View File

@ -88,6 +88,7 @@ print_register(nir_register *reg, print_state *state)
static const char *sizes[] = { "error", "vec1", "vec2", "vec3", "vec4",
"error", "error", "error", "vec8",
"error", "error", "error", "error",
"error", "error", "error", "vec16"};
static void