Lines Matching refs:from
125 * HALTI5 adds a mapping from sampler to sampler TS unit, but this is AFAIK
149 struct etna_resource *to = base, *from = base;
154 from = etna_resource(base->render);
159 if ((to != from) && etna_resource_older(to, from)) {
160 etna_copy_resource(view->context, &to->base, &from->base, 0,
162 to->seqno = from->seqno;
164 } else if ((to == from) && etna_resource_needs_flush(to)) {
170 etna_copy_resource(view->context, &to->base, &from->base, 0,
172 to->flush_seqno = from->seqno;
175 } else if ((to == from) && (to->flush_seqno < from->seqno)) {
176 to->flush_seqno = from->seqno;
193 /* This GPU supports texturing from supertiled textures? */
197 /* This GPU supports texturing from linear textures? */