diff --git a/src/gallium/drivers/nouveau/codegen/nv50_ir_print.cpp b/src/gallium/drivers/nouveau/codegen/nv50_ir_print.cpp index ab39f9fdf63..cbb21f5f721 100644 --- a/src/gallium/drivers/nouveau/codegen/nv50_ir_print.cpp +++ b/src/gallium/drivers/nouveau/codegen/nv50_ir_print.cpp @@ -217,7 +217,7 @@ static const char *shflOpStr[] = static const char *pixldOpStr[] = { - "count", "covmask", "offset", "cent_offset", "sampleid" + "count", "covmask", "covered", "offset", "cent_offset", "sampleid" }; static const char *rcprsqOpStr[] =