| /xsrc/external/mit/MesaLib.old/dist/src/mapi/glapi/gen/ |
| H A D | glX_proto_send.py | 496 def common_emit_one_arg(self, p, pc, adjust, extra_offset): 504 % (pc, p.offset + adjust, p.size_string() )) 507 % (pc, p.offset + adjust, src_ptr, p.size_string() )) 510 % (pc, p.offset + adjust, extra_offset, src_ptr, p.size_string() )) 512 def common_emit_args(self, f, pc, adjust, skip_vla): 517 self.common_emit_one_arg(p, pc, adjust, extra_offset) 537 adjust = 8 539 adjust = 4 543 self.common_emit_one_arg(param, pc, adjust, None) 546 print('(void) memcpy((void *)(%s + %u), zero, 4);' % (pc, (param.offset + param.size()) + adjust)) [all...] |
| H A D | glX_proto_size.py | 531 def common_emit_one_arg(self, p, pc, adjust): 535 print('%-18s = *%11s(%s + %u);' % (dst, src, pc, offset + adjust));
|
| /xsrc/external/mit/MesaLib/dist/src/mapi/glapi/gen/ |
| H A D | glX_proto_send.py | 492 def common_emit_one_arg(self, p, pc, adjust, extra_offset): 500 % (pc, p.offset + adjust, p.size_string() )) 503 % (pc, p.offset + adjust, src_ptr, p.size_string() )) 506 % (pc, p.offset + adjust, extra_offset, src_ptr, p.size_string() )) 508 def common_emit_args(self, f, pc, adjust, skip_vla): 513 self.common_emit_one_arg(p, pc, adjust, extra_offset) 533 adjust = 8 535 adjust = 4 539 self.common_emit_one_arg(param, pc, adjust, None) 542 print('(void) memcpy((void *)(%s + %u), zero, 4);' % (pc, (param.offset + param.size()) + adjust)) [all...] |
| H A D | glX_proto_size.py | 529 def common_emit_one_arg(self, p, pc, adjust): 533 print('%-18s = *%11s(%s + %u);' % (dst, src, pc, offset + adjust));
|
| /xsrc/external/mit/freetype/dist/src/base/ |
| H A D | ftgloadr.c | 141 /* re-adjust the `current' outline fields */ 188 /* re-adjust the `current' subglyphs field */ 213 FT_Bool adjust = 0; local in function:FT_GlyphLoader_CheckPoints 251 adjust = 1; 273 adjust = 1; 277 if ( adjust ) 366 /* adjust contours count in newest outline */
|
| /xsrc/external/mit/MesaLib.old/dist/docs/specs/OLD/ |
| H A D | MESA_resize_buffers.spec | 42 when a window size changes but would still like Mesa to adjust to 59 and adjust its internal data structures. This may include
|
| /xsrc/external/mit/MesaLib/dist/docs/_extra/specs/OLD/ |
| H A D | MESA_resize_buffers.spec | 42 when a window size changes but would still like Mesa to adjust to 59 and adjust its internal data structures. This may include
|
| /xsrc/external/mit/xorg-server.old/dist/fb/ |
| H A D | fbpixmap.c | 38 int adjust; local in function:fbCreatePixmapBpp 46 adjust = 0; 48 adjust = 8 - (base & 7); 49 datasize += adjust; 69 pPixmap->devPrivate.ptr = (pointer) ((char *)pPixmap + base + adjust);
|
| /xsrc/external/mit/xorg-server/dist/fb/ |
| H A D | fbpixmap.c | 38 int adjust; local in function:fbCreatePixmap 47 adjust = 0; 49 adjust = 8 - (base & 7); 50 datasize += adjust; 70 pPixmap->devPrivate.ptr = (void *) ((char *) pPixmap + base + adjust);
|
| /xsrc/external/mit/libXft/dist/src/ |
| H A D | xftglyphs.c | 792 int adjust; local in function:XftFontLoadGlyphs 794 adjust = bottom - (font->public.max_advance_width << 6); 795 if (adjust > top) 796 adjust = top; 797 top -= adjust; 798 bottom -= adjust; 805 int adjust; local in function:XftFontLoadGlyphs 807 adjust = right - (font->public.max_advance_width << 6); 808 if (adjust > left) 809 adjust [all...] |
| /xsrc/external/mit/xterm/dist/ |
| H A D | cursor.c | 355 * have to adjust the saved cursor from the normal screen to account for 359 AdjustSavedCursor(XtermWidget xw, int adjust) argument 366 if (adjust > 0) { 367 TRACE(("AdjustSavedCursor %d -> %d\n", sc->row, sc->row - adjust)); 368 sc->row += adjust;
|
| /xsrc/external/mit/libX11/dist/src/xkb/ |
| H A D | XKBNames.c | 347 int adjust; local in function:XkbSetNames 349 adjust = XkbLastRequiredType - firstType + 1; 350 firstType += adjust; 351 nTypes -= adjust; 559 int adjust; local in function:XkbChangeNames 561 adjust = XkbLastRequiredType - firstType + 1; 562 firstType += adjust; 563 nTypes -= adjust;
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir_conversion_builder.h | 168 nir_ssa_def *adjust = nir_ishl(b, one, bits_to_lose); local in function:nir_round_int_to_float 169 nir_ssa_def *mask = nir_inot(b, nir_isub(b, adjust, one)); 178 src, nir_uadd_sat(b, truncated, adjust));
|
| H A D | nir_lower_idiv.c | 234 nir_ssa_def *adjust = nir_iand(b, diff_sign, nir_ine(b, res, zero)); local in function:convert_instr_small 235 res = nir_iadd(b, res, nir_bcsel(b, adjust, denom, zero));
|
| /xsrc/external/mit/brotli/dist/c/enc/ |
| H A D | compress_fragment.c | 90 const uint32_t adjust = 2 * BROTLI_MIN(uint32_t, histogram[i], 11u); local in function:BuildAndStoreLiteralPrefixCode 91 histogram[i] += adjust; 92 histogram_total += adjust; 106 const uint32_t adjust = 1 + 2 * BROTLI_MIN(uint32_t, histogram[i], 11u); local in function:BuildAndStoreLiteralPrefixCode 107 histogram[i] += adjust; 108 histogram_total += adjust;
|
| /xsrc/external/mit/xf86-video-geode/dist/src/cim/ |
| H A D | cim_df.c | 331 /* When requested by the user, we will adjust the video scale by the */ 459 unsigned long adjust, border_x, border_y, border_y_even; local in function:df_set_video_position 594 /* line doubling). We must also adjust the region such that the */ 603 adjust = border_y + border_y_even; 606 adjust = border_y; 611 if (y > adjust) { 612 y -= adjust; 613 adjust = 0; 616 adjust -= y; 617 if (height > adjust) [all...] |
| /xsrc/external/mit/xedit/dist/lisp/ |
| H A D | bytecode.c | 2224 LinkPad(long offset, long adjust, int preffix, int datalen) argument 2227 if (datalen <= preffix || ((offset + adjust + preffix) % datalen) == 0) 2228 return (adjust); 2230 return (adjust + (datalen - ((offset + adjust + preffix) % datalen))); 2234 LinkFixupOffsets(LispCom *com, CodeTree *tree, long adjust) argument 2244 adjust = LinkPad(tree->offset, adjust, 1, 2248 tree->offset += adjust; 2253 /* Labels are not loaded, just adjust offse [all...] |
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 10.0.5.rst | 123 - nv50: adjust blit_3d handling of ms output textures
|
| H A D | 17.0.6.rst | 122 - radeonsi: adjust ESGS ring buffer size computation on VI
|
| H A D | 17.2.3.rst | 54 - gallivm/ppc64le: adjust VSX code generation control.
|
| H A D | 18.1.9.rst | 89 - virgl: adjust strides when mapping temp-resources
|
| H A D | 10.1.1.rst | 142 - nv50: adjust blit_3d handling of ms output textures
|
| /xsrc/external/mit/xedit/dist/ |
| H A D | hook.c | 424 XawTextPosition adjust = 0; local in function:LineEdit 1043 adjust = length - len; 1046 last += adjust; 1047 to += adjust;
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/blorp/ |
| H A D | blorp_blit.c | 1241 * coordinates are wrong and we have to adjust them to compensate for the 1261 * component at a time. We need to save off the component and adjust 1325 * adjust the coordinates to compensate for the difference. 2129 int adjust; local in function:shrink_surface_params 2149 adjust = (int)info->tile_x_sa / px_size_sa.w - (int)*x0; 2150 *x0 += adjust; 2151 *x1 += adjust; 2154 adjust = (int)info->tile_y_sa / px_size_sa.h - (int)*y0; 2155 *y0 += adjust; 2156 *y1 += adjust; [all...] |
| /xsrc/external/mit/xf86-video-mga/dist/src/ |
| H A D | mga_driver.c | 2180 int adjust; local in function:MGAPreInit 2183 adjust = pScrn->videoRam / 2; 2186 xf86GetOptValInteger(pMga->Options, OPTION_CRTC2RAM, &adjust)) { 2189 adjust); 2191 adjust = min(adjust, 8192); 2194 adjust); 2196 pMgaEnt->mastervideoRam = pScrn->videoRam - adjust; 2198 pMgaEnt->slavevideoRam = adjust;
|