Lines Matching defs:textures
224 struct pipe_resource *textures[ST_ATTACHMENT_COUNT];
234 memset(textures, 0, stfb->num_statts * sizeof(textures[0]));
239 stfb->num_statts, textures))
254 if (!textures[i])
259 pipe_resource_reference(&textures[i], NULL);
265 if (rb->texture == textures[i] &&
266 rb->Width == textures[i]->width0 &&
267 rb->Height == textures[i]->height0) {
268 pipe_resource_reference(&textures[i], NULL);
272 u_surface_default_template(&surf_tmpl, textures[i]);
273 ps = st->pipe->create_surface(st->pipe, textures[i], &surf_tmpl);
284 pipe_resource_reference(&textures[i], NULL);