Lines Matching refs:packetNdx
738 for (int packetNdx = 0; packetNdx < numPackets; packetNdx++)
740 rr::readVertexAttrib(packets[packetNdx]->position, inputs[0], packets[packetNdx]->instanceNdx, packets[packetNdx]->vertexNdx);
741 packets[packetNdx]->outputs[0] = rr::readVertexAttribFloat(inputs[1], packets[packetNdx]->instanceNdx, packets[packetNdx]->vertexNdx);
758 for (int packetNdx = 0; packetNdx < numPackets; packetNdx++)
762 const tcu::Vec4 interp = rr::readTriangleVarying<float>(packets[packetNdx], context, 0, fragNdx);
763 rr::writeFragmentOutput(context, packetNdx, fragNdx, 0, interp);