| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/ |
| H A D | tgsi_build.h | 62 unsigned maxsize ); 76 unsigned maxsize ); 90 unsigned maxsize ); 107 unsigned maxsize );
|
| H A D | tgsi_build.c | 409 unsigned maxsize ) 415 if( maxsize <= size ) 433 if (maxsize <= size) 447 if (maxsize <= size) { 461 if (maxsize <= size) { 477 if( maxsize <= size ) 496 if (maxsize <= size) { 513 if (maxsize <= size) { 532 if (maxsize <= size) { 608 unsigned maxsize ) 405 tgsi_build_full_declaration(const struct tgsi_full_declaration * full_decl,struct tgsi_token * tokens,struct tgsi_header * header,unsigned maxsize) argument 604 tgsi_build_full_immediate(const struct tgsi_full_immediate * full_imm,struct tgsi_token * tokens,struct tgsi_header * header,unsigned maxsize) argument 1056 tgsi_build_full_instruction(const struct tgsi_full_instruction * full_inst,struct tgsi_token * tokens,struct tgsi_header * header,unsigned maxsize) argument 1360 tgsi_build_full_property(const struct tgsi_full_property * full_prop,struct tgsi_token * tokens,struct tgsi_header * header,unsigned maxsize) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/ |
| H A D | tgsi_build.h | 62 unsigned maxsize ); 76 unsigned maxsize ); 90 unsigned maxsize ); 107 unsigned maxsize );
|
| H A D | tgsi_build.c | 407 unsigned maxsize ) 413 if( maxsize <= size ) 431 if (maxsize <= size) 445 if (maxsize <= size) { 459 if (maxsize <= size) { 474 if( maxsize <= size ) 493 if (maxsize <= size) { 510 if (maxsize <= size) { 529 if (maxsize <= size) { 605 unsigned maxsize ) 403 tgsi_build_full_declaration(const struct tgsi_full_declaration * full_decl,struct tgsi_token * tokens,struct tgsi_header * header,unsigned maxsize) argument 601 tgsi_build_full_immediate(const struct tgsi_full_immediate * full_imm,struct tgsi_token * tokens,struct tgsi_header * header,unsigned maxsize) argument 1053 tgsi_build_full_instruction(const struct tgsi_full_instruction * full_inst,struct tgsi_token * tokens,struct tgsi_header * header,unsigned maxsize) argument 1357 tgsi_build_full_property(const struct tgsi_full_property * full_prop,struct tgsi_token * tokens,struct tgsi_header * header,unsigned maxsize) argument [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/sun/ |
| H A D | sunCursor.c | 283 struct fbcurpos maxsize; local in function:sunCursorInitialize 287 if (ioctl (sunFbs[pScreen->myNum].fd, FBIOGCURMAX, &maxsize) == -1) 289 if (sunIoctl (&sunFbs[pScreen->myNum], FBIOGCURMAX, &maxsize) == -1) 292 pCurPriv->width = maxsize.x; 293 pCurPriv->height= maxsize.y;
|
| /xsrc/external/mit/xorg-server/dist/hw/sun/ |
| H A D | sunCursor.c | 283 struct fbcurpos maxsize; local in function:sunCursorInitialize 287 if (ioctl (sunFbs[pScreen->myNum].fd, FBIOGCURMAX, &maxsize) == -1) 289 if (sunIoctl (&sunFbs[pScreen->myNum], FBIOGCURMAX, &maxsize) == -1) 292 pCurPriv->width = maxsize.x; 293 pCurPriv->height= maxsize.y;
|
| /xsrc/external/mit/libX11/dist/src/xlibi18n/ |
| H A D | lcDB.c | 230 int maxsize; member in struct:_Line 265 line->maxsize = size; 337 if (cur + len + 1 > line->maxsize) { 339 if (! realloc_line(line, line->maxsize + BUFSIZE)) {
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 18.2.6.rst | 39 - [G965] piglit.spec.!opengl 1_2.tex3d-maxsize spins forever
|
| H A D | 18.3.0.rst | 288 - [G965] piglit.spec.!opengl 1_2.tex3d-maxsize spins forever
|
| H A D | 19.0.0.rst | 104 - [G965] piglit.spec.!opengl 1_2.tex3d-maxsize spins forever
|
| /xsrc/external/mit/glu/dist/src/libutil/ |
| H A D | mipmap.c | 3483 GLint maxsize; local in function:closestFit 3487 glGetIntegerv(GL_MAX_TEXTURE_SIZE, &maxsize); 3490 if (*newWidth > maxsize) *newWidth = maxsize; 3492 if (*newHeight > maxsize) *newHeight = maxsize; 3714 glGetIntegerv(GL_MAX_TEXTURE_SIZE, &maxsize); 3716 if (newwidth > maxsize) newwidth = maxsize; 3718 if (newheight > maxsize) newheigh [all...] |
| /xsrc/external/mit/fontconfig/dist/src/ |
| H A D | fcfreetype.c | 2856 FT_ULong maxsize; local in function:FcFontCapabilities 2869 maxsize = (((FT_ULong) gpos_count + (FT_ULong) gsub_count) * OTLAYOUT_LEN + 2871 complex_ = malloc (sizeof (FcChar8) * maxsize);
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/ |
| H A D | nir_algebraic.py | 254 if h[-1] != 'L' and i > sys.maxsize:
|