d3d12: fix load_front_face
This seems like another fallout of the bool-rework; load_front_face
needs to return an i1, so we can't just piggy-back on
emit_load_input_interpolated
. So let's factor out the useful bits
into a helper, and use that and some custom casting instead.