glsl: Minor cleanups after previous commit
authorIan Romanick <ian.d.romanick@intel.com>
Thu, 2 Nov 2017 00:34:12 +0000 (17:34 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Thu, 9 Nov 2017 02:37:29 +0000 (18:37 -0800)
commit9c53b80ff94c60bef18af6fbeee30bae43b42485
tree4dd01a822d57c51fa34b0dcffce983fae1484531
parentc18d8c61d6ecc108c1ef2012b37e9cf56da98664
glsl: Minor cleanups after previous commit

I think it's more clear to only call emit_access once.  The only
difference between the two calls is the value of size_mul used for the
offset parameter... but you really have to look at it to be sure.

The s/is_64bit/is_double/ change is because there are no int64_t or
uint64_t matrix types.

Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Thomas Helland <thomashelland90@gmail.com>
src/compiler/glsl/lower_buffer_access.cpp