Home | History | Annotate | Download | only in functional

Lines Matching defs:inNdx

694 			int inNdx = outNdx/2 + outNdx%2;
695 return inNdx < numInputs ? inNdx : 0;
720 int inNdx = getAttributeIndex(primitiveType, numInputs, outNdx);
724 const deUint8* inPtr = inBasePtr + inStride*inNdx + attribute.offset + compNdx*sizeof(deUint32);
753 log << TestLog::Message << "Mismatch in " << output.name << " (" << attribute.name << "), output = " << outNdx << ", input = " << inNdx << ", component = " << compNdx << TestLog::EndMessage;