Lines Matching defs:templat
181 struct pipe_resource templat;
207 memset(&templat, 0, sizeof(templat));
208 templat.target = PIPE_TEXTURE_2D;
209 templat.format = formats[i];
210 templat.width0 = WIDTH;
211 templat.height0 = HEIGHT;
212 templat.depth0 = 1;
213 templat.array_size = 1;
214 templat.last_level = 0;
215 templat.bind = (PIPE_BIND_RENDER_TARGET |
219 &templat);
223 surf_tmpl.format = templat.format;