Searched refs:channelTypesNorm (Results 1 – 1 of 1) sorted by relevance
5548 static const int channelTypesNorm[] = { CL_UNORM_INT8, CL_SNORM_INT8, CL_UNORM_INT16, in getImageFormat() local5552 int channelType = norm ? channelTypesNorm[depth] : channelTypes[depth]; in getImageFormat()