Home | History | Annotate | Download | only in graw

Lines Matching defs:templat

42    struct pipe_resource templat;
68 templat.target = PIPE_TEXTURE_2D;
69 templat.format = formats[i];
70 templat.width0 = WIDTH;
71 templat.height0 = HEIGHT;
72 templat.depth0 = 1;
73 templat.array_size = 1;
74 templat.last_level = 0;
75 templat.nr_samples = 1;
76 templat.bind = (PIPE_BIND_RENDER_TARGET |
80 &templat);
84 surf_tmpl.format = templat.format;