| /xsrc/external/mit/MesaLib/dist/docs/ |
| H A D | lists.rst | 17 should not post to this list. 32 You **must** subscribe to these lists in order to post to 33 them. If you try to post to a list and you're not a subscriber (or if 34 you try to post from a different email address than you subscribed with)
|
| H A D | helpwanted.rst | 36 mailing list. Then post a message to propose what you want to do, just
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 9.2.3.rst | 68 - i965: Emit post-sync non-zero flush before 3DSTATE_GS_SVB_INDEX. 69 - i965: Emit post-sync non-zero flush before 3DSTATE_DRAWING_RECTANGLE. 71 - i965: Move post-sync non-zero flush for 3DSTATE_MULTISAMPLE.
|
| /xsrc/external/mit/MesaLib.old/dist/src/mapi/glapi/gen/ |
| H A D | glX_proto_recv.py | 493 post = " )" 496 post = "" 508 print ' glPixelStorei(GL_UNPACK_ROW_LENGTH, (GLint) %shdr->rowLength%s);' % (pre, post) 510 print ' glPixelStorei(GL_UNPACK_IMAGE_HEIGHT, (GLint) %shdr->imageHeight%s);' % (pre, post) 511 print ' glPixelStorei(GL_UNPACK_SKIP_ROWS, (GLint) %shdr->skipRows%s);' % (pre, post) 513 print ' glPixelStorei(GL_UNPACK_SKIP_IMAGES, (GLint) %shdr->skipImages%s);' % (pre, post) 514 print ' glPixelStorei(GL_UNPACK_SKIP_PIXELS, (GLint) %shdr->skipPixels%s);' % (pre, post) 515 print ' glPixelStorei(GL_UNPACK_ALIGNMENT, (GLint) %shdr->alignment%s);' % (pre, post)
|
| /xsrc/external/mit/MesaLib/dist/src/mapi/glapi/gen/ |
| H A D | glX_proto_recv.py | 493 post = " )" 496 post = "" 508 print ' glPixelStorei(GL_UNPACK_ROW_LENGTH, (GLint) %shdr->rowLength%s);' % (pre, post) 510 print ' glPixelStorei(GL_UNPACK_IMAGE_HEIGHT, (GLint) %shdr->imageHeight%s);' % (pre, post) 511 print ' glPixelStorei(GL_UNPACK_SKIP_ROWS, (GLint) %shdr->skipRows%s);' % (pre, post) 513 print ' glPixelStorei(GL_UNPACK_SKIP_IMAGES, (GLint) %shdr->skipImages%s);' % (pre, post) 514 print ' glPixelStorei(GL_UNPACK_SKIP_PIXELS, (GLint) %shdr->skipPixels%s);' % (pre, post) 515 print ' glPixelStorei(GL_UNPACK_ALIGNMENT, (GLint) %shdr->alignment%s);' % (pre, post)
|
| /xsrc/external/mit/MesaLib/dist/include/android_stub/hardware/ |
| H A D | fb.h | 91 * updated during (*post)(). 98 * is, the driver is not allowed to post anything outside of this 101 * The rectangle evaluated during (*post)() and specifies which area 102 * of the buffer passed in (*post)() shall to be posted. 119 * post() will block until the the first post is completed. 121 * Internally, post() is expected to lock the buffer so that a 128 int (*post)(struct framebuffer_device_t* dev, buffer_handle_t buffer); member in struct:framebuffer_device_t
|
| /xsrc/external/mit/MesaLib/dist/docs/gallium/ |
| H A D | postprocess.rst | 4 The Gallium drivers support user-defined image post-processing. At the 5 end of drawing a frame a post-processing filter can be applied to the
|
| /xsrc/external/mit/xterm/dist/package/pkgsrc/ |
| H A D | Makefile | 50 post-install:
|
| /xsrc/external/mit/xf86-video-glint/dist/src/ |
| H A D | pm2v_dac.c | 53 int f, pre, post; local in function:PM2VDAC_CalculateClock 61 for (post=0;post<2;post++) { 62 freq = ((refclock * f) / (pre * (1 << divide[post]))); 68 *postscale = post;
|
| /xsrc/external/mit/xf86-video-suncg14/dist/src/ |
| H A D | cg14_accel.c | 401 int saddr, daddr, pre, dist, wrds, swrds, spre, sreg, restaddr, post; local in function:CG14Copy8_short_rop 430 post = (dststart + w) & 3; 431 if (post != 0) { 432 rmask = ~(0xffffffff >> (post * 8)); 438 w, h, spre, pre, lmask, dist, sreg, wrds, post, rmask); 485 if (post != 0) { 514 int saddr, daddr, pre, dist, wrds, swrds, spre, sreg, restaddr, post; local in function:CG14Copy8_short_norop 543 post = (dststart + w) & 3; 544 if (post != 0) { 545 rmask = ~(0xffffffff >> (post * [all...] |
| /xsrc/external/mit/MesaLib/dist/.gitlab/issue_templates/ |
| H A D | Bug Report.md | 15 Please post `inxi -GSC -xx` output ([fenced with triple backticks](https://docs.gitlab.com/ee/user/markdown.html#code-spans-and-blocks)) OR fill information below manually
|
| H A D | Bug Report - AMD Radeon Vulkan.md | 43 Please post `inxi -GSC -xx` output ([fenced with triple backticks](https://docs.gitlab.com/ee/user/markdown.html#code-spans-and-blocks)) OR fill information below manually
|
| /xsrc/external/mit/ctwm/dist/doc/devman/ |
| H A D | links.adoc | 32 Graphics Stack] post, and later in the full
|
| /xsrc/external/mit/MesaLib.old/dist/docs/specs/ |
| H A D | MESA_swap_control.spec | 15 Deployed in DRI drivers post-XFree86 4.3.
|
| H A D | MESA_swap_frame_usage.spec | 15 Deployed in DRI drivers post-XFree86 4.3.
|
| H A D | MESA_texture_signed_rgba.spec | 160 negative values generated post-filtering would be clamped to
|
| /xsrc/external/mit/MesaLib/dist/docs/_extra/specs/ |
| H A D | MESA_swap_control.spec | 15 Deployed in DRI drivers post-XFree86 4.3.
|
| /xsrc/external/mit/libXfont/dist/src/FreeType/ |
| H A D | ftfuncs.c | 1577 TT_Postscript *post; local in function:FreeTypeAddProperties 1592 post = FT_Get_Sfnt_Table(face->face, ft_sfnt_post); 1601 post = NULL; 1621 ( (font_properties && (post || t1info)) ? 3 : 0 ) + 1823 if( font_properties && (post || t1info) ) { 1828 if(post) { 1829 underlinePosition = TRANSFORM_FUNITS_Y(-post->underlinePosition); 1830 underlineThickness = TRANSFORM_FUNITS_Y(post->underlineThickness); 1851 if(post && trans->matrix.xx == trans->matrix.yy) { 1856 90*64+(post 2763 TT_Postscript *post; local in function:FreeTypeLoadFont [all...] |
| /xsrc/external/mit/libXfont2/dist/src/FreeType/ |
| H A D | ftfuncs.c | 1579 TT_Postscript *post; local in function:FreeTypeAddProperties 1594 post = FT_Get_Sfnt_Table(face->face, ft_sfnt_post); 1603 post = NULL; 1623 ( (font_properties && (post || t1info)) ? 3 : 0 ) + 1825 if( font_properties && (post || t1info) ) { 1830 if(post) { 1831 underlinePosition = TRANSFORM_FUNITS_Y(-post->underlinePosition); 1832 underlineThickness = TRANSFORM_FUNITS_Y(post->underlineThickness); 1853 if(post && trans->matrix.xx == trans->matrix.yy) { 1858 90*64+(post 2767 TT_Postscript *post; local in function:FreeTypeLoadFont [all...] |
| /xsrc/external/mit/mkfontscale/dist/ |
| H A D | mkfontscale.c | 542 TT_Postscript *post; local in function:makeXLFD 558 post = FT_Get_Sfnt_Table(face, ft_sfnt_post); 589 if (post) { 591 if (post->isFixedPitch) {
|
| /xsrc/external/mit/freetype/dist/src/sfnt/ |
| H A D | ttload.c | 1286 TT_Postscript* post = &face->postscript; local in function:tt_face_load_post 1311 if ( FT_STREAM_READ_FIELDS( post_fields, post ) ) 1317 FT_TRACE3(( "FormatType: 0x%lx\n", post->FormatType )); 1318 FT_TRACE3(( "isFixedPitch: %s\n", post->isFixedPitch
|
| /xsrc/external/mit/xterm/dist/package/freebsd/ |
| H A D | Makefile | 98 #post-extract: 103 post-install:
|
| /xsrc/external/mit/xf86-video-neomagic/dist/src/ |
| H A D | neo_video.c | 821 int pre, post; local in function:NEODisplayVideo 826 post = 160 - pre; 829 post = 0; 833 dstBox->x2 += post;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/cso/ |
| H A D | rasterizer.rst | 350 With the post-snap mode, unlike the pre-snap mode, fragments are never 354 If the post-snap mode is used with an unsupported primitive, the pre-snap
|
| /xsrc/external/mit/MesaLib/dist/docs/gallium/cso/ |
| H A D | rasterizer.rst | 355 With the post-snap mode, unlike the pre-snap mode, fragments are never 359 If the post-snap mode is used with an unsupported primitive, the pre-snap
|