[SYCL][E2E][bindless-images] Fix vulkan interops common header (#21712)
This PR fixes issue reported by vulkan validation layer.
```
| [Vulkan Validation Layer]: vkResetCommandBuffer(): VkCommandBuffer 0x21045260 was created from VkCommandPool 0x60000000006 which was created with VkCommandPoolCreateFlags(0).
# | The Vulkan spec states: commandBuffer must have been allocated from a pool that was created with the VK_COMMAND_POOL_CREATE_RESET_COMMAND_BUFFER_BIT (https://vulkan.lunarg.com/doc/view/1.4.335.0/linux/antora/spec/latest/chapters/cmdbuffers.html#VUID-vkResetCommandBuffer-commandBuffer-00046)
```