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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user