Lines Matching defs:current
260 struct nine_shader_constant_combination **next_allocate = list, *current = *list;
267 while (current) {
272 match &= !memcmp(const_i + 4*i, current->const_i[i], sizeof(current->const_i[0]));
276 match &= const_b[i] == current->const_b[i];
280 next_allocate = ¤t->next;
281 current = current->next;
286 current = *next_allocate;
288 current->next = NULL;
289 memcpy(current->const_i, const_i, sizeof(current->const_i));
290 memcpy(current->const_b, const_b, sizeof(current->const_b));