mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-21 09:14:47 +08:00
y-tiling interface cleanup
Change-Id: If7e5ab7135eaa71d9215c87c2fc46188ffd42b02 Signed-off-by: Dunajski, Bartosz <bartosz.dunajski@intel.com>
This commit is contained in:
committed by
sys_ocldev
parent
ba2233dc6a
commit
aeb84b3e20
@@ -758,7 +758,7 @@ struct NullImage : public Image {
|
||||
using Image::imageFormat;
|
||||
|
||||
NullImage() : Image(nullptr, cl_mem_flags{}, 0, nullptr, cl_image_format{},
|
||||
cl_image_desc{}, false, new MockGraphicsAllocation(nullptr, 0), false, false,
|
||||
cl_image_desc{}, false, new MockGraphicsAllocation(nullptr, 0), false,
|
||||
0, 0, SurfaceFormatInfo{}, nullptr) {
|
||||
}
|
||||
~NullImage() override {
|
||||
|
||||
Reference in New Issue
Block a user