glsl: Store the precision for a function return type
authorNeil Roberts <nroberts@igalia.com>
Fri, 23 Aug 2019 12:24:27 +0000 (14:24 +0200)
committerNeil Roberts <nroberts@igalia.com>
Wed, 4 Sep 2019 10:41:20 +0000 (12:41 +0200)
The precision for a function return type is now stored in
ir_function_signature. This will later be useful to implement mediump
to float16 lowering. In the meantime it is also useful to catch errors
where a function is redeclared with a different precision.

Reviewed-by: Timothy Arceri <tarceri@itsqueeze.com>

No differences found