Lines Matching full:numcomps
548 const int numComps = glu::getDataTypeNumComponents(basicType);
561 DE_ASSERT(de::inRange<int>(numComps, 1, DE_LENGTH_OF_ARRAY(channelOrderMap)));
563 return tcu::TextureFormat(channelOrderMap[numComps-1], channelType);
976 const int numComps = scalarSize / numVecs;
982 const int srcOffset = (int)sizeof(deUint32)*(elemNdx*scalarSize + vecNdx*numComps);
987 deMemcpy(dstPtr, srcPtr, sizeof(deUint32)*numComps);
1003 const int numComps = scalarSize / numVecs;
1010 const int dstOffset = (int)sizeof(deUint32)*(elemNdx*scalarSize + vecNdx*numComps);
1014 deMemcpy(dstPtr, srcPtr, sizeof(deUint32)*numComps);