Files
compute-runtime/runtime
Artur Harasimiuk cb064abb04 fix mapImage for 1D_ARRAY
There are differences in qPitch programming between Gen8 vs Gen9+
devices and this requires special operation when image is zero-copy.

For Gen8 qPitch is distance in rows while Gen9+ it is in pixels.
Minimum value of qPitch is 4 and this causes slicePitch = 4*rowPitch on
Gen8.

To allow zero-copy we have to tell what is correct value rowPitch which
should equal to slicePitch.

Change-Id: I58dea004e3c7f9f4dfabd154d02749c15b6b0246
Signed-off-by: Artur Harasimiuk <artur.harasimiuk@intel.com>
2018-04-16 16:13:51 +02:00
..
2018-03-23 15:51:12 +01:00
2018-04-10 22:15:09 +02:00
2018-03-23 15:51:12 +01:00
2018-04-16 16:13:51 +02:00
2018-03-02 00:39:41 +01:00
2018-04-12 11:26:58 +02:00
2018-04-16 12:55:30 +02:00
2018-03-02 00:39:41 +01:00
2018-03-02 00:39:41 +01:00
2018-04-05 01:09:27 +02:00
2018-03-23 15:51:12 +01:00
2018-03-23 15:51:12 +01:00
2018-04-13 11:16:33 +02:00
2018-04-10 22:15:09 +02:00
2018-03-26 17:51:34 +02:00
2018-04-12 11:26:58 +02:00
2018-03-23 15:51:12 +01:00
2018-03-23 15:51:12 +01:00