compiler: Make is_64bit(GL_*) helper more broadly available
authorKenneth Graunke <kenneth@whitecape.org>
Wed, 16 Jan 2019 08:03:39 +0000 (00:03 -0800)
committerKenneth Graunke <kenneth@whitecape.org>
Tue, 19 Feb 2019 21:26:58 +0000 (13:26 -0800)
commit3c2c6bd1c7636793ccb5e25f05677ae02e0fdb47
tree1daab7dcd2d790c095174174d5822ffae49f582a
parentdaf8ada08d70fed353c64206ed3ffc7be2c0bfde
compiler: Make is_64bit(GL_*) helper more broadly available

I'd like to use this in the prog_parameter.c code, so I need to move it
into C, make it non-static, and so on.  This probably isn't the ideal
place for it, but I couldn't think of a better one.

Acked-by: Timothy Arceri <tarceri@itsqueeze.com>
src/compiler/glsl/link_varyings.h
src/mesa/program/prog_parameter.h