Lines Matching refs:numScalars
632 int numScalars = glu::getDataTypeScalarSize(output.type);
636 inputs[curInVec].resize(numVertices*numScalars);
640 attachments[output.location+vecNdx].numWrittenChannels = numScalars;
659 m_testCtx.getLog() << TestLog::Message << "out" << curInVec << " value range: " << valueRangeToString(numScalars, minVal, maxVal) << TestLog::EndMessage;
672 float* v = dst + (y*gridWidth + x)*numScalars;
674 for (int ndx = 0; ndx < numScalars; ndx++)
698 m_testCtx.getLog() << TestLog::Message << "out" << curInVec << " value range: " << valueRangeToString(numScalars, minVal, maxVal) << TestLog::EndMessage;
711 deInt32* v = dst + (y*gridWidth + x)*numScalars;
715 for (int ndx = 0; ndx < numScalars; ndx++)
734 m_testCtx.getLog() << TestLog::Message << "out" << curInVec << " value range: " << valueRangeToString(numScalars, UVec4(0), maxVal) << TestLog::EndMessage;
749 deUint32* v = dst + (y*gridWidth + x)*numScalars;
753 for (int ndx = 0; ndx < numScalars; ndx++)