Home | History | Annotate | Download | only in trivial

Lines Matching refs:tex

85 	struct pipe_resource *tex;
172 p->tex = p->screen->resource_create(p->screen, &t_tmplt);
178 t = p->pipe->get_transfer(p->pipe, p->tex, 0, PIPE_TRANSFER_WRITE, &box);
189 u_sampler_view_default_template(&v_tmplt, p->tex, p->tex->format);
191 p->view = p->pipe->create_sampler_view(p->pipe, p->tex, &v_tmplt);
219 surf_tmpl.u.tex.level = 0;
220 surf_tmpl.u.tex.first_layer = 0;
221 surf_tmpl.u.tex.last_layer = 0;
296 pipe_resource_reference(&p->tex, NULL);