nv50/ir: fix printing of pixld
authorRhys Perry <pendingchaos02@gmail.com>
Thu, 3 May 2018 17:02:14 +0000 (18:02 +0100)
committerIlia Mirkin <imirkin@alum.mit.edu>
Fri, 4 May 2018 02:57:46 +0000 (22:57 -0400)
Signed-off-by: Rhys Perry <pendingchaos02@gmail.com>
Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu>
src/gallium/drivers/nouveau/codegen/nv50_ir_print.cpp

index ab39f9fdf6302a46d042f986855a42ef7bf07c63..cbb21f5f721a69384e63ba858956ba01ea81ee16 100644 (file)
@@ -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[] =