Searched refs:outcount (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_pipe_clip.c336 unsigned outcount = 0; local
354 assert(outcount < MAX_CLIPPED_VERTICES);
355 if (outcount >= MAX_CLIPPED_VERTICES)
357 outEdges[outcount] = *edge_prev;
358 outlist[outcount++] = vert_prev;
370 assert(outcount < MAX_CLIPPED_VERTICES);
371 if (outcount >= MAX_CLIPPED_VERTICES)
374 new_edge = &outEdges[outcount];
375 outlist[outcount++] = new_vert;
422 n = outcount;
[all...]
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_clip.c336 unsigned outcount = 0; local
354 assert(outcount < MAX_CLIPPED_VERTICES);
355 if (outcount >= MAX_CLIPPED_VERTICES)
357 outEdges[outcount] = *edge_prev;
358 outlist[outcount++] = vert_prev;
370 assert(outcount < MAX_CLIPPED_VERTICES);
371 if (outcount >= MAX_CLIPPED_VERTICES)
374 new_edge = &outEdges[outcount];
375 outlist[outcount++] = new_vert;
422 n = outcount;
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/tnl/
H A Dt_vb_cliptmp.h36 GLuint outcount = 0; \
45 outlist[outcount++] = idxPrev; \
63 outlist[outcount++] = newvert++; \
70 if (outcount < 3) \
77 n = outcount; \
/external/mesa3d/src/mesa/tnl/
H A Dt_vb_cliptmp.h36 GLuint outcount = 0; \
45 outlist[outcount++] = idxPrev; \
63 outlist[outcount++] = newvert++; \
70 if (outcount < 3) \
77 n = outcount; \
/external/llvm/lib/Analysis/
H A DProfileInfo.cpp526 double outcount = 0; local
538 outcount += readEdgeOrRemember(e, getEdgeWeight(e), edgetocalc, uncalculated);
543 outcount += readEdgeOrRemember(e, getEdgeWeight(e), edgetocalc, uncalculated);
553 if (incount < outcount) {
554 EdgeInformation[BB->getParent()][edgetocalc] = outcount-incount;
556 EdgeInformation[BB->getParent()][edgetocalc] = incount-outcount;
563 if (uncalculated == 2 && assumeEmptySelf && edgetocalc.first == edgetocalc.second && incount == outcount) {
/external/valgrind/main/mpi/
H A Dlibmpiwrap.c1841 must be writable: (outbuf,outcount,datatype)
1847 post: make readable: (outbuf,outcount,datatype)
1852 void* outbuf, int outcount, MPI_Datatype datatype,
1863 check_mem_is_addressable(outbuf, outcount, datatype);
1867 err = PMPI_Pack_size( outcount, datatype, comm, &szB );
1875 CALL_FN_W_7W(err, fn, inbuf,insize,position, outbuf,outcount,datatype, comm);
1884 make_mem_defined_if_addressable( outbuf, outcount, datatype );
1851 PMPI_Unpack( void* inbuf, int insize, int* position, void* outbuf, int outcount, MPI_Datatype datatype, MPI_Comm comm ) argument

Completed in 198 milliseconds