Home | History | Annotate | Download | only in graw

Lines Matching defs:templat

177    struct pipe_resource templat;
203 templat.target = PIPE_TEXTURE_2D;
204 templat.format = formats[i];
205 templat.width0 = WIDTH;
206 templat.height0 = HEIGHT;
207 templat.depth0 = 1;
208 templat.array_size = 1;
209 templat.last_level = 0;
210 templat.nr_samples = 1;
211 templat.bind = (PIPE_BIND_RENDER_TARGET |
215 &templat);
219 surf_tmpl.format = templat.format;