Home
last modified time | relevance | path

Searched refs:pqt (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/vdpau/
Ddevice.c163 vlVdpPresentationQueueTarget *pqt; in vlVdpPresentationQueueTargetCreateX11() local
173 pqt = CALLOC(1, sizeof(vlVdpPresentationQueue)); in vlVdpPresentationQueueTargetCreateX11()
174 if (!pqt) in vlVdpPresentationQueueTargetCreateX11()
177 DeviceReference(&pqt->device, dev); in vlVdpPresentationQueueTargetCreateX11()
178 pqt->drawable = drawable; in vlVdpPresentationQueueTargetCreateX11()
180 *target = vlAddDataHTAB(pqt); in vlVdpPresentationQueueTargetCreateX11()
189 FREE(pqt); in vlVdpPresentationQueueTargetCreateX11()
199 vlVdpPresentationQueueTarget *pqt; in vlVdpPresentationQueueTargetDestroy() local
201 pqt = vlGetDataHTAB(presentation_queue_target); in vlVdpPresentationQueueTargetDestroy()
202 if (!pqt) in vlVdpPresentationQueueTargetDestroy()
[all …]
Dpresentation.c54 vlVdpPresentationQueueTarget *pqt = vlGetDataHTAB(presentation_queue_target); in vlVdpPresentationQueueCreate() local
55 if (!pqt) in vlVdpPresentationQueueCreate()
58 if (dev != pqt->device) in vlVdpPresentationQueueCreate()
66 pq->drawable = pqt->drawable; in vlVdpPresentationQueueCreate()