Lines Matching refs:old
3009 /* Take the maximum of the old and new count. If the new count is lower,
5088 struct si_vertex_elements *old = sctx->vertex_elements;
5105 if (old->instance_divisor_is_one != v->instance_divisor_is_one ||
5106 old->instance_divisor_is_fetched != v->instance_divisor_is_fetched ||
5107 (old->vb_alignment_check_mask ^ v->vb_alignment_check_mask) &
5110 memcmp(old->vertex_buffer_index, v->vertex_buffer_index,
5111 sizeof(v->vertex_buffer_index[0]) * MAX2(old->count, v->count))) ||
5116 old->fix_fetch_opencode != v->fix_fetch_opencode ||
5117 memcmp(old->fix_fetch, v->fix_fetch, sizeof(v->fix_fetch[0]) *
5118 MAX2(old->count, v->count))) {