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

  /xsrc/external/mit/MesaLib/dist/src/tool/pps/
pps.h 21 Start, // running, sampling data
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/
radeon_variable.h 39 int Start;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/
radeon_variable.h 39 int Start;
  /xsrc/external/mit/freetype/dist/src/otvalid/
otvcommn.c 88 FT_UInt Start, End, StartCoverageIndex, last = 0;
100 Start = FT_NEXT_USHORT( p );
104 if ( Start > End || StartCoverageIndex != total )
110 if ( n > 0 && Start <= last )
113 total += End - Start + 1;
193 FT_UInt Start, End;
198 Start = FT_NEXT_USHORT( p );
202 result += End - Start + 1;
263 FT_UInt Start, End, last = 0;
275 Start = FT_NEXT_USHORT( p )
    [all...]
  /xsrc/external/mit/xf86-video-xgi/dist/src/
vb_i2c.c 61 BOOLEAN Start( PXGI_HW_DEVICE_INFO pHWDE);
593 /* Issue a STOP or START without a READ or WRITE Command */
652 /*///// Issue STOP - START, if I2C_FLAGS_DATACHAINING ////////*/
656 if (Start(pHWDE) == FALSE) return FALSE;
659 /*///// Issue START ////////*/
662 if (Start(pHWDE) == FALSE) return FALSE;
690 /*///// Issue STOP - START, if I2C_FLAGS_DATACHAINING ////////*/
694 if (Start(pHWDE) == FALSE) return FALSE;
697 /*///// Issue START ////////*/
700 if (Start(pHWDE) == FALSE) return FALSE
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/mesa/program/
prog_optimize.c 354 * Scan forward in program from 'start' for the next occurances of TEMP[index].
362 GLuint start,
368 for (i = start; i < prog->arb.NumInstructions; i++) {
811 GLuint Start, End; /** Start/end instruction numbers */
863 assert(list->Intervals[k].Start == inv->Start);
882 if (ia->Start < ib->Start)
884 else if (ia->Start > ib->Start
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/program/
prog_optimize.c 354 * Scan forward in program from 'start' for the next occurances of TEMP[index].
362 GLuint start,
368 for (i = start; i < prog->arb.NumInstructions; i++) {
811 GLuint Start, End; /** Start/end instruction numbers */
863 assert(list->Intervals[k].Start == inv->Start);
882 if (ia->Start < ib->Start)
884 else if (ia->Start > ib->Start
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gtest/src/
gtest-internal-inl.h 314 << "Invalid shuffle range start " << begin << ": must be in range [0, "
573 // Gets the time of the test program start, in ms from the start of the
813 // Gets the random seed used at the start of the current test iteration.
924 // The time of the test program start, in ms from the start of the
1124 Start();
1128 : socket_writer_(socket_writer) { Start(); }
1193 // Called at the start of streaming to notify the receiver what
1195 void Start() { SendLn("gtest_streaming_protocol_version=1.0");
    [all...]
  /xsrc/external/mit/xf86-video-intel/dist/src/legacy/i810/
i810.h 79 extern void I810SetTiledMemory(ScrnInfoPtr pScrn, int nr, unsigned start,
83 unsigned long Start;
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/legacy/i810/
i810.h 79 extern void I810SetTiledMemory(ScrnInfoPtr pScrn, int nr, unsigned start,
83 unsigned long Start;
  /xsrc/external/mit/xf86-video-intel-old/dist/src/
i810.h 92 extern void I810SetTiledMemory(ScrnInfoPtr pScrn, int nr, unsigned start,
96 unsigned long Start;
i830_display.c 702 unsigned long Start, Offset, Stride;
715 Start = 0;
718 Start = (char *)crtc->rotatedData - (char *)pI830->FbBase;
722 Start = pI830->front_buffer->offset;
732 OUTREG(dspsurf, Start);
736 OUTREG(dspbase, Start + Offset);
  /xsrc/external/mit/MesaLib/dist/src/mesa/tnl/
t_context.h 324 typedef void (*tnl_render_func)( struct gl_context *ctx, GLuint start, GLuint count,
331 GLuint start, GLuint end,
423 void (*Start)(struct gl_context *ctx);
479 * rendering. The vertices in question are those n such that start
  /xsrc/external/mit/MesaLib.old/dist/src/gtest/src/
gtest-internal-inl.h 316 << "Invalid shuffle range start " << begin << ": must be in range [0, "
559 // Gets the time of the test program start, in ms from the start of the
788 // Gets the random seed used at the start of the current test iteration.
901 // The time of the test program start, in ms from the start of the
1104 : socket_writer_(new SocketWriter(host, port)) { Start(); }
1107 : socket_writer_(socket_writer) { Start(); }
1167 // Called at the start of streaming to notify the receiver what
1169 void Start() { SendLn("gtest_streaming_protocol_version=1.0");
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl/
t_context.h 324 typedef void (*tnl_render_func)( struct gl_context *ctx, GLuint start, GLuint count,
331 GLuint start, GLuint end,
423 void (*Start)(struct gl_context *ctx);
479 * rendering. The vertices in question are those n such that start
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
dbghelp.h 839 ULONG Start;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
dbghelp.h 839 ULONG Start;
  /xsrc/external/mit/MesaLib/dist/src/mesa/main/
mtypes.h 532 GLfloat Start; /**< Start distance in eye coords */
1920 /** Start of feedback data in dest buffer */
4702 * the 'start' has been incremented to skip a NOP at the
4713 unsigned start; member in struct:gl_display_list::__anon2654::__anon2655
4904 /** Start of uniform block data in the buffer */
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
mtypes.h 582 GLfloat Start; /**< Start distance in eye coords */
1842 /** Start of feedback data in dest buffer */
4682 /** Start of uniform block data in the buffer */

Completed in 55 milliseconds