Home | History | Annotate | Download | only in graw

Lines Matching defs:templat

228    struct pipe_resource templat;
254 templat.target = PIPE_TEXTURE_2D;
255 templat.format = formats[i];
256 templat.width0 = WIDTH;
257 templat.height0 = HEIGHT;
258 templat.depth0 = 1;
259 templat.array_size = 1;
260 templat.last_level = 0;
261 templat.nr_samples = 1;
262 templat.bind = (PIPE_BIND_RENDER_TARGET |
266 &templat);
270 surf_tmpl.format = templat.format;