Home | History | Annotate | Download | only in functional

Lines Matching defs:refPtr

615 				const deUint32*		refPtr		= &outData[lookupNdx*outLookupStride];
616 const deUint32* resPtr = refPtr + invocationNdx*4;
620 isOk = isOk && (refPtr[ndx] == resPtr[ndx]);
627 << tcu::formatArray(tcu::Format::HexIterator<deUint32>(refPtr), tcu::Format::HexIterator<deUint32>(refPtr+4))