Home | History | Annotate | Download | only in wrapper

Lines Matching refs:tex

61    struct pipe_resource *tex;
91 struct pipe_resource *tex = wdt->tex;
94 tr = pipe_get_transfer(pipe, tex, 0, 0,
96 0, 0, wdt->tex->width0, wdt->tex->height0);
110 struct pipe_resource *tex, unsigned *stride)
116 wdt->tex = tex;
127 pipe_resource_reference(&tex, NULL);
141 struct pipe_resource *tex;
157 tex = wsw->screen->resource_create(wsw->screen, &templ);
158 if (!tex)
161 return wsw_dt_wrap_texture(wsw, tex, stride);
171 struct pipe_resource *tex;
173 tex = wsw->screen->resource_from_handle(wsw->screen, templ, whandle);
174 if (!tex)
177 return wsw_dt_wrap_texture(wsw, tex, stride);
187 struct pipe_resource *tex = wdt->tex;
189 return wsw->screen->resource_get_handle(wsw->screen, tex, whandle);
199 struct pipe_resource *tex = wdt->tex;
207 tr = pipe_get_transfer(pipe, tex, 0, 0,
209 0, 0, wdt->tex->width0, wdt->tex->height0);
259 pipe_resource_reference(&wdt->tex, NULL);