Lines Matching defs:old
118 DWORD old = This->managed.lod;
126 if (This->managed.lod != old && This->bind_count && list_is_empty(&This->list))
129 return old;
420 struct pipe_resource *old = This->base.resource;
436 if (old) {
438 if (old->width0 == templ.width0 &&
439 old->height0 == templ.height0 &&
440 old->depth0 == templ.depth0)
449 if (old && CopyData) { /* Don't return without releasing old ! */
467 old, m, &box);
475 pipe_resource_reference(&old, NULL);