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