Blender asserts when an Image node is directly connected to a Denoise node in the GPU compositor. This is because the node reads the image to host memory, but the cached image didn't specifiy host read usage. This patch adds the host read usage flag to the IMB module GPU image creation functions.