Searched refs:largeCmdBytesTotal (Results 1 – 5 of 5) sorted by relevance
119 GLint largeCmdBytesTotal; /* total bytes expected */ member
1958 cx->largeCmdBytesTotal = 0; in ResetLargeCommandStatus()2182 glxc->largeCmdBytesTotal = cmdlen; in __glXDisp_RenderLarge()2218 if (bytesSoFar > glxc->largeCmdBytesTotal) { in __glXDisp_RenderLarge()2244 if (safe_pad(glxc->largeCmdBytesSoFar) != glxc->largeCmdBytesTotal) { in __glXDisp_RenderLarge()
799 cl->largeCmdBytesTotal = hdr->length; in __glXSwapRenderLarge()813 if (cl->largeCmdBytesSoFar + req->dataBytes > cl->largeCmdBytesTotal) { in __glXSwapRenderLarge()834 if (cl->largeCmdBytesSoFar + req->dataBytes > cl->largeCmdBytesTotal) { in __glXSwapRenderLarge()
131 GLint largeCmdBytesTotal; /* total bytes expected */ member
3790 dataLen = cl->largeCmdBytesTotal; in __glXSendLargeCommand()