spirv: parse unstructured CFG
[mesa.git] / src / compiler / nir / nir_constant_expressions.py
index 8b8cd5ffa698e782a0869694d879e07ec3947b04..90ee5c339b6e46742d713a690490e92481b91678 100644 (file)
@@ -420,8 +420,7 @@ struct ${type}${width}_vec {
       % else:
          ## Splat the value to all components.  This way expressions which
          ## write the same value to all components don't need to explicitly
-         ## write to dest.  One such example is fnoise which has a
-         ## const_expr of 0.0f.
+         ## write to dest.
          dst.x = dst.y = dst.z = dst.w = ${op.const_expr};
       % endif