Searched refs:empty_spot (Results 1 – 1 of 1) sorted by relevance
172 unsigned i, idx, empty_spot = ~0; in nouveau_vp3_handle_references() local200 empty_spot = i; in nouveau_vp3_handle_references()203 empty_spot = i; in nouveau_vp3_handle_references()204 } else if (empty_spot == ~0U && dec->refs[i].last_used != seq) in nouveau_vp3_handle_references()205 empty_spot = i; in nouveau_vp3_handle_references()208 assert(empty_spot < dec->base.max_references+1); in nouveau_vp3_handle_references()209 dec->refs[empty_spot].last_used = seq; in nouveau_vp3_handle_references()211 dec->refs[empty_spot].vidbuf = target; in nouveau_vp3_handle_references()212 dec->refs[empty_spot].decoded_bottom = dec->refs[empty_spot].decoded_top = 0; in nouveau_vp3_handle_references()213 target->valid_ref = empty_spot; in nouveau_vp3_handle_references()