| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/i915/ |
| i915_state_static.c | 5 * Permission is hereby granted, free of charge, to any person obtaining a 10 * Software is furnished to do so, subject to the following conditions: 16 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 114 debug_printf("Depth offset is %d\n", offset); 161 struct i915_screen *is = i915_screen(i915->base.screen); local 165 if (is->is_i945 && tex->tiling != I915_TILE_NONE &&
|
| i915_screen.c | 6 * Permission is hereby granted, free of charge, to any person obtaining a 11 * permit persons to whom the Software is furnished to do so, subject to 18 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 281 /* mesa/st requires that this cap is the same across stages, and the FS 386 struct i915_screen *is = i915_screen(screen); local 418 * draw module's state, which is per-context. 443 return is->debug.lie ? 1 : 0; 475 return is->iws->pci_id; 484 is->iws->aperture_size(is->iws) * 3 / 4 602 struct i915_screen *is = i915_screen(screen); local 611 struct i915_screen *is = i915_screen(screen); local 642 struct i915_screen *is = i915_screen(screen); local 656 struct i915_screen *is = CALLOC_STRUCT(i915_screen); local [all...] |
| i915_resource_texture.c | 6 * Permission is hereby granted, free of charge, to any person obtaining a 11 * permit persons to whom the Software is furnished to do so, subject to 18 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 150 /* for the first image and level make sure offset is zero */ 164 i915_texture_tiling(struct i915_screen *is, struct i915_texture *tex) 166 if (!is->debug.tiling) 175 if (is->debug.use_blitter) 269 * XXX: need a better name than shared for this if it is to be part 586 * sizes. A zoomed in view of the layout for 945 is 777 struct i915_screen *is = i915_screen(screen); local 916 struct i915_screen *is = i915_screen(screen); local 973 struct i915_screen *is = i915_screen(screen); local [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/i915/ |
| i915_screen.c | 6 * Permission is hereby granted, free of charge, to any person obtaining a 11 * permit persons to whom the Software is furnished to do so, subject to 18 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 194 struct i915_screen *is = i915_screen(screen); local 365 return is->debug.lie ? 1 : 0; 411 return is->iws->pci_id; 419 const int gpu_mappable_megabytes = is->iws->aperture_size(is->iws) * 3 / 4; 564 struct i915_screen *is = i915_screen(screen) local 575 struct i915_screen *is = i915_screen(screen); local 608 struct i915_screen *is = i915_screen(screen); local 622 struct i915_screen *is = CALLOC_STRUCT(i915_screen); local [all...] |
| i915_state_static.c | 5 * Permission is hereby granted, free of charge, to any person obtaining a 10 * Software is furnished to do so, subject to the following conditions: 16 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 130 debug_printf("Depth offset is %d\n",offset); 214 struct i915_screen *is = i915_screen(i915->base.screen); local 218 if (is->is_i945 && tex->tiling != I915_TILE_NONE
|
| i915_resource_texture.c | 6 * Permission is hereby granted, free of charge, to any person obtaining a 11 * permit persons to whom the Software is furnished to do so, subject to 18 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 162 /* for the first image and level make sure offset is zero */ 176 i915_texture_tiling(struct i915_screen *is, struct i915_texture *tex) 178 if (!is->debug.tiling) 187 if (is->debug.use_blitter) 280 * XXX: need a better name than shared for this if it is to be part 689 struct i915_screen *is = i915_screen(screen) local 924 struct i915_screen *is = i915_screen(screen); local 982 struct i915_screen *is = i915_screen(screen); local [all...] |
| /xsrc/external/mit/xorg-server/dist/os/ |
| client.c | 6 * Permission is hereby granted, free of charge, to any person obtaining a copy 10 * copies of the Software, and to permit persons to whom the Software is 16 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 29 * means. The primary purpose of identification is to simply aid in 38 * server. The information is freed when the client disconnects. The 39 * allocated information is just a collection of various IDs, such as 46 * information. IDs have been allocated before ClientStateCallback is 48 * released after ClientStateCallback is called with ClientStateGone 125 * release this by calling free. On error NULL is 203 char *is = procargs; local [all...] |
| /xsrc/external/mit/libXfont/dist/src/FreeType/ |
| xttcap.c | 17 THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 293 get_one_line(FILE *is, char *buf) 306 int c = fgetc(is); 308 if (ferror(is)) { 333 /* escape --- when just before character is backslash, 334 next character is escaped. */ 366 c = fgetc(is); 367 if (ferror(is)) { 402 /* set flHead to False, since current character is not white spac 495 FILE *is; local [all...] |
| /xsrc/external/mit/libXfont2/dist/src/FreeType/ |
| xttcap.c | 17 THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 294 get_one_line(FILE *is, char *buf) 307 int c = fgetc(is); 309 if (ferror(is)) { 334 /* escape --- when just before character is backslash, 335 next character is escaped. */ 367 c = fgetc(is); 368 if (ferror(is)) { 403 /* set flHead to False, since current character is not white spac 496 FILE *is; local [all...] |
| /xsrc/external/mit/luit/dist/ |
| iso2022.c | 4 Permission is hereby granted, free of charge, to any person obtaining a copy 8 copies of the Software, and to permit persons to whom the Software is 14 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 44 #define OUTBUF_FREE(is, count) ((is)->outbuf_count + (count) <= BUFFER_SIZE) 45 #define OUTBUF_MAKE_FREE(is, fd, count) \ 46 if(!OUTBUF_FREE((is), (count))) outbuf_flush((is), (fd)) 49 outbuf_flush(Iso2022Ptr is, int fd 158 Iso2022Ptr is; local [all...] |
| /xsrc/external/mit/xedit/dist/lisp/re/ |
| reo.c | 4 * Permission is hereby granted, free of charge, to any person obtaining a 9 * Software is furnished to do so, subject to the following conditions: 14 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 35 * This file is a placeholder to add code to analyse and optimize the 215 /* Cannot check if is .*$ as the input 339 /* Check if the first group element is a complex pattern */ 536 * This is useful when building an alternative list that is composed 537 * only of strings, but the regex is case insensitive, in wich cas 581 int i, j, tlen, len, is; local [all...] |