nvk: Implement vkCmdClear* directly
Instead of invoking the meta code, implement it ourselves so we get the
HW clear path. We could probably put some of the vkCmdClear*Image
implementations somewhere
common since they only set up a few things and invoke Begin/EndRendering
but there's not that much point for now.