Fix stride of linear texture sampler
When sampling from multiple linear textures, only the stride of the first texture is set correctly. The stride for all other textures is set to 0 which leads to sampling of only the first line of the other textures.
Fix the sampling of multiple linear textures by writing the stride into the correct registers.