Lines Matching defs:templat
66 struct pipe_resource templat = *prsc;
73 templat.bind &= (PIPE_BIND_DEPTH_STENCIL | PIPE_BIND_RENDER_TARGET |
77 DRM_FORMAT_MOD_LINEAR, &templat);
85 const struct pipe_surface *templat)
89 unsigned layer = templat->u.tex.first_layer;
90 unsigned level = templat->u.tex.level;
97 assert(templat->u.tex.first_layer == templat->u.tex.last_layer);
121 surf->base.format = templat->format;
124 surf->base.writable = templat->writable; /* what is this for anyway */
125 surf->base.u = templat->u;