Lines Matching refs:old
114 DWORD old = This->managed.lod;
125 if (This->managed.lod != old && This->bind_count && LIST_IS_EMPTY(&This->list))
128 return old;
425 struct pipe_resource *old = This->base.resource;
441 if (old) {
443 if (old->width0 == templ.width0 &&
444 old->height0 == templ.height0 &&
445 old->depth0 == templ.depth0)
454 if (old && CopyData) { /* Don't return without releasing old ! */
472 old, m, &box);
480 pipe_resource_reference(&old, NULL);