| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | pixel.c | 101 store_pixelmap(struct gl_context *ctx, GLenum map, GLsizei mapsize, argument 114 ctx->PixelMaps.StoS.Size = mapsize; 115 for (i = 0; i < mapsize; i++) { 121 ctx->PixelMaps.ItoI.Size = mapsize; 122 for (i = 0; i < mapsize; i++) { 128 pm->Size = mapsize; 129 for (i = 0; i < mapsize; i++) { 142 struct gl_pixelstore_attrib *pack, GLsizei mapsize, 153 ok = _mesa_validate_pbo_access(1, &ctx->DefaultPacking, mapsize, 1, 1, 176 _mesa_PixelMapfv( GLenum map, GLsizei mapsize, cons argument 141 validate_pbo_access(struct gl_context * ctx,struct gl_pixelstore_attrib * pack,GLsizei mapsize,GLenum format,GLenum type,GLsizei clientMemSize,const GLvoid * ptr) argument 217 _mesa_PixelMapuiv(GLenum map,GLsizei mapsize,const GLuint * values) argument 272 _mesa_PixelMapusv(GLenum map,GLsizei mapsize,const GLushort * values) argument 330 GLint mapsize, i; local in function:_mesa_GetnPixelMapfvARB 379 GLint mapsize, i; local in function:_mesa_GetnPixelMapuivARB 428 GLint mapsize, i; local in function:_mesa_GetnPixelMapusvARB [all...] |
| H A D | pixel.h | 44 _mesa_PixelMapfv( GLenum map, GLsizei mapsize, const GLfloat *values ); 46 _mesa_PixelMapuiv(GLenum map, GLsizei mapsize, const GLuint *values ); 48 _mesa_PixelMapusv(GLenum map, GLsizei mapsize, const GLushort *values );
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | pixel.c | 102 store_pixelmap(struct gl_context *ctx, GLenum map, GLsizei mapsize, argument 115 ctx->PixelMaps.StoS.Size = mapsize; 116 for (i = 0; i < mapsize; i++) { 122 ctx->PixelMaps.ItoI.Size = mapsize; 123 for (i = 0; i < mapsize; i++) { 129 pm->Size = mapsize; 130 for (i = 0; i < mapsize; i++) { 143 struct gl_pixelstore_attrib *pack, GLsizei mapsize, 154 ok = _mesa_validate_pbo_access(1, &ctx->DefaultPacking, mapsize, 1, 1, 176 _mesa_PixelMapfv( GLenum map, GLsizei mapsize, cons argument 142 validate_pbo_access(struct gl_context * ctx,struct gl_pixelstore_attrib * pack,GLsizei mapsize,GLenum format,GLenum type,GLsizei clientMemSize,const GLvoid * ptr) argument 217 _mesa_PixelMapuiv(GLenum map,GLsizei mapsize,const GLuint * values) argument 272 _mesa_PixelMapusv(GLenum map,GLsizei mapsize,const GLushort * values) argument 330 GLint mapsize, i; local in function:_mesa_GetnPixelMapfvARB 379 GLint mapsize, i; local in function:_mesa_GetnPixelMapuivARB 428 GLint mapsize, i; local in function:_mesa_GetnPixelMapusvARB [all...] |
| H A D | pixel.h | 44 _mesa_PixelMapfv( GLenum map, GLsizei mapsize, const GLfloat *values ); 46 _mesa_PixelMapuiv(GLenum map, GLsizei mapsize, const GLuint *values ); 48 _mesa_PixelMapusv(GLenum map, GLsizei mapsize, const GLushort *values );
|
| /xsrc/external/mit/xorg-server.old/dist/hw/sun/ |
| H A D | sunFbs.c | 88 int pagemask, mapsize; local in function:sunMemoryMap 97 mapsize = ((int) len + pagemask) & ~pagemask; 101 if ((addr = (caddr_t) valloc (mapsize)) == NULL) { 115 mapsize, 120 mapsize,
|
| /xsrc/external/mit/xorg-server/dist/hw/sun/ |
| H A D | sunFbs.c | 86 int pagemask, mapsize; local in function:sunMemoryMap 95 mapsize = ((int) len + pagemask) & ~pagemask; 99 if ((addr = (caddr_t) valloc (mapsize)) == NULL) { 113 mapsize, 118 mapsize,
|
| H A D | sunKbd.c | 710 int type = -1, layout = -1, mapsize; local in function:sunKbdProc 755 mapsize = ((int)keysym->maxKeyCode - (int)keysym->minKeyCode + 1) 757 map = malloc(mapsize); 765 memcpy(map, sunType4KeyMaps[layout], mapsize); 767 memcpy(map, sunKeySyms[type].map, mapsize);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/netbsd/x68k/ |
| H A D | x68kFb.c | 61 pPriv->mapsize = gi.gd_regsize + gi.gd_fbsize; 64 pPriv->reg = (FbReg *)mmap(0, pPriv->mapsize, PROT_READ | PROT_WRITE, 116 if ( munmap(pPriv->reg, pPriv->mapsize) == -1 )
|
| H A D | x68k.h | 84 int mapsize; /* size of mapped memory */ member in struct:_X68kScreenRec
|
| /xsrc/external/mit/xorg-server/dist/hw/netbsd/x68k/ |
| H A D | x68kFb.c | 61 pPriv->mapsize = gi.gd_regsize + gi.gd_fbsize; 64 pPriv->reg = (FbReg *)mmap(0, pPriv->mapsize, PROT_READ | PROT_WRITE, 116 if ( munmap(pPriv->reg, pPriv->mapsize) == -1 )
|
| H A D | x68k.h | 86 int mapsize; /* size of mapped memory */ member in struct:_X68kScreenRec
|
| /xsrc/external/mit/xorg-server.old/dist/glx/ |
| H A D | indirect_reqsize.c | 283 GLsizei mapsize = *(GLsizei *) (pc + 4); local in function:__glXPixelMapfvReqSize 286 mapsize = bswap_32(mapsize); 289 return safe_pad(safe_mul(mapsize, 4)); 295 GLsizei mapsize = *(GLsizei *) (pc + 4); local in function:__glXPixelMapusvReqSize 298 mapsize = bswap_32(mapsize); 301 return safe_pad(safe_mul(mapsize, 2));
|
| H A D | indirect_dispatch_swap.c | 1793 const GLsizei mapsize = (GLsizei )bswap_CARD32 ( pc + 4 ); local in function:__glXDispSwap_PixelMapfv 1797 mapsize, 1804 const GLsizei mapsize = (GLsizei )bswap_CARD32 ( pc + 4 ); local in function:__glXDispSwap_PixelMapuiv 1808 mapsize, 1815 const GLsizei mapsize = (GLsizei )bswap_CARD32 ( pc + 4 ); local in function:__glXDispSwap_PixelMapusv 1819 mapsize,
|
| /xsrc/external/mit/xorg-server/dist/glx/ |
| H A D | indirect_reqsize.c | 281 GLsizei mapsize = *(GLsizei *) (pc + 4); local in function:__glXPixelMapfvReqSize 284 mapsize = bswap_32(mapsize); 287 return safe_pad(safe_mul(mapsize, 4)); 293 GLsizei mapsize = *(GLsizei *) (pc + 4); local in function:__glXPixelMapusvReqSize 296 mapsize = bswap_32(mapsize); 299 return safe_pad(safe_mul(mapsize, 2));
|
| H A D | indirect_dispatch.c | 1450 const GLsizei mapsize = *(GLsizei *) (pc + 4); local in function:__glXDisp_PixelMapfv 1452 glPixelMapfv(*(GLenum *) (pc + 0), mapsize, (const GLfloat *) (pc + 8)); 1458 const GLsizei mapsize = *(GLsizei *) (pc + 4); local in function:__glXDisp_PixelMapuiv 1460 glPixelMapuiv(*(GLenum *) (pc + 0), mapsize, (const GLuint *) (pc + 8)); 1466 const GLsizei mapsize = *(GLsizei *) (pc + 4); local in function:__glXDisp_PixelMapusv 1468 glPixelMapusv(*(GLenum *) (pc + 0), mapsize, (const GLushort *) (pc + 8));
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/glxProxy/ |
| H A D | g_renderswap.c | 1667 GLint mapsize; local in function:__glXDispSwap_PixelMapfv 1672 mapsize = *(GLint *)(pc + 4); 1674 __GLX_SWAP_FLOAT_ARRAY(pc + 8, mapsize); 1680 GLint mapsize; local in function:__glXDispSwap_PixelMapuiv 1685 mapsize = *(GLint *)(pc + 4); 1687 __GLX_SWAP_INT_ARRAY(pc + 8, mapsize); 1693 GLint mapsize; local in function:__glXDispSwap_PixelMapusv 1698 mapsize = *(GLint *)(pc + 4); 1700 __GLX_SWAP_SHORT_ARRAY(pc + 8, mapsize);
|
| /xsrc/external/mit/xf86-video-igs/dist/src/ |
| H A D | igs_driver.c | 303 int pagemask, mapsize; local in function:igs_mmap 308 mapsize = ((int) len + pagemask) & ~pagemask; 316 mapaddr = (pointer) mmap(addr, mapsize, 323 ErrorF("mmap returns: addr %p len 0x%x\n", mapaddr, mapsize);
|
| /xsrc/external/mit/MesaLib/src/mapi/glapi/gen/ |
| H A D | marshal_generated1.c | 7337 GLsizei mapsize; member in struct:marshal_cmd_PixelMapfv 7344 GLsizei mapsize = cmd->mapsize; local in function:_mesa_unmarshal_PixelMapfv 7346 CALL_PixelMapfv(ctx->CurrentServerDispatch, (map, mapsize, values)); 7352 _mesa_marshal_PixelMapfv(GLenum map, GLsizei mapsize, const GLfloat * values) argument 7359 CALL_PixelMapfv(ctx->CurrentServerDispatch, (map, mapsize, values)); 7364 cmd->mapsize = mapsize; 7374 GLsizei mapsize; member in struct:marshal_cmd_PixelMapuiv 7381 GLsizei mapsize local in function:_mesa_unmarshal_PixelMapuiv 7389 _mesa_marshal_PixelMapuiv(GLenum map,GLsizei mapsize,const GLuint * values) argument 7411 GLsizei mapsize; member in struct:marshal_cmd_PixelMapusv 7418 GLsizei mapsize = cmd->mapsize; local in function:_mesa_unmarshal_PixelMapusv 7426 _mesa_marshal_PixelMapusv(GLenum map,GLsizei mapsize,const GLushort * values) argument [all...] |
| H A D | indirect.c | 3051 void __indirect_glPixelMapfv(GLenum map, GLsizei mapsize, const GLfloat * values) argument 3054 const GLuint cmdlen = 12 + safe_pad(safe_mul(mapsize, 1 * sizeof(GLfloat))); 3055 if (0 + safe_pad(safe_mul(mapsize, 1 * sizeof(GLfloat))) < 0) { 3059 if (mapsize < 0) { 3063 if (__builtin_expect((mapsize >= 0) && (gc->currentDpy != NULL), 1)) { 3070 (void) memcpy((void *)(gc->pc + 8), (void *)(&mapsize), 1 * sizeof(GLsizei)); 3071 (void) memcpy((void *)(gc->pc + 12), (void *)(values), safe_mul(mapsize, 1 * sizeof(GLfloat))); 3082 (void) memcpy((void *)(pc + 12), (void *)(&mapsize), 1 * sizeof(GLsizei)); 3083 __glXSendLargeCommand(gc, pc, 16, values, safe_mul(mapsize, 1 * sizeof(GLfloat))); 3089 void __indirect_glPixelMapuiv(GLenum map, GLsizei mapsize, cons argument 3127 __indirect_glPixelMapusv(GLenum map,GLsizei mapsize,const GLushort * values) argument [all...] |
| H A D | indirect.h | 319 extern _X_HIDDEN void __indirect_glPixelMapfv(GLenum map, GLsizei mapsize, const GLfloat * values); 320 extern _X_HIDDEN void __indirect_glPixelMapuiv(GLenum map, GLsizei mapsize, const GLuint * values); 321 extern _X_HIDDEN void __indirect_glPixelMapusv(GLenum map, GLsizei mapsize, const GLushort * values);
|
| /xsrc/external/mit/xf86-video-wsfb/dist/src/ |
| H A D | wsfb_driver.c | 297 int pagemask, mapsize; local in function:wsfb_mmap 302 mapsize = ((int) len + pagemask) & ~pagemask; 310 mapaddr = (pointer) mmap(addr, mapsize, 317 ErrorF("mmap returns: addr %p len 0x%x\n", mapaddr, mapsize);
|
| /xsrc/external/mit/xf86-video-trident/dist/src/ |
| H A D | trident_driver.c | 1568 int mapsize = 0x10000; local in function:TRIDENTMapMem 1570 if (Is3Dchip) mapsize = 0x20000; 1575 pTrident->PciTag, pTrident->IOAddress, mapsize); 1581 mapsize, 1646 int mapsize = 0x10000; local in function:TRIDENTUnmapMem 1648 if (Is3Dchip) mapsize = 0x20000; 1654 pci_device_unmap_range(pTrident->PciInfo, (pointer)pTrident->IOBase, mapsize); 1657 xf86UnMapVidMem(pScrn->scrnIndex, (pointer)pTrident->IOBase, mapsize);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/wgl/ |
| H A D | gldrv.h | 285 void (APIENTRY *glPixelMapfv )( GLenum map, GLint mapsize, const GLfloat *values ); 286 void (APIENTRY *glPixelMapuiv )( GLenum map, GLint mapsize, const GLuint *values ); 287 void (APIENTRY *glPixelMapusv )( GLenum map, GLint mapsize, const GLushort *values );
|
| /xsrc/external/mit/MesaLib.old/src/mapi/glapi/ |
| H A D | indirect.c | 3051 void __indirect_glPixelMapfv(GLenum map, GLsizei mapsize, const GLfloat * values) argument 3054 const GLuint cmdlen = 12 + safe_pad(safe_mul(mapsize, 4)); 3055 if (0 + safe_pad(safe_mul(mapsize, 4)) < 0) { 3059 if (mapsize < 0) { 3063 if (__builtin_expect((mapsize >= 0) && (gc->currentDpy != NULL), 1)) { 3070 (void) memcpy((void *)(gc->pc + 8), (void *)(&mapsize), 4); 3071 (void) memcpy((void *)(gc->pc + 12), (void *)(values), safe_mul(mapsize, 4)); 3082 (void) memcpy((void *)(pc + 12), (void *)(&mapsize), 4); 3083 __glXSendLargeCommand(gc, pc, 16, values, safe_mul(mapsize, 4)); 3089 void __indirect_glPixelMapuiv(GLenum map, GLsizei mapsize, cons argument 3127 __indirect_glPixelMapusv(GLenum map,GLsizei mapsize,const GLushort * values) argument [all...] |
| H A D | indirect.h | 319 extern _X_HIDDEN void __indirect_glPixelMapfv(GLenum map, GLsizei mapsize, const GLfloat * values); 320 extern _X_HIDDEN void __indirect_glPixelMapuiv(GLenum map, GLsizei mapsize, const GLuint * values); 321 extern _X_HIDDEN void __indirect_glPixelMapusv(GLenum map, GLsizei mapsize, const GLushort * values);
|