Home
last modified time | relevance | path

Searched refs:pxfer (Results 1 - 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/clover/core/
H A Dresource.cpp238 box(origin + r.offset, region), &pxfer); in mapping()
240 pxfer = NULL; in mapping()
247 pctx(m.pctx), pxfer(m.pxfer), pres(m.pres), p(m.p) { in mapping()
249 m.pxfer = NULL; in mapping()
255 if (pxfer) { in ~mapping()
256 pctx->buffer_unmap(pctx, pxfer); in ~mapping()
264 std::swap(pxfer, m.pxfer); in operator =()
275 pxfer in pitch()
[all...]
H A Dresource.hpp134 pipe_transfer *pxfer; member in clover::mapping
/third_party/FreeBSD/sys/dev/usb/
H A Dusbdi.h560 const uint8_t *ifaces, struct usb_xfer **pxfer,
569 void usbd_transfer_unsetup(struct usb_xfer **pxfer, uint16_t n_setup);
H A Dusb_transfer.c1299 usbd_transfer_unsetup(struct usb_xfer **pxfer, uint16_t n_setup) in usbd_transfer_unsetup() argument
1309 xfer = pxfer[n_setup]; in usbd_transfer_unsetup()
1321 * good idea to directly use the "pxfer[]" structure: in usbd_transfer_unsetup()
1323 * usbd_transfer_start(sc->pxfer[0]); in usbd_transfer_unsetup()
1324 * usbd_transfer_stop(sc->pxfer[0]); in usbd_transfer_unsetup()
1332 * To avoid any races we clear the "pxfer[]" pointer in usbd_transfer_unsetup()
1335 pxfer[n_setup] = NULL; in usbd_transfer_unsetup()

Completed in 6 milliseconds