Searched refs:__GLX_PAD (Results 1 – 14 of 14) sorted by relevance
| /OK3568_Linux_fs/external/xserver/glx/ |
| H A D | clientinfo.c | 60 __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 D | unpack.h | 38 #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 D | renderpix.c | 46 hdrlen = __GLX_PAD(__GLX_CONV_FILT_CMD_DISPATCH_HDR_SIZE); in __glXDisp_SeparableFilter2D() 61 image1len = __GLX_PAD(image1len); in __glXDisp_SeparableFilter2D()
|
| H A D | renderpixswap.c | 48 hdrlen = __GLX_PAD(__GLX_CONV_FILT_CMD_HDR_SIZE); in __glXDispSwap_SeparableFilter2D() 79 image1len = __GLX_PAD(image1len); in __glXDispSwap_SeparableFilter2D()
|
| H A D | render2.c | 197 stride += __GLX_PAD(numVals * __glXTypeSize(datatype)); in __glXDisp_DrawArrays() 253 pc += __GLX_PAD(numVals * __glXTypeSize(datatype)); in __glXDisp_DrawArrays()
|
| H A D | render2swap.c | 313 stride += __GLX_PAD(numVals * __glXTypeSize(datatype)); in __glXDispSwap_DrawArrays() 375 pc += __GLX_PAD(numVals * __glXTypeSize(datatype)); in __glXDispSwap_DrawArrays()
|
| H A D | indirect_util.c | 46 #define __GLX_PAD(a) (((a)+3)&~3) macro
|
| H A D | indirect_dispatch.c | 37 #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 D | indirect_dispatch_swap.c | 37 #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 D | glxcmds.c | 2349 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 D | unpack.h | 34 #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 D | glxsingle.c | 903 GetReqExtra(GLXSingle, __GLX_PAD(26), be_req); in __glXDisp_ReadPixels()
|
| H A D | g_renderswap.c | 1328 cmdlen = __GLX_PAD(8 + compsize * 8); in __glXDispSwap_TexGendv()
|
| H A D | glxcmds.c | 2644 len = __GLX_PAD(numbytes) >> 2; in __glXQueryExtensionsString() 2724 len = __GLX_PAD(numbytes) >> 2; in __glXQueryServerString()
|