mesa/radeonsi: fix implicit derivatives + kil interactions in ARB fp shaders
The 1st commit moves the is_arb_asm
property from gl_program
to shader_info
.
The 2nd commit uses it in radeonsi
to enable the "preserve derivatives after discard" option.