Lines Matching defs:in
9 * to deal in the Software without restriction, including without limitation
15 * in all copies or substantial portions of the Software.
19 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
21 * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
22 * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
23 * OTHER DEALINGS IN THE SOFTWARE.
49 * non-indexed primitives may be converted to indexed in some cases
50 * (eg loops, fans) in order to use this splitting path.
84 GLuint in;
91 GLuint dstbuf_size; /**< in vertices */
93 * in dstelt. Our MaxIndex.
221 copy->vert_cache[i].in = ~0;
251 /* Look up the incoming element in the vertex cache. Re-emit if
254 if (copy->vert_cache[slot].in != elt) {
289 copy->vert_cache[slot].in = elt;
340 * but only in the resultant strip that requires it.
609 * emit strings of prims with the same basevertex in one draw call.
634 copy.vert_cache[i].in = ~0;