Searched refs:DeviceReference (Results 1 – 8 of 8) sorted by relevance
/external/mesa3d/src/gallium/state_trackers/vdpau/ |
D | bitmap.c | 70 DeviceReference(&vlsurface->device, dev); in vlVdpBitmapSurfaceCreate() 120 DeviceReference(&vlsurface->device, NULL); in vlVdpBitmapSurfaceCreate() 142 DeviceReference(&vlsurface->device, NULL); in vlVdpBitmapSurfaceDestroy()
|
D | device.c | 179 DeviceReference(&pqt->device, dev); in vlVdpPresentationQueueTargetCreateX11() 208 DeviceReference(&pqt->device, NULL); in vlVdpPresentationQueueTargetDestroy() 225 DeviceReference(&dev, NULL); in vlVdpDeviceDestroy()
|
D | presentation.c | 65 DeviceReference(&pq->device, dev); in vlVdpPresentationQueueCreate() 86 DeviceReference(&pq->device, NULL); in vlVdpPresentationQueueCreate() 108 DeviceReference(&pq->device, NULL); in vlVdpPresentationQueueDestroy()
|
D | surface.c | 80 DeviceReference(&p_surf->device, dev); in vlVdpVideoSurfaceCreate() 121 DeviceReference(&p_surf->device, NULL); in vlVdpVideoSurfaceCreate() 147 DeviceReference(&p_surf->device, NULL); in vlVdpVideoSurfaceDestroy()
|
D | output.c | 74 DeviceReference(&vlsurface->device, dev); in vlVdpOutputSurfaceCreate() 135 DeviceReference(&vlsurface->device, NULL); in vlVdpOutputSurfaceCreate() 164 DeviceReference(&vlsurface->device, NULL); in vlVdpOutputSurfaceDestroy()
|
D | decode.c | 113 DeviceReference(&vldecoder->device, dev); in vlVdpDecoderCreate() 149 DeviceReference(&vldecoder->device, NULL); in vlVdpDecoderCreate() 172 DeviceReference(&vldecoder->device, NULL); in vlVdpDecoderDestroy()
|
D | mixer.c | 64 DeviceReference(&vmixer->device, dev); in vlVdpVideoMixerCreate() 177 DeviceReference(&vmixer->device, NULL); in vlVdpVideoMixerCreate() 220 DeviceReference(&vmixer->device, NULL); in vlVdpVideoMixerDestroy()
|
D | vdpau_private.h | 553 DeviceReference(vlVdpDevice **ptr, vlVdpDevice *dev) in DeviceReference() function
|