| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/ |
| 000-content-with-spaces.c | 1 this is four tokens with spaces
|
| 139-define-without-macro-name.c | 5 Errors expected because no macro name is ever given!
|
| 019-define-func-1-arg-multi.c | 2 foo(this is more than one word)
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/glcpp/tests/ |
| 000-content-with-spaces.c | 1 this is four tokens with spaces
|
| 139-define-without-macro-name.c | 5 Errors expected because no macro name is ever given!
|
| 019-define-func-1-arg-multi.c | 2 foo(this is more than one word)
|
| /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/MesaLib/dist/src/gallium/drivers/svga/ |
| svga_resource.h | 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 38 void svga_init_screen_resource_functions(struct svga_screen *is);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/ |
| svga_resource.h | 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 38 void svga_init_screen_resource_functions(struct svga_screen *is);
|
| /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_resource.c | 47 i915_init_screen_resource_functions(struct i915_screen *is) 49 is->base.resource_create = i915_resource_create; 50 is->base.resource_from_handle = i915_resource_from_handle; 51 is->base.resource_get_handle = u_resource_get_handle_vtbl; 52 is->base.resource_destroy = u_resource_destroy_vtbl;
|
| /xsrc/external/mit/MesaLib/dist/docs/_extra/specs/ |
| MESA_release_buffers.spec | 27 OpenGL 1.0 or later is required. 28 GLX 1.0 or later is required. 32 Mesa's implementation of GLX is entirely implemented on the client side. 33 Therefore, Mesa cannot immediately detect when an X window or pixmap is 65 deallocated. True is returned if <d> is a valid Mesa GLX drawable, 66 else False is returned. After calling glXReleaseBuffersMESA, the 73 None, since this is a client-side operation.
|
| MESA_ycbcr_texture.spec | 28 OpenGL 1.0 or later is required 29 This extension is written against the OpenGL 1.4 Specification. 35 There is no support for converting YCbCr images to RGB or vice versa 41 A YCbCr pixel (texel) is a 16-bit unsigned short with two components. 42 The first component is luminance (Y). For pixels in even-numbered 43 image columns, the second component is Cb. For pixels in odd-numbered 44 image columns, the second component is Cr. If one were to convert the 46 (where N is even) to deduce the RGB color. 120 indicate that the image data is in YCbCr format. type must 124 If NV_texture_rectangle is supported target may also b [all...] |
| MESA_window_pos.spec | 26 OpenGL 1.0 is required. 27 The extension is written against the OpenGL 1.2 Specification 34 desired window coordinate is outside of the window's bounds one must 41 clip testing is not performed. 89 WindowPos3MESA (or WindowPos2MESA) is analaguos, but sets only 107 to that of RasterPos is expected. 111 INVALID_OPERATION is generated if WindowPosMESA is called between
|
| MESA_shader_debug.spec | 29 OpenGL 1.0 is required. 31 The ARB_shader_objects extension is required. 33 The ARB_shading_language_100 extension is required. 35 The extension is written against the OpenGL 1.5 specification. 37 The extension is written against the OpenGL Shading Language 1.10 46 is maintained. A debug object can be attached, detached and queried 156 is complete. 158 The text, if any, produced by any of these functions is appended 159 to each debug object that is attached to the program object. 189 print log" (XXX DEBUG_PRINT_MESA?). Each component is written i [all...] |
| /xsrc/external/mit/MesaLib.old/dist/docs/specs/ |
| MESA_release_buffers.spec | 27 OpenGL 1.0 or later is required. 28 GLX 1.0 or later is required. 32 Mesa's implementation of GLX is entirely implemented on the client side. 33 Therefore, Mesa cannot immediately detect when an X window or pixmap is 65 deallocated. True is returned if <d> is a valid Mesa GLX drawable, 66 else False is returned. After calling glXReleaseBuffersMESA, the 73 None, since this is a client-side operation.
|
| MESA_ycbcr_texture.spec | 28 OpenGL 1.0 or later is required 29 This extension is written against the OpenGL 1.4 Specification. 35 There is no support for converting YCbCr images to RGB or vice versa 41 A YCbCr pixel (texel) is a 16-bit unsigned short with two components. 42 The first component is luminance (Y). For pixels in even-numbered 43 image columns, the second component is Cb. For pixels in odd-numbered 44 image columns, the second component is Cr. If one were to convert the 46 (where N is even) to deduce the RGB color. 120 indicate that the image data is in YCbCr format. type must 124 If NV_texture_rectangle is supported target may also b [all...] |
| MESA_window_pos.spec | 26 OpenGL 1.0 is required. 27 The extension is written against the OpenGL 1.2 Specification 34 desired window coordinate is outside of the window's bounds one must 41 clip testing is not performed. 89 WindowPos3MESA (or WindowPos2MESA) is analaguos, but sets only 107 to that of RasterPos is expected. 111 INVALID_OPERATION is generated if WindowPosMESA is called between
|
| MESA_shader_debug.spec | 29 OpenGL 1.0 is required. 31 The ARB_shader_objects extension is required. 33 The ARB_shading_language_100 extension is required. 35 The extension is written against the OpenGL 1.5 specification. 37 The extension is written against the OpenGL Shading Language 1.10 46 is maintained. A debug object can be attached, detached and queried 156 is complete. 158 The text, if any, produced by any of these functions is appended 159 to each debug object that is attached to the program object. 189 print log" (XXX DEBUG_PRINT_MESA?). Each component is written i [all...] |
| /xsrc/external/mit/MesaLib/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 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.c | 45 i915_init_screen_resource_functions(struct i915_screen *is) 47 is->base.resource_create = i915_resource_create; 48 is->base.resource_from_handle = i915_resource_from_handle; 49 is->base.resource_get_handle = i915_resource_get_handle; 50 is->base.resource_destroy = i915_resource_destroy;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/xa/ |
| README | 4 * Permission is hereby granted, free of charge, to any person 9 * of the Software, and to permit persons to whom the Software is 15 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 30 The XA gallium frontend is intended as a versioned interface to gallium for 34 The motivation behind this gallium frontend is that the Xorg gallium frontend has 42 Since Gallium3D is not versioned, the Xorg gallium frontend needs to be compiled 46 Therefore the xa gallium frontend is intended to supply the following 64 and the major version number is still 0. Any minor bump should be viewed as 70 It is allowed to add function interfaces while only bumping minor. An [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/xa/ |
| README | 4 * Permission is hereby granted, free of charge, to any person 9 * of the Software, and to permit persons to whom the Software is 15 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 30 The XA state tracker is intended as a versioned interface to gallium for 34 The motivation behind this state tracker is that the Xorg state tracker has 42 Since Gallium3D is not versioned, the Xorg state tracker needs to be compiled 46 Therefore the xa state tracker is intended to supply the following 64 and the major version number is still 0. Any minor bump should be viewed as 70 It is allowed to add function interfaces while only bumping minor. An [all...] |
| /xsrc/external/mit/fontconfig/dist/conf.d/ |
| 10-hinting-full.conf | 8 This sort of configuration is available on the major desktop environments
|
| 10-hinting-medium.conf | 8 This sort of configuration is available on the major desktop environments
|