Lines Matching refs:fragNdx
273 for (int fragNdx = 0; fragNdx < rr::NUM_FRAGMENTS_PER_PACKET; fragNdx++)
275 const tcu::Vec4 varValue = rr::readVarying<float>(packet, context, varNdx, fragNdx);
276 const int dstNdx = packetNdx*rr::NUM_FRAGMENTS_PER_PACKET + fragNdx;
291 for (int fragNdx = 0; fragNdx < rr::NUM_FRAGMENTS_PER_PACKET; fragNdx++)
293 const int srcNdx = packetNdx*rr::NUM_FRAGMENTS_PER_PACKET + fragNdx;
299 rr::writeFragmentOutput(context, packetOffset+packetNdx, fragNdx, 0, color);