Lines Matching refs:packetNdx
86 for (int packetNdx = 0; packetNdx < numPackets; ++packetNdx)
88 packets[packetNdx]->position = rr::readVertexAttribFloat(inputs[0],
89 packets[packetNdx]->instanceNdx,
90 packets[packetNdx]->vertexNdx);
93 packets[packetNdx]->instanceNdx,
94 packets[packetNdx]->vertexNdx);
96 packets[packetNdx]->outputs[0] = color;
113 for (int packetNdx = 0; packetNdx < numPackets; ++packetNdx)
115 rr::FragmentPacket& packet = packets[packetNdx];
119 rr::writeFragmentOutput(context, packetNdx, fragNdx, 0, color);