HomeSort by: relevance | last modified time | path
    Searched defs:tcm (Results 1 - 11 of 11) sorted by relevancy

  /xsrc/external/mit/mesa-demos/dist/src/tests/
mipgen.c 130 GLfloat tcm = 1.0; local
141 glTexCoord2f(0.0, tcm); glVertex3f(-2.0, 1.0, 0.0);
142 glTexCoord2f(tcm * 3000.0, tcm); glVertex3f(3000.0, 1.0, -6000.0);
143 glTexCoord2f(tcm * 3000.0, 0.0); glVertex3f(3000.0, -1.0, -6000.0);
mipmap_comp.c 156 GLfloat tcm = 1.0; local
184 glTexCoord2f(0.0, tcm); glVertex3f(-2.0, 1.0, 0.0);
185 glTexCoord2f(tcm * 3000.0, tcm); glVertex3f(3000.0, 1.0, -6000.0);
186 glTexCoord2f(tcm * 3000.0, 0.0); glVertex3f(3000.0, -1.0, -6000.0);
mipmap_comp_tests.c 178 GLfloat tcm = 1.0; local
209 glTexCoord2f(0.0, tcm); glVertex3f(-2.0, 1.0, 0.0);
210 glTexCoord2f(tcm * 3000.0, tcm); glVertex3f(3000.0, 1.0, -6000.0);
211 glTexCoord2f(tcm * 3000.0, 0.0); glVertex3f(3000.0, -1.0, -6000.0);
mipmap_limits.c 289 GLfloat tcm = 1.0; local
313 glTexCoord2f(0.0, tcm);
315 glTexCoord2f(tcm * 3000.0, tcm);
317 glTexCoord2f(tcm * 3000.0, 0.0);
  /src/sys/arch/mipsco/obio/
asc.c 392 u_int tcl, tcm; local
409 ((tcm = NCR_READ_REG(sc, NCR_TCM)) << 8);
423 NCR_DMA(("asc_intr: tcl=%d, tcm=%d; trans=%d, resid=%d\n",
424 tcl, tcm, trans, resid));
  /src/sys/arch/pmax/tc/
asc_ioasic.c 313 u_int tcl, tcm, ssr, scr, intr; local
342 tcm = ASC_READ_REG(asc, NCR_TCM);
343 NCR_DMA(("ioasic_intr: discarded %d bytes (tcl=%d, tcm=%d)\n",
344 tcl | (tcm << 8), tcl, tcm));
356 resid += (tcm = ASC_READ_REG(asc, NCR_TCM)) << 8;
364 NCR_DMA(("ioasic_intr: tcl=%d, tcm=%d; trans=%d, resid=%d\n",
365 tcl, tcm, trans, resid));
  /src/sys/arch/vax/vsa/
asc_vsbus.c 345 u_int tcl, tcm; local
356 tcm = NCR_READ_REG(sc, NCR_TCM);
357 NCR_DMA(("asc_vsbus_intr: discarded %d bytes (tcl=%d, tcm=%d)\n",
358 tcl | (tcm << 8), tcl, tcm));
378 resid += (tcm = NCR_READ_REG(sc, NCR_TCM)) << 8;
386 NCR_DMA(("asc_vsbus_intr: tcl=%d, tcm=%d; trans=%d, resid=%d\n",
387 tcl, tcm, trans, resid));
  /src/sys/dev/tc/
asc_tcds.c 337 uint32_t tcl, tcm; local
357 tcm = NCR_READ_REG(sc, NCR_TCM);
358 NCR_DMA(("dma_intr: discarded %d bytes (tcl=%d, tcm=%d)\n",
359 tcl | (tcm << 8), tcl, tcm));
371 resid += (tcm = NCR_READ_REG(sc, NCR_TCM)) << 8;
380 NCR_DMA(("dma_intr: tcl=%d, tcm=%d; trans=%d, resid=%d\n",
381 tcl, tcm, trans, resid));
  /src/sys/altq/
altq_cdnr.c 596 struct trtcm *tcm = NULL; local
603 if ((tcm = cdnr_cballoc(top, TCETYPE_TRTCM,
607 tb_import_profile(&tcm->cmtd_tb, cmtd_profile);
608 tb_import_profile(&tcm->peak_tb, peak_profile);
610 tca_import_action(&tcm->green_action, green_action);
611 tca_import_action(&tcm->yellow_action, yellow_action);
612 tca_import_action(&tcm->red_action, red_action);
615 if (tcm->green_action.tca_code == TCACODE_MARK)
616 tcm->green_dscp = tcm->green_action.tca_dscp & DSCP_MASK
650 struct trtcm *tcm = (struct trtcm *)cb; local
973 struct trtcm *tcm; local
992 struct trtcm *tcm; local
1012 struct trtcm *tcm = (struct trtcm *)cb; local
1080 struct trtcm *tcm; local
    [all...]
  /src/sys/dev/sun/
cgsix.c 673 union cursor_cmap tcm; local
771 tcm = cc->cc_color;
772 error = bt_putcmap(&p->cmap, (union bt_cmap *)&tcm, 2,
800 cc->cc_color = tcm;
1189 union cursor_cmap tcm; local
1206 tcm = cc->cc_color;
1207 error = bt_putcmap(&c, (union bt_cmap *)&tcm, 2, 1);
1241 cc->cc_color = tcm;
  /src/sys/arch/x68k/x68k/
iodevice.h 249 char pad1a; unsigned char tcm; member in struct:spc

Completed in 47 milliseconds