Home
last modified time | relevance | path

Searched refs:__GLX_PAD (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/external/xserver/glx/
H A Dclientinfo.c60 __GLX_PAD(req->numGLExtensionBytes)) == NULL) in set_client_info()
66 glx_extensions = gl_extensions + __GLX_PAD(req->numGLExtensionBytes); in set_client_info()
69 __GLX_PAD(req->numGLXExtensionBytes)) == NULL) in set_client_info()
H A Dunpack.h38 #define __GLX_PAD(s) (((s)+3) & (GLuint)~3) macro
57 reply.length = __GLX_PAD(size) >> 2; \
98 WriteToClient(client, __GLX_PAD((len)*__GLX_SIZE_INT8), answer)
101 WriteToClient(client, __GLX_PAD((len)*__GLX_SIZE_INT16), answer)
H A Drenderpix.c46 hdrlen = __GLX_PAD(__GLX_CONV_FILT_CMD_DISPATCH_HDR_SIZE); in __glXDisp_SeparableFilter2D()
61 image1len = __GLX_PAD(image1len); in __glXDisp_SeparableFilter2D()
H A Drenderpixswap.c48 hdrlen = __GLX_PAD(__GLX_CONV_FILT_CMD_HDR_SIZE); in __glXDispSwap_SeparableFilter2D()
79 image1len = __GLX_PAD(image1len); in __glXDispSwap_SeparableFilter2D()
H A Drender2.c197 stride += __GLX_PAD(numVals * __glXTypeSize(datatype)); in __glXDisp_DrawArrays()
253 pc += __GLX_PAD(numVals * __glXTypeSize(datatype)); in __glXDisp_DrawArrays()
H A Drender2swap.c313 stride += __GLX_PAD(numVals * __glXTypeSize(datatype)); in __glXDispSwap_DrawArrays()
375 pc += __GLX_PAD(numVals * __glXTypeSize(datatype)); in __glXDispSwap_DrawArrays()
H A Dindirect_util.c46 #define __GLX_PAD(a) (((a)+3)&~3) macro
H A Dindirect_dispatch.c37 #define __GLX_PAD(x) (((x) + 3) & ~3) macro
1059 const GLuint cmdlen = 12 + __GLX_PAD((compsize * 8)) - 4; in __glXDisp_TexGendv()
4963 const GLuint cmdlen = 12 + __GLX_PAD((n * 8)) - 4; in __glXDisp_VertexAttribs1dvNV()
5002 const GLuint cmdlen = 12 + __GLX_PAD((n * 16)) - 4; in __glXDisp_VertexAttribs2dvNV()
5041 const GLuint cmdlen = 12 + __GLX_PAD((n * 24)) - 4; in __glXDisp_VertexAttribs3dvNV()
5080 const GLuint cmdlen = 12 + __GLX_PAD((n * 32)) - 4; in __glXDisp_VertexAttribs4dvNV()
H A Dindirect_dispatch_swap.c37 #define __GLX_PAD(x) (((x) + 3) & ~3) macro
1238 const GLuint cmdlen = 12 + __GLX_PAD((compsize * 8)) - 4; in __glXDispSwap_TexGendv()
5496 const GLuint cmdlen = 12 + __GLX_PAD((n * 8)) - 4; in __glXDispSwap_VertexAttribs1dvNV()
5544 const GLuint cmdlen = 12 + __GLX_PAD((n * 16)) - 4; in __glXDispSwap_VertexAttribs2dvNV()
5592 const GLuint cmdlen = 12 + __GLX_PAD((n * 24)) - 4; in __glXDispSwap_VertexAttribs3dvNV()
5640 const GLuint cmdlen = 12 + __GLX_PAD((n * 32)) - 4; in __glXDispSwap_VertexAttribs4dvNV()
H A Dglxcmds.c2349 length = __GLX_PAD(n) >> 2; in __glXDisp_QueryExtensionsString()
2422 length = __GLX_PAD(n) >> 2; in __glXDisp_QueryServerString()
/OK3568_Linux_fs/external/xserver/hw/dmx/glxProxy/
H A Dunpack.h34 #define __GLX_PAD(s) (((s)+3) & (GLuint)~3) macro
57 __glXReply.length = __GLX_PAD(size) >> 2; \
115 WriteToClient(client, __GLX_PAD((len)*__GLX_SIZE_INT8), answer)
118 WriteToClient(client, __GLX_PAD((len)*__GLX_SIZE_INT16), answer)
H A Dglxsingle.c903 GetReqExtra(GLXSingle, __GLX_PAD(26), be_req); in __glXDisp_ReadPixels()
H A Dg_renderswap.c1328 cmdlen = __GLX_PAD(8 + compsize * 8); in __glXDispSwap_TexGendv()
H A Dglxcmds.c2644 len = __GLX_PAD(numbytes) >> 2; in __glXQueryExtensionsString()
2724 len = __GLX_PAD(numbytes) >> 2; in __glXQueryServerString()