| /xsrc/external/mit/MesaLib/dist/src/gallium/winsys/svga/drm/ |
| vmw_msg.c | 75 * @in_si: [IN] Input argument through SI, set to 0 if not used 83 * @si: [OUT] 88 ax, bx, cx, dx, si, di) \ 95 "=S"(si), \ 115 * @in_si: [IN] Input argument through SI, set to 0 if not used 124 * @si: [OUT] 133 ax, bx, cx, dx, si, di) \ 143 "=S"(si), \ 157 ax, bx, cx, dx, si, di) \ 167 "=S"(si), \ 308 VMW_REG ax = 0, bx = 0, cx = 0, dx = 0, si = 0, di = 0; local 338 VMW_REG ax = 0, bx = 0, cx = 0, dx = 0, si, di; local 369 VMW_REG ax = 0, bx = 0, cx = 0, dx = 0, si, di, bp; local [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/svga/drm/ |
| vmw_msg.c | 72 * @in_si: [IN] Input argument through SI, set to 0 if not used 80 * @si: [OUT] 85 ax, bx, cx, dx, si, di) \ 92 "=S"(si), \ 112 * @in_si: [IN] Input argument through SI, set to 0 if not used 121 * @si: [OUT] 130 ax, bx, cx, dx, si, di) \ 140 "=S"(si), \ 154 ax, bx, cx, dx, si, di) \ 164 "=S"(si), \ 305 VMW_REG ax = 0, bx = 0, cx = 0, dx = 0, si = 0, di = 0; local 335 VMW_REG ax = 0, bx = 0, cx = 0, dx = 0, si, di; local 366 VMW_REG ax = 0, bx = 0, cx = 0, dx = 0, si, di, bp; local [all...] |
| /xsrc/external/mit/xorg-server/dist/hw/xwin/ |
| winwndproc.c | 298 SCROLLINFO si; local 365 si.cbSize = sizeof(si); 366 si.fMask = SIF_PAGE | SIF_RANGE; 367 si.nMin = 0; 368 si.nMax = s_pScreenInfo->dwWidth - 1; 369 si.nPage = iWidth; 370 SetScrollInfo(hwnd, SB_HORZ, &si, TRUE); 373 si.cbSize = sizeof(si); 437 SCROLLINFO si; local 516 SCROLLINFO si; local [all...] |
| wincreatewnd.c | 373 SCROLLINFO si; 376 si.cbSize = sizeof(si); 377 si.fMask = SIF_RANGE | SIF_PAGE; 378 si.nMin = 0; 381 si.nMax = pScreenInfo->dwWidth - 1; 382 si.nPage = rcClient.right - rcClient.left; 384 si.nMax, si.nPage); 385 SetScrollInfo(*phwnd, SB_HORZ, &si, TRUE) [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/ |
| winwndproc.c | 329 SCROLLINFO si; local 403 si.cbSize = sizeof (si); 404 si.fMask = SIF_PAGE | SIF_RANGE; 405 si.nMin = 0; 406 si.nMax = s_pScreenInfo->dwWidth - 1; 407 si.nPage = iWidth; 408 SetScrollInfo (hwnd, SB_HORZ, &si, TRUE); 411 si.cbSize = sizeof (si); 470 SCROLLINFO si; local 555 SCROLLINFO si; local [all...] |
| wincreatewnd.c | 437 SCROLLINFO si; 440 si.cbSize = sizeof (si); 441 si.fMask = SIF_RANGE | SIF_PAGE; 442 si.nMin = 0; 445 si.nMax = pScreenInfo->dwWidth - 1; 446 si.nPage = rcClient.right - rcClient.left; 448 si.nMax, si.nPage); 449 SetScrollInfo (*phwnd, SB_HORZ, &si, TRUE) [all...] |
| /xsrc/external/mit/xorg-server/dist/hw/kdrive/src/ |
| kinfo.c | 75 KdScreenInfo *si, **prev; local 78 si = calloc(1, sizeof(KdScreenInfo)); 79 if (!si) 82 *prev = si; 83 si->next = 0; 84 si->card = ci; 85 si->mynum = n; 86 return si; 90 KdScreenInfoDispose(KdScreenInfo * si) 92 KdCardInfo *ci = si->card [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/kdrive/src/ |
| kinfo.c | 77 KdScreenInfo *si, **prev; local 80 si = calloc(1, sizeof (KdScreenInfo)); 81 if (!si) 84 *prev = si; 85 si->next = 0; 86 si->card = ci; 87 si->mynum = n; 88 return si; 92 KdScreenInfoDispose (KdScreenInfo *si) 94 KdCardInfo *ci = si->card [all...] |
| /xsrc/external/mit/xkbcomp/dist/ |
| geometry.c | 440 InitDoodadInfo(DoodadInfo * di, unsigned type, SectionInfo * si, 446 if (si && si->dfltDoodads) 447 dflt = FindDoodadByType(si->dfltDoodads, type); 461 di->section = si; 462 if (si != NULL) 464 di->priority = si->nextDoodadPriority++; 466 if (si->nextDoodadPriority > XkbGeomMaxPriority) 467 si->nextDoodadPriority = XkbGeomMaxPriority; 503 FreeDoodads(DoodadInfo * di, SectionInfo * si, GeometryInfo * info 777 ShapeInfo *si; local 1073 SectionInfo *si; local 1286 ShapeInfo *si; local 1296 SectionInfo *si; local 2473 ShapeInfo si; local 2791 SectionInfo si; local 2977 ShapeInfo *si; local 3166 ShapeInfo *si; local 3217 ShapeInfo *si; local 3300 ShapeInfo *si; local [all...] |
| compat.c | 80 #define ReportSINotArray(si,f,i) \ 81 ReportNotArray("symbol interpretation",(f),siText((si),(i))) 82 #define ReportSIBadType(si,f,w,i) \ 83 ReportBadType("symbol interpretation",(f),siText((si),(i)),(w)) 88 siText(const SymInterpInfo *si, const CompatInfo *info) 92 if (si == &info->dflt) 99 XkbKeysymText(si->interp.sym, XkbMessage), 100 XkbSIMatchText(si->interp.match, XkbMessage), 101 XkbModMaskText(si->interp.mods, XkbMessage)); 167 SymInterpInfo *si; local 657 SymInterpInfo si; local [all...] |
| /xsrc/external/mit/xorg-server/dist/test/xi2/ |
| protocol-xiquerydevice.c | 196 xXIScrollInfo *si = (xXIScrollInfo *) any; local 199 swaps(&si->number); 200 swaps(&si->scroll_type); 201 swapl(&si->increment.integral); 202 swapl(&si->increment.frac); 204 assert(si->length == 6); 205 assert(si->number == 2 || si->number == 3); 206 if (si->number == 2) { 207 assert(si->scroll_type == XIScrollTypeVertical) [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/ |
| vc4_qpu_disasm.c | 329 uint32_t si = QPU_GET_FIELD(inst, QPU_SMALL_IMM); local 333 if (has_si && is_mul && si >= QPU_SMALL_IMM_MUL_ROT + 1) 334 fprintf(stderr, "+%d", si - QPU_SMALL_IMM_MUL_ROT); 336 if (si <= 15) 337 fprintf(stderr, "%d", si); 338 else if (si <= 31) 339 fprintf(stderr, "%d", -16 + (si - 16)); 340 else if (si <= 39) 341 fprintf(stderr, "%.1f", (float)(1 << (si - 32))); 342 else if (si <= 47 [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/ |
| vc4_qpu_disasm.c | 329 uint32_t si = QPU_GET_FIELD(inst, QPU_SMALL_IMM); local 333 if (has_si && is_mul && si >= QPU_SMALL_IMM_MUL_ROT + 1) 334 fprintf(stderr, "+%d", si - QPU_SMALL_IMM_MUL_ROT); 336 if (si <= 15) 337 fprintf(stderr, "%d", si); 338 else if (si <= 31) 339 fprintf(stderr, "%d", -16 + (si - 16)); 340 else if (si <= 39) 341 fprintf(stderr, "%.1f", (float)(1 << (si - 32))); 342 else if (si <= 47 [all...] |
| /xsrc/external/mit/xf86-input-vmmouse/dist/shared/ |
| vmmouse_proto.h | 116 DECLARE_REG_STRUCT(si); 124 DECLARE_REG_STRUCT(si);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/ |
| nvc0_program.c | 38 nvc0_shader_input_address(unsigned sn, unsigned si) 41 case TGSI_SEMANTIC_TESSOUTER: return 0x000 + si * 0x4; 42 case TGSI_SEMANTIC_TESSINNER: return 0x010 + si * 0x4; 43 case TGSI_SEMANTIC_PATCH: return 0x020 + si * 0x10; 49 case TGSI_SEMANTIC_GENERIC: return 0x080 + si * 0x10; 51 case TGSI_SEMANTIC_COLOR: return 0x280 + si * 0x10; 52 case TGSI_SEMANTIC_BCOLOR: return 0x2a0 + si * 0x10; 53 case TGSI_SEMANTIC_CLIPDIST: return 0x2c0 + si * 0x10; 59 case TGSI_SEMANTIC_TEXCOORD: return 0x300 + si * 0x10; 67 nvc0_shader_output_address(unsigned sn, unsigned si) [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/ |
| nvc0_program.c | 37 nvc0_shader_input_address(unsigned sn, unsigned si) 40 case TGSI_SEMANTIC_TESSOUTER: return 0x000 + si * 0x4; 41 case TGSI_SEMANTIC_TESSINNER: return 0x010 + si * 0x4; 42 case TGSI_SEMANTIC_PATCH: return 0x020 + si * 0x10; 48 case TGSI_SEMANTIC_GENERIC: return 0x080 + si * 0x10; 50 case TGSI_SEMANTIC_COLOR: return 0x280 + si * 0x10; 51 case TGSI_SEMANTIC_BCOLOR: return 0x2a0 + si * 0x10; 52 case TGSI_SEMANTIC_CLIPDIST: return 0x2c0 + si * 0x10; 58 case TGSI_SEMANTIC_TEXCOORD: return 0x300 + si * 0x10; 66 nvc0_shader_output_address(unsigned sn, unsigned si) [all...] |
| /xsrc/external/mit/pixman/dist/test/ |
| check-formats.c | 12 pixman_image_t *si, *di; local 29 si = pixman_image_create_bits (src_format, 1, 1, &s, 4); 64 pixman_image_composite32 (op, si, NULL, di, 101 pixman_image_unref (si);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/core/core/ |
| tilemgr.cpp | 264 for (uint32_t si = 0; si < (KNOB_TILE_X_DIM * KNOB_TILE_Y_DIM * numSamples); 265 si += SIMD16_TILE_X_DIM * SIMD16_TILE_Y_DIM) 297 for (uint32_t si = 0; si < (KNOB_TILE_X_DIM * KNOB_TILE_Y_DIM * numSamples); 298 si += SIMD16_TILE_X_DIM * SIMD16_TILE_Y_DIM) 322 for (uint32_t si = 0; si < (KNOB_TILE_X_DIM * KNOB_TILE_Y_DIM * numSamples); 323 si += SIMD16_TILE_X_DIM * SIMD16_TILE_Y_DIM * 4)
|
| /xsrc/external/mit/ctwm/dist/ |
| functions_win.c | 533 SqueezeInfo *si; local 554 si = tmp_win->squeeze_info; 556 if(si->denom != 0) { 565 if(si->denom != target_denom) { 566 float scale = (float)target_denom / si->denom; 567 si->num *= scale; 568 si->denom = target_denom; /* s->denom *= scale; */ 640 origNum = si->num; 720 int wtmp = tmp_win->frame_width; /* or si->denom; if it were != 0 */ 739 si->num = newx [all...] |
| /xsrc/external/mit/xinit/dist/ |
| xinit.c | 156 struct sigaction sa, si; local 280 memset(&si, 0, sizeof(si)); 281 si.sa_handler = sigIgnore; 282 sigemptyset(&si.sa_mask); 283 si.sa_flags = SA_RESTART; 285 sigaction(SIGALRM, &si, NULL); 286 sigaction(SIGUSR1, &si, NULL); 287 sigaction(SIGCHLD, &si, NULL);
|
| /xsrc/external/mit/xorg-server/dist/record/ |
| record.c | 1548 SetInfoPtr si; 1597 si = xallocarray(maxSets, sizeof(SetInfoRec)); 1598 if (!si) { 1602 memset(si, 0, sizeof(SetInfoRec) * maxSets); 1606 si[i].intervals = NULL; 1608 pExtReqSets = si + PREDEFSETS; 1613 err = RecordConvertRangesToIntervals(&si[REQ], pRanges, stuff->nRanges, 1619 err = RecordConvertRangesToIntervals(&si[REQ], pRanges, stuff->nRanges, 1625 err = RecordConvertRangesToIntervals(&si[REP], pRanges, stuff->nRanges, 1631 err = RecordConvertRangesToIntervals(&si[REP], pRanges, stuff->nRanges 1545 SetInfoPtr si; local [all...] |
| /xsrc/external/mit/xorg-server.old/dist/record/ |
| record.c | 1624 SetInfoPtr si; 1673 si = (SetInfoPtr)malloc(sizeof(SetInfoRec) * maxSets); 1674 if (!si) 1679 memset(si, 0, sizeof(SetInfoRec) * maxSets); 1683 si[i].intervals = NULL; 1685 pExtReqSets = si + PREDEFSETS; 1690 err = RecordConvertRangesToIntervals(&si[REQ], pRanges, stuff->nRanges, 1694 err = RecordConvertRangesToIntervals(&si[REQ], pRanges, stuff->nRanges, 1698 err = RecordConvertRangesToIntervals(&si[REP], pRanges, stuff->nRanges, 1702 err = RecordConvertRangesToIntervals(&si[REP], pRanges, stuff->nRanges 1621 SetInfoPtr si; local [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/ |
| draw_pipe_wide_point.c | 246 const unsigned si = fs->info.input_semantic_index[i]; local 250 if (si >= 32 || !(rast->sprite_coord_enable & (1 << si))) 259 slot = draw_alloc_extra_vertex_attrib(draw, sn, si);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/ |
| draw_pipe_wide_point.c | 246 const unsigned si = fs->info.input_semantic_index[i]; local 250 if (si >= 32 || !(rast->sprite_coord_enable & (1 << si))) 259 slot = draw_alloc_extra_vertex_attrib(draw, sn, si);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/ |
| nv50_program.h | 40 ubyte si; /* semantic index */ member in struct:nv50_varying
|