Lines Matching defs:templat
234 struct pipe_resource templat;
260 memset(&templat, 0, sizeof(templat));
261 templat.target = PIPE_TEXTURE_2D;
262 templat.format = formats[i];
263 templat.width0 = WIDTH;
264 templat.height0 = HEIGHT;
265 templat.depth0 = 1;
266 templat.array_size = 1;
267 templat.last_level = 0;
268 templat.bind = (PIPE_BIND_RENDER_TARGET |
272 &templat);
276 surf_tmpl.format = templat.format;