Lines Matching refs:tmpl
192 const struct pipe_resource *tmpl)
196 !etna_resource_sampler_only(tmpl));
423 struct pipe_resource tmpl = *templat;
429 return etna_resource_alloc(pscreen, modifier_to_layout(modifier), modifier, &tmpl);
465 const struct pipe_resource *tmpl,
475 tmpl->target, util_format_name(tmpl->format), tmpl->width0,
476 tmpl->height0, tmpl->depth0, tmpl->array_size, tmpl->last_level,
477 tmpl->nr_samples, tmpl->usage, tmpl->bind, tmpl->flags);
486 *prsc = *tmpl;
503 level->width = tmpl->width0;
504 level->height = tmpl->height0;
505 level->depth = tmpl->depth0;
512 is_rs_align(screen, tmpl),
527 if (level->stride < util_format_get_stride(tmpl->format, level->padded_width)) {
529 level->stride, util_format_get_stride(tmpl->format, level->padded_width),
530 util_format_name(tmpl->format));
536 util_format_name(tmpl->format));