v3d: Handle the line width intrinsics
[mesa.git] / src / broadcom / compiler / v3d_compiler.h
index 296bd840314d9f0bcc5445d5f896b40354d09466..d6de62486d913c54c8b94517b48980b7da7e94d0 100644 (file)
@@ -261,6 +261,13 @@ enum quniform_contents {
 
         QUNIFORM_ALPHA_REF,
 
+        QUNIFORM_LINE_WIDTH,
+
+        /* The line width sent to hardware. This includes the expanded width
+         * when anti-aliasing is enabled.
+         */
+        QUNIFORM_AA_LINE_WIDTH,
+
         /* Number of workgroups passed to glDispatchCompute in the dimension
          * selected by the data value.
          */