mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
Adding support to packed formats
Related-To: NEO-4949 Change-Id: I5cbff44d6463fa6c7aa71f641e11b593a1dcf11e Signed-off-by: Andrzej Koska <andrzej.koska@intel.com>
This commit is contained in:

committed by
sys_ocldev

parent
4ec90b2a56
commit
0cc717b1b4
@ -117,6 +117,7 @@ void MockGmmResourceInfo::setSurfaceFormat() {
|
||||
|
||||
iterate(SurfaceFormats::packedYuv());
|
||||
iterate(SurfaceFormats::planarYuv());
|
||||
iterate(SurfaceFormats::packed());
|
||||
|
||||
iterate(SurfaceFormats::readOnlyDepth());
|
||||
iterate(SurfaceFormats::readWriteDepth());
|
||||
|
Reference in New Issue
Block a user