| /xsrc/external/mit/xf86-video-intel/dist/src/legacy/i810/ |
| i810_driver.c | 877 unsigned int itemp; local 1007 itemp = INREG(FWATER_BLC); 1008 itemp &= ~(LM_BURST_LENGTH | LM_FIFO_WATERMARK | 1010 itemp |= i810Reg->LMI_FIFO_Watermark; 1011 OUTREG(FWATER_BLC, itemp); 1022 itemp = INREG(LP_RING + RING_LEN); 1023 itemp &= ~RING_VALID_MASK; 1024 OUTREG(LP_RING + RING_LEN, itemp); 1034 itemp = INREG(LP_RING + RING_START); 1035 itemp &= ~(START_ADDR) 1064 unsigned int itemp; local [all...] |
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/legacy/i810/ |
| i810_driver.c | 877 unsigned int itemp; local 1007 itemp = INREG(FWATER_BLC); 1008 itemp &= ~(LM_BURST_LENGTH | LM_FIFO_WATERMARK | 1010 itemp |= i810Reg->LMI_FIFO_Watermark; 1011 OUTREG(FWATER_BLC, itemp); 1022 itemp = INREG(LP_RING + RING_LEN); 1023 itemp &= ~RING_VALID_MASK; 1024 OUTREG(LP_RING + RING_LEN, itemp); 1034 itemp = INREG(LP_RING + RING_START); 1035 itemp &= ~(START_ADDR) 1064 unsigned int itemp; local [all...] |
| /xsrc/external/mit/xf86-video-intel-old/dist/src/ |
| i810_driver.c | 1224 unsigned int itemp; local 1354 itemp = INREG(FWATER_BLC); 1355 itemp &= ~(LM_BURST_LENGTH | LM_FIFO_WATERMARK | 1357 itemp |= i810Reg->LMI_FIFO_Watermark; 1358 OUTREG(FWATER_BLC, itemp); 1369 itemp = INREG(LP_RING + RING_LEN); 1370 itemp &= ~RING_VALID_MASK; 1371 OUTREG(LP_RING + RING_LEN, itemp); 1381 itemp = INREG(LP_RING + RING_START); 1382 itemp &= ~(START_ADDR) 1411 unsigned int itemp; local [all...] |
| i830_driver.c | 1667 unsigned int itemp; local 1679 itemp = pI830->ring.mem->offset; 1680 OUTREG(LP_RING + RING_START, itemp); 1690 itemp = (pI830->ring.mem->size - 4096) & I830_RING_NR_PAGES; 1691 itemp |= (RING_NO_REPORT | RING_VALID); 1692 OUTREG(LP_RING + RING_LEN, itemp);
|
| /xsrc/external/mit/xf86-video-i740/dist/src/ |
| i740_driver.c | 932 unsigned int itemp; local 1043 itemp = INREG(FWATER_BLC); 1044 itemp &= ~(LMI_BURST_LENGTH | LMI_FIFO_WATERMARK); 1045 itemp |= i740Reg->LMI_FIFO_Watermark; 1046 OUTREG(FWATER_BLC, itemp);
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ |
| brw_fs_nir.cpp | 3559 fs_reg itemp = vgrf(glsl_type::int_type); 3561 bld.MOV(itemp, temp); 3579 bld.SEL(offset(src, bld, i), itemp, brw_imm_d(7)));
|
| /xsrc/external/mit/libXaw/dist/src/ |
| TextAction.c | 689 int itemp, from_left; local 704 &ctx->text.from_left, <emp, &itemp); 712 False, &ctx->text.insertPos, &from_left, &itemp);
|
| /xsrc/external/mit/xterm/dist/ |
| charproc.c | 2092 parse_extended_colors(XtermWidget xw, int *colorp, int *itemp, Boolean *extended) 2095 int item = *itemp; 2178 *itemp = item;
|