Lines Matching defs:bp_reply
1814 xcb_dri3_buffer_from_pixmap_reply_t *bp_reply,
1826 fds = xcb_dri3_buffer_from_pixmap_reply_fds(c, bp_reply);
1828 stride = bp_reply->stride;
1837 bp_reply->width,
1838 bp_reply->height,
1859 xcb_dri3_buffers_from_pixmap_reply_t *bp_reply,
1872 if (bp_reply->nfd > 4)
1875 fds = xcb_dri3_buffers_from_pixmap_reply_fds(c, bp_reply);
1876 strides_in = xcb_dri3_buffers_from_pixmap_strides(bp_reply);
1877 offsets_in = xcb_dri3_buffers_from_pixmap_offsets(bp_reply);
1878 for (i = 0; i < bp_reply->nfd; i++) {
1884 bp_reply->width,
1885 bp_reply->height,
1887 bp_reply->modifier,
1888 fds, bp_reply->nfd,
1893 for (i = 0; i < bp_reply->nfd; i++)
1975 xcb_dri3_buffer_from_pixmap_reply_t *bp_reply;
1978 bp_reply = xcb_dri3_buffer_from_pixmap_reply(draw->conn, bp_cookie, NULL);
1979 if (!bp_reply)
1982 buffer->image = loader_dri3_create_image(draw->conn, bp_reply, format,
1985 width = bp_reply->width;
1986 height = bp_reply->height;
1987 free(bp_reply);