SWDEV-409815 - Fix image view cache issue

Add a view bit to avoid original resource destruction when parent
dependency doesn't exist with the image view cache

Change-Id: I8277afd575af8f29951c5d1a9f7d94d784251657


[ROCm/clr commit: b49e8e78e1]
This commit is contained in:
German Andryeyev
2023-07-14 15:05:19 -04:00
parent 20add33513
commit e62940f7df
3 changed files with 5 additions and 2 deletions
+1
View File
@@ -593,6 +593,7 @@ Image::Image(const Format& format, Image& parent, uint baseMipLevel, cl_mem_flag
size_ = getWidth() * getHeight() * parent.getDepth() * format.getElementSize();
}
initDimension();
image_view_ = true;
}
Image::Image(Context& context, Type type, Flags flags, const Format& format, size_t width,