Lines Matching refs:handle
60 src.handle = src_handle;
65 dst.handle = dst_handle;
115 struct svga_winsys_surface *handle;
145 handle = svga_screen_surface_create(ss, key);
146 if (!handle) {
151 SVGA_DBG(DEBUG_DMA, " --> got sid %p (texture view)\n", handle);
167 tex->handle,
171 handle, 0, 0, 0, i, j,
179 return handle;
264 s->handle = svga_texture_view_surface(svga, tex, flags, format,
275 s->handle = tex->handle;
293 if (s->handle != t->handle) {
294 SVGA_DBG(DEBUG_DMA, "unref sid %p (tex surface)\n", s->handle);
295 svga_screen_surface_destroy(ss, &s->key, &s->handle);
313 if (s->handle == tex->handle) {
374 if (s->handle != tex->handle) {
379 s->handle, 0, 0, 0, s->real_level, s->real_face,
380 tex->handle, 0, 0, zslice, surf->u.tex.level, face,
397 return s->dirty && s->handle != tex->handle;