Lines Matching defs:tex
86 struct pipe_resource *tex;
173 p->tex = p->screen->resource_create(p->screen, &t_tmplt);
180 ptr = p->pipe->texture_map(p->pipe, p->tex, 0, PIPE_MAP_WRITE, &box, &t);
187 u_sampler_view_default_template(&v_tmplt, p->tex, p->tex->format);
189 p->view = p->pipe->create_sampler_view(p->pipe, p->tex, &v_tmplt);
218 surf_tmpl.u.tex.level = 0;
219 surf_tmpl.u.tex.first_layer = 0;
220 surf_tmpl.u.tex.last_layer = 0;
300 pipe_resource_reference(&p->tex, NULL);