asahi: fix depth bias interactions with points/lines
we need to apply depth bias for tris with point/line poly mode (according to offset_point/offset_line), but we need to NOT apply depth bias for API-level points/lines. weirdly the hw is sensitive to that last part.
fixes z-fighting with FreeCAD.