genX/pack: Add a __gen_fixed helper and use it for TextureLODBias
authorJason Ekstrand <jason.ekstrand@intel.com>
Mon, 18 Jan 2016 19:35:04 +0000 (11:35 -0800)
committerJason Ekstrand <jason.ekstrand@intel.com>
Mon, 18 Jan 2016 19:35:04 +0000 (11:35 -0800)
commitbfcc7448920644f232f5370e56c10c2ba15e0731
treec65ef50dd4b6d1659b57e66ce8cca4a1b0ccb28b
parent5a67df2546a4552cf7b9b401e5e3960ea55bf14f
genX/pack: Add a __gen_fixed helper and use it for TextureLODBias

The __gen_fixed helper properly clamps the value and also handles negative
values correctly.  Eventually, we need to make the scripts generate this
and use it for more things.
src/vulkan/gen75_pack.h
src/vulkan/gen7_pack.h
src/vulkan/gen8_pack.h
src/vulkan/gen9_pack.h