Home | History | Annotate | Download | only in functional

Lines Matching refs:compNdx

545 		for (int compNdx = 0; compNdx < numComps; compNdx++)
547 int offset = attrib.offset+elemNdx*stride+compNdx*elementSize;
735 for (int compNdx = 0; compNdx < numComponents; compNdx++)
737 const deUint8* inPtr = inBasePtr + inStride*inNdx + attribute.offset + compNdx*sizeof(deUint32);
738 const deUint8* outPtr = outBasePtr + outStride*outNdx + outOffset + compNdx*sizeof(deUint32);
766 log << TestLog::Message << "Mismatch in " << output.name << " (" << attribute.name << "), output = " << outNdx << ", input = " << inNdx << ", component = " << compNdx << TestLog::EndMessage;