Lines Matching refs:packetNdx
84 for (int packetNdx = 0; packetNdx < numPackets; ++packetNdx)
86 packets[packetNdx]->position = rr::readVertexAttribFloat(inputs[0],
87 packets[packetNdx]->instanceNdx,
88 packets[packetNdx]->vertexNdx);
91 packets[packetNdx]->instanceNdx,
92 packets[packetNdx]->vertexNdx);
94 packets[packetNdx]->outputs[0] = color;
112 for (int packetNdx = 0; packetNdx < numPackets; ++packetNdx)
114 rr::FragmentPacket& packet = packets[packetNdx];
118 rr::writeFragmentOutput(context, packetNdx, fragNdx, 0, color);