vk: Store device in VkQueue_Info

By storing |device| in VkQueue_Info struct, we can
retrieve the logcial device assocaited with the queue
in Vulkan functions that has |queue| but no |device|
in their argumemnts.

This will be  used to create / destroy temporary fences
in |on_vkQueueSubmit|.

Change-Id: I47e4dd5c371be823295de9ac1616af5d84e38b24
3 files changed