Lines Matching defs:templat
88 struct pipe_resource templat;
101 memset(&templat, 0, sizeof(templat));
102 templat.target = buffer->target;
103 templat.width0 = width;
104 templat.height0 = height;
105 templat.depth0 = 1;
106 templat.array_size = 1;
107 templat.last_level = 0;
133 templat.format = format;
134 templat.bind = bind;
137 &templat);