Lines Matching refs:elt
242 elt(struct copy_context *copy, GLuint elt_idx) in elt() function
244 GLuint elt = copy->srcelt[elt_idx]; in elt() local
245 GLuint slot = elt & (ELT_TABLE_SIZE-1); in elt()
252 if (copy->vert_cache[slot].in != elt) { in elt()
260 const GLubyte *srcptr = copy->varying[i].src_ptr + elt * srcarray->StrideB; in elt()
287 copy->vert_cache[slot].in = elt; in elt()
345 split = elt(copy, start + j); in replay_elts()
353 (void)elt(copy, start + 0); in replay_elts()
373 split = elt(copy, start+0); in replay_elts()
376 split = elt(copy, start+j-1); in replay_elts()
380 split = elt(copy, start+j); in replay_elts()
402 split |= elt(copy, start+j); in replay_elts()
408 split |= elt(copy, start+j); in replay_elts()