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