Home | History | Annotate | Download | only in nv30

Lines Matching refs:tmpl

271                     const struct pipe_resource *tmpl)
280 switch (tmpl->nr_samples) {
299 *pt = *tmpl;
359 const struct pipe_resource *tmpl,
366 if ((tmpl->target != PIPE_TEXTURE_2D &&
367 tmpl->target != PIPE_TEXTURE_RECT) ||
368 tmpl->last_level != 0 ||
369 tmpl->depth0 != 1 ||
370 tmpl->array_size > 1)
383 mt->base.base = *tmpl;
398 const struct pipe_surface *tmpl)
403 struct nv30_miptree_level *lvl = &mt->level[tmpl->u.tex.level];
413 ps->format = tmpl->format;
414 ps->usage = tmpl->usage;
415 ps->u.tex.level = tmpl->u.tex.level;
416 ps->u.tex.first_layer = tmpl->u.tex.first_layer;
417 ps->u.tex.last_layer = tmpl->u.tex.last_layer;