Searched refs:numToExecute (Results 1 – 1 of 1) sorted by relevance
178 const int numToExecute = de::min(numPackets-packetOffset, (int)rsg::EXEC_VEC_WIDTH); in shadeVertices() local190 for (int ndx = 0; ndx < numToExecute; ndx++) in shadeVertices()209 for (int ndx = 0; ndx < numToExecute; ndx++) in shadeVertices()231 for (int ndx = 0; ndx < numToExecute; ndx++) in shadeVertices()244 packetOffset += numToExecute; in shadeVertices()