Lines Matching defs:cursor
768 unsigned *cursor, unsigned *comp,
772 unsigned tmp_cursor = *cursor;
847 *cursor = tmp_cursor;
875 unsigned cursor = 0;
882 assert(info->is_patch || cursor < MAX_VARYING);
886 * reset the cursor to MAX_VARYING so we put them in the right slot.
888 if (cursor < MAX_VARYING) {
889 cursor = MAX_VARYING;
894 &cursor, &comp, MAX_VARYINGS_INCL_PATCH,
898 &cursor, &comp, MAX_VARYING,
908 if (cursor == MAX_VARYING) {
909 cursor = 0;
912 &cursor, &comp, MAX_VARYING,
1071 b.cursor = nir_before_instr(instr);
1125 b.cursor = nir_before_instr(instr);
1263 b.cursor = nir_before_instr(instr);