From 2c4eeb0b5cf17caa06cb3fa46d4f64e6a8005d23 Mon Sep 17 00:00:00 2001 From: Ilia Mirkin Date: Mon, 14 Dec 2015 00:13:34 -0500 Subject: nv50/ir: add SUQ op by reading the info from driver constbuf Signed-off-by: Ilia Mirkin --- src/gallium/drivers/nouveau/codegen/nv50_ir.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gallium/drivers/nouveau/codegen/nv50_ir.h') diff --git a/src/gallium/drivers/nouveau/codegen/nv50_ir.h b/src/gallium/drivers/nouveau/codegen/nv50_ir.h index d1fdd75495f..9d7becf27d4 100644 --- a/src/gallium/drivers/nouveau/codegen/nv50_ir.h +++ b/src/gallium/drivers/nouveau/codegen/nv50_ir.h @@ -132,6 +132,7 @@ enum operation OP_SUBFM, // surface bitfield manipulation OP_SUCLAMP, // clamp surface coordinates OP_SUEAU, // surface effective address + OP_SUQ, // surface query OP_MADSP, // special integer multiply-add OP_TEXBAR, // texture dependency barrier OP_DFDX, -- cgit v1.2.3