Lines Matching refs:compNdx
534 for (int compNdx = 0; compNdx < numComps; compNdx++)
536 int offset = attrib.offset+elemNdx*stride+compNdx*elementSize;
722 for (int compNdx = 0; compNdx < numComponents; compNdx++)
724 const deUint8* inPtr = inBasePtr + inStride*inNdx + attribute.offset + compNdx*sizeof(deUint32);
725 const deUint8* outPtr = outBasePtr + outStride*outNdx + outOffset + compNdx*sizeof(deUint32);
753 log << TestLog::Message << "Mismatch in " << output.name << " (" << attribute.name << "), output = " << outNdx << ", input = " << inNdx << ", component = " << compNdx << TestLog::EndMessage;