shader: return the corresponding type when translating TGSI_SEMANTIC_SAMPLEMASK
The SAMPLEMASK is always returning an integer, we previously always had another instruction that would convert it to a float but this is no longer the case so always convert it to a floating number.
Edited by Corentin Noël