e0f4740fc4
SWDEV-132899 - [OCL][GFX10] OCLCreateImage[3] fails for the image type 1Darray Issue: FillImage blit kernel is not working properly on gfx10 if the image type is 1Darray (i.e., it only fills the first slice/layer and ignores the rest of the layers when number of layers >1) Root cause: gfx10 HW expects the number of layers in Z component Fix: To fix this issue we swap the Y and Z components if the image type is 1Darray for gfx10+ in image blit kernels. ReviewBoardURL = http://ocltc.amd.com/reviews/r/14281/diff/ Affected files ... ... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palblit.cpp#17 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palsettings.cpp#42 edit ... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palsettings.hpp#14 edit