Home
last modified time | relevance | path

Searched refs:xleft1 (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_setup.c203 const int xleft1 = setup->span.left[1]; in flush_spans() local
208 const int minleft = block_x(MIN2(xleft0, xleft1)); in flush_spans()
215 unsigned skip_left1 = CLAMP(xleft1 - x, 0, step); in flush_spans()
/external/sqlite/dist/orig/
Dsqlite3.c169288 RtreeDValue xleft1 = DCOORD(aCell[aLeft[iLeft]].aCoord[iDim*2]);
169293 || (xleft1<xright1)
169294 || (xleft1==xright1 && xleft2<xright2)
169309 RtreeDValue xleft1 = aCell[aIdx[jj-1]].aCoord[iDim*2];
169313 assert( xleft1<=xright1 && (xleft1<xright1 || xleft2<=xright2) );
/external/sqlite/dist/
Dsqlite3.c169316 RtreeDValue xleft1 = DCOORD(aCell[aLeft[iLeft]].aCoord[iDim*2]);
169321 || (xleft1<xright1)
169322 || (xleft1==xright1 && xleft2<xright2)
169337 RtreeDValue xleft1 = aCell[aIdx[jj-1]].aCoord[iDim*2];
169341 assert( xleft1<=xright1 && (xleft1<xright1 || xleft2<=xright2) );