Lines Matching refs:device
44 vlVdpVideoSurfaceCreate(VdpDevice device, VdpChromaType chroma_type,
68 vlVdpDevice *dev = vlGetDataHTAB(device);
74 p_surf->device = dev;
130 pipe_mutex_lock(p_surf->device->mutex);
133 pipe_mutex_unlock(p_surf->device->mutex);
206 pipe = vlsurface->device->context;
217 pipe_mutex_lock(vlsurface->device->mutex);
220 pipe_mutex_unlock(vlsurface->device->mutex);
241 pipe_mutex_unlock(vlsurface->device->mutex);
248 pipe_mutex_unlock(vlsurface->device->mutex);
260 pipe_mutex_unlock(vlsurface->device->mutex);
287 pipe = p_surf->device->context;
291 pipe_mutex_lock(p_surf->device->mutex);
306 pipe_mutex_unlock(p_surf->device->mutex);
314 pipe_mutex_unlock(p_surf->device->mutex);
338 pipe_mutex_unlock(p_surf->device->mutex);
349 struct pipe_context *pipe = vlsurf->device->context;