Lines Matching refs:length

68 	req->length = (SIZEOF(x##name##Req))>>2;\
78 req->length = (SIZEOF(x/**/name/**/Req))>>2;\
91 __GLX_SWAP_INT(&reply->length); in SendSwappedReply()
170 buf_size = (req->length << 2) - sz_xGLXVendorPrivateReq; in __glXVForwardSingleReq()
183 be_req->length = req->length; in __glXVForwardSingleReq()
216 buf_size = (req->length << 2) - sz_xGLXVendorPrivateReq; in __glXVForwardPipe0WithReply()
228 be_req->length = req->length; in __glXVForwardPipe0WithReply()
239 be_buf_size = be_reply.length << 2; in __glXVForwardPipe0WithReply()
247 _XEatDataWords(dpy, be_reply.length); in __glXVForwardPipe0WithReply()
310 buf_size = (req->length << 2) - sz_xGLXVendorPrivateReq; in __glXVForwardAllWithReply()
323 be_req->length = req->length; in __glXVForwardAllWithReply()
335 be_buf_size = be_reply.length << 2; in __glXVForwardAllWithReply()
343 _XEatDataWords(dpy, be_reply.length); in __glXVForwardAllWithReply()
350 if (be_reply.length > 0) in __glXVForwardAllWithReply()
351 _XEatDataWords(dpy, be_reply.length); in __glXVForwardAllWithReply()
387 __GLX_SWAP_SHORT(&req->length); in __glXVForwardSingleReqSwap()
404 __GLX_SWAP_SHORT(&req->length); in __glXVForwardPipe0WithReplySwap()
414 if (req->length > sz_xGLXVendorPrivateReq / 4) { in __glXVForwardPipe0WithReplySwap()
416 int count = req->length - sz_xGLXVendorPrivateReq / 4; in __glXVForwardPipe0WithReplySwap()
432 __GLX_SWAP_SHORT(&req->length); in __glXVForwardPipe0WithReplySwapsv()
442 if (req->length > sz_xGLXVendorPrivateReq / 4) { in __glXVForwardPipe0WithReplySwapsv()
444 int count = req->length - sz_xGLXVendorPrivateReq / 4; in __glXVForwardPipe0WithReplySwapsv()
460 __GLX_SWAP_SHORT(&req->length); in __glXVForwardPipe0WithReplySwapiv()
470 if (req->length > sz_xGLXVendorPrivateReq / 4) { in __glXVForwardPipe0WithReplySwapiv()
472 int count = req->length - sz_xGLXVendorPrivateReq / 4; in __glXVForwardPipe0WithReplySwapiv()
488 __GLX_SWAP_SHORT(&req->length); in __glXVForwardPipe0WithReplySwapdv()
498 if (req->length > sz_xGLXVendorPrivateReq / 4) { in __glXVForwardPipe0WithReplySwapdv()
500 int count = req->length - sz_xGLXVendorPrivateReq / 4; in __glXVForwardPipe0WithReplySwapdv()
516 __GLX_SWAP_SHORT(&req->length); in __glXVForwardAllWithReplySwap()
526 if (req->length > sz_xGLXVendorPrivateReq / 4) { in __glXVForwardAllWithReplySwap()
528 int count = req->length - sz_xGLXVendorPrivateReq / 4; in __glXVForwardAllWithReplySwap()
544 __GLX_SWAP_SHORT(&req->length); in __glXVForwardAllWithReplySwapsv()
554 if (req->length > sz_xGLXVendorPrivateReq / 4) { in __glXVForwardAllWithReplySwapsv()
556 int count = req->length - sz_xGLXVendorPrivateReq / 4; in __glXVForwardAllWithReplySwapsv()
572 __GLX_SWAP_SHORT(&req->length); in __glXVForwardAllWithReplySwapiv()
582 if (req->length > sz_xGLXVendorPrivateReq / 4) { in __glXVForwardAllWithReplySwapiv()
584 int count = req->length - sz_xGLXVendorPrivateReq / 4; in __glXVForwardAllWithReplySwapiv()
600 __GLX_SWAP_SHORT(&req->length); in __glXVForwardAllWithReplySwapdv()
610 if (req->length > sz_xGLXVendorPrivateReq / 4) { in __glXVForwardAllWithReplySwapdv()
612 int count = req->length - sz_xGLXVendorPrivateReq / 4; in __glXVForwardAllWithReplySwapdv()