Home | History | Annotate | Download | only in glshared

Lines Matching defs:packetNdx

192 				const int				packetNdx	= ndx+packetOffset;
193 const rr::VertexPacket* packet = packets[packetNdx];
211 const int packetNdx = ndx+packetOffset;
212 rr::VertexPacket* packet = packets[packetNdx];
233 const int packetNdx = ndx+packetOffset;
234 rr::VertexPacket* const packet = packets[packetNdx];
269 for (int packetNdx = 0; packetNdx < numPacketsToExecute; packetNdx++)
271 const rr::FragmentPacket& packet = packets[packetOffset+packetNdx];
276 const int dstNdx = packetNdx*rr::NUM_FRAGMENTS_PER_PACKET + fragNdx;
289 for (int packetNdx = 0; packetNdx < numPacketsToExecute; packetNdx++)
293 const int srcNdx = packetNdx*rr::NUM_FRAGMENTS_PER_PACKET + fragNdx;
299 rr::writeFragmentOutput(context, packetOffset+packetNdx, fragNdx, 0, color);