Lines Matching refs:packetOffset
174 int packetOffset = 0; in shadeVertices() local
176 while (packetOffset < numPackets) in shadeVertices()
178 const int numToExecute = de::min(numPackets-packetOffset, (int)rsg::EXEC_VEC_WIDTH); in shadeVertices()
192 const int packetNdx = ndx+packetOffset; in shadeVertices()
211 const int packetNdx = ndx+packetOffset; in shadeVertices()
233 const int packetNdx = ndx+packetOffset; in shadeVertices()
244 packetOffset += numToExecute; in shadeVertices()
251 int packetOffset = 0; in shadeFragments() local
255 while (packetOffset < numPackets) in shadeFragments()
257 …const int numPacketsToExecute = de::min(numPackets-packetOffset, (int)rsg::EXEC_VEC_WIDTH / (int)r… in shadeFragments()
271 const rr::FragmentPacket& packet = packets[packetOffset+packetNdx]; in shadeFragments()
299 rr::writeFragmentOutput(context, packetOffset+packetNdx, fragNdx, 0, color); in shadeFragments()
303 packetOffset += numPacketsToExecute; in shadeFragments()