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