Home | History | Annotate | Download | only in vdpau

Lines Matching refs:device

44 vlVdpOutputSurfaceCreate(VdpDevice device,
59 vlVdpDevice *dev = vlGetDataHTAB(device);
71 vlsurface->device = dev;
142 pipe = vlsurface->device->context;
144 pipe_mutex_lock(vlsurface->device->mutex);
145 vlVdpResolveDelayedRendering(vlsurface->device, NULL, NULL);
151 pipe_mutex_unlock(vlsurface->device->mutex);
201 pipe = vlsurface->device->context;
205 pipe_mutex_lock(vlsurface->device->mutex);
206 vlVdpResolveDelayedRendering(vlsurface->device, NULL, NULL);
212 pipe_mutex_unlock(vlsurface->device->mutex);
219 pipe_mutex_unlock(vlsurface->device->mutex);
228 pipe_mutex_unlock(vlsurface->device->mutex);
251 pipe = vlsurface->device->context;
255 pipe_mutex_lock(vlsurface->device->mutex);
256 vlVdpResolveDelayedRendering(vlsurface->device, NULL, NULL);
262 pipe_mutex_unlock(vlsurface->device->mutex);
299 context = vlsurface->device->context;
300 compositor = &vlsurface->device->compositor;
333 pipe_mutex_lock(vlsurface->device->mutex);
334 vlVdpResolveDelayedRendering(vlsurface->device, NULL, NULL);
397 pipe_mutex_unlock(vlsurface->device->mutex);
404 pipe_mutex_unlock(vlsurface->device->mutex);
437 pipe = vlsurface->device->context;
438 compositor = &vlsurface->device->compositor;
448 pipe_mutex_lock(vlsurface->device->mutex);
449 vlVdpResolveDelayedRendering(vlsurface->device, NULL, NULL);
464 pipe_mutex_unlock(vlsurface->device->mutex);
471 pipe_mutex_unlock(vlsurface->device->mutex);
502 pipe_mutex_unlock(vlsurface->device->mutex);
651 if (dst_vlsurface->device != src_vlsurface->device)
654 pipe_mutex_lock(dst_vlsurface->device->mutex);
655 vlVdpResolveDelayedRendering(dst_vlsurface->device, NULL, NULL);
657 context = dst_vlsurface->device->context;
658 compositor = &dst_vlsurface->device->compositor;
672 pipe_mutex_unlock(dst_vlsurface->device->mutex);
710 if (dst_vlsurface->device != src_vlsurface->device)
713 context = dst_vlsurface->device->context;
714 compositor = &dst_vlsurface->device->compositor;
717 pipe_mutex_lock(dst_vlsurface->device->mutex);
718 vlVdpResolveDelayedRendering(dst_vlsurface->device, NULL, NULL);
731 pipe_mutex_unlock(dst_vlsurface->device->mutex);