P4 to Git Change 1058915 by rili@rili_opencl_stg on 2014/07/24 12:24:49
EPR #399808 - Fix the value of HSA image channel order for CL_RGB Affected files ... ... //depot/stg/opencl/drivers/opencl/runtime/device/gpu/gpuresource.cpp#188 edit
Этот коммит содержится в:
@@ -289,7 +289,7 @@ static uint32_t GetHSAILImageOrderType(gslChannelOrder chOrder)
|
||||
orderType = 6;
|
||||
break;*/
|
||||
case GSL_CHANNEL_ORDER_RGB:
|
||||
orderType = 7;
|
||||
orderType = 6;
|
||||
break;
|
||||
case GSL_CHANNEL_ORDER_RGBA:
|
||||
orderType = 8;
|
||||
|
||||
Ссылка в новой задаче
Block a user