Searched refs:index2 (Results 1 - 25 of 31) sorted by relevance

12

/xsrc/external/mit/glu/dist/src/libnurbs/nurbtess/
H A DsampleMonoPoly.cc461 Int index1, index2; local in function:findDownCorners
464 index2 = rightChain->findIndexBelowGen(v, rightChainStartIndex, rightChainEndIndex);
466 if(index2 <= rightChainEndIndex) //index2 was found above
467 index2 = rightChain->skipEqualityFromStart(v, index2, rightChainEndIndex);
469 if(index1>leftChainEndIndex && index2 > rightChainEndIndex) /*no point below v on left chain or right chain*/
476 else if(index1>leftChainEndIndex ) /*index2 <= rightChainEndIndex*/
480 ret_rightCornerIndex = index2;
483 Real tempMin = rightChain->getVertex(index2)[
676 Int index1, index2; local in function:findUpCorners
1417 Int index1, index2; /*the first and last grid line of the first connected component*/ local in function:sampleMonoPolyRec
1766 Int index2 = leftGridChainStartIndex+1; local in function:sampleLeftStripRec
1880 Int index2 = leftGridChainStartIndex+1; local in function:sampleLeftStripRecF
[all...]
H A DsampleCompRight.cc357 //below the second grid line). Find the last grid line index2 which is STRICTLY ABOVE
363 Int index2 = rightGridChainStartIndex+1; local in function:sampleRightStripRecF
364 while(rightGridChain->get_v_value(index2) > lowervert[1])
366 index2++;
367 if(index2 > rightGridChainEndIndex)
370 index2--;
372 sampleRightSingleTrimEdgeRegion(uppervert, lowervert, rightGridChain, rightGridChainStartIndex+1, index2, pStream);
375 sampleRightStripRecF(rightChain, index1+1, botRightIndex, rightGridChain, index2, rightGridChainEndIndex, pStream);
/xsrc/external/mit/freetype/dist/src/type1/
H A Dt1afm.c93 FT_ULong index1 = KERN_INDEX( pair1->index1, pair1->index2 );
94 FT_ULong index2 = KERN_INDEX( pair2->index1, pair2->index2 ); local in function:compare_kern_pairs
97 if ( index1 > index2 )
99 else if ( index1 < index2 )
204 kp->index2 = FT_Get_Char_Index( t1_face, p[1] );
348 midi = KERN_INDEX( mid->index1, mid->index2 );
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_opt_intrinsics.c78 nir_ssa_def *data2, *index2; local in function:try_opt_bcsel_of_shuffle
81 !src_is_single_use_shuffle(alu->src[2].src, &data2, &index2))
87 nir_ssa_def *index = nir_bcsel(b, alu->src[0].src.ssa, index1, index2);
/xsrc/external/mit/freetype/dist/src/pshinter/
H A Dpshrec.c372 FT_UInt index2 )
375 PS_Mask mask2 = table->masks + index2;
404 FT_UInt index2,
410 /* swap index1 and index2 so that index1 < index2 */
411 if ( index1 > index2 )
417 index1 = index2;
418 index2 = temp;
421 if ( index1 < index2 && index2 < tabl
370 ps_mask_table_test_intersect(PS_Mask_Table table,FT_UInt index1,FT_UInt index2) argument
402 ps_mask_table_merge(PS_Mask_Table table,FT_UInt index1,FT_UInt index2,FT_Memory memory) argument
502 FT_Int index1, index2; local in function:ps_mask_table_merge_all
[all...]
/xsrc/external/mit/freetype/dist/src/psaux/
H A Dafmparse.c677 FT_ULong index1 = KERN_INDEX( kp1->index1, kp1->index2 );
678 FT_ULong index2 = KERN_INDEX( kp2->index1, kp2->index2 ); local in function:afm_compare_kern_pairs
681 if ( index1 > index2 )
683 else if ( index1 < index2 )
751 kp->index2 = shared_vals[1].u.u;
/xsrc/external/mit/freetype/dist/include/freetype/internal/
H A Dt1types.h165 FT_UInt index2; member in struct:AFM_KernPairRec_
/xsrc/external/mit/freetype/dist/src/tools/
H A Dtest_afm.c56 kp->index2,
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Dgc.c128 BITS32 index2; local in function:ChangeGC
139 index2 = (BITS32) lowbit (mask);
140 mask &= ~index2;
141 pGC->stateChanges |= index2;
142 switch (index2)
611 BITS32 index2; local in function:CopyGC
622 index2 = (BITS32) lowbit (mask);
623 mask &= ~index2;
624 switch (index2)
H A Dwindow.c965 SetRootWindowBackground(WindowPtr pWin, ScreenPtr pScreen, Mask *index2) argument
981 *index2 = CWBackPixel;
1007 Mask index2, tmask, vmaskCopy = 0; local in function:ChangeWindowAttributes
1020 index2 = (Mask) lowbit (tmask);
1021 tmask &= ~index2;
1022 switch (index2)
1034 SetRootWindowBackground(pWin, pScreen, &index2);
1051 SetRootWindowBackground(pWin, pScreen, &index2);
1112 index2 = CWBorderPixel;
1436 vmaskCopy |= index2;
2121 Mask index2, tmask; local in function:ConfigureWindow
[all...]
H A Ddevices.c1900 BITS32 index2; local in function:DoChangeKeyboardControl
1906 index2 = (BITS32) lowbit (vmask);
1907 vmask &= ~index2;
1908 switch (index2) {
/xsrc/external/mit/xorg-server/dist/dix/
H A Dgc.c125 BITS32 index2; local in function:ChangeGC
135 index2 = (BITS32) lowbit(mask);
136 mask &= ~index2;
137 pGC->stateChanges |= index2;
138 switch (index2) {
619 BITS32 index2; local in function:CopyGC
629 index2 = (BITS32) lowbit(mask);
630 mask &= ~index2;
631 switch (index2) {
H A Dwindow.c1128 SetRootWindowBackground(WindowPtr pWin, ScreenPtr pScreen, Mask *index2) argument
1144 *index2 = CWBackPixel;
1170 Mask index2, tmask, vmaskCopy = 0; local in function:ChangeWindowAttributes
1183 index2 = (Mask) lowbit(tmask);
1184 tmask &= ~index2;
1185 switch (index2) {
1195 SetRootWindowBackground(pWin, pScreen, &index2);
1210 SetRootWindowBackground(pWin, pScreen, &index2);
1265 index2 = CWBorderPixel;
1567 vmaskCopy |= index2;
2196 Mask index2, tmask; local in function:ConfigureWindow
[all...]
/xsrc/external/mit/xorg-server.old/dist/Xext/
H A DpanoramiX.c1240 int k, shift, leftover, index, index2; local in function:XineramaGetImageData
1256 for(j = 0, index = (pitch * y) + x, index2 = 0; j < h;
1257 j++, index += pitch, index2 += ScratchPitch)
1261 memcpy(data + index, ScratchMem + index2, w);
1264 ScratchMem + index2, w);
1269 SHIFT_L(ScratchMem[index2 + w], shift);
1272 SHIFT_R(ScratchMem[index2 + w],(8 - shift));
/xsrc/external/mit/xorg-server/dist/Xext/
H A DpanoramiX.c1236 int k, shift, leftover, index, index2; local in function:XineramaGetImageData
1253 for (j = 0, index = (pitch * y) + x, index2 = 0; j < h;
1254 j++, index += pitch, index2 += ScratchPitch) {
1257 memcpy(data + index, ScratchMem + index2, w);
1260 ScratchMem + index2, w);
1265 SHIFT_L(ScratchMem[index2 + w], shift);
1268 SHIFT_R(ScratchMem[index2 + w],
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.c1654 union tgsi_exec_channel index2; local in function:get_index_registers
1660 index2.i[0] =
1661 index2.i[1] =
1662 index2.i[2] =
1663 index2.i[3] = reg->Indirect.Index;
1669 &index2,
1714 union tgsi_exec_channel index2; local in function:get_index_registers
1719 index2.i[0] =
1720 index2.i[1] =
1721 index2
1888 union tgsi_exec_channel index2; local in function:store_dest_dstret
2260 union tgsi_exec_channel indir_index, index2; local in function:fetch_sampler_unit
4061 union tgsi_exec_channel indir_index, index2; local in function:fetch_store_img_unit
[all...]
H A Dtgsi_sanity.c88 uint file, uint index1, uint index2)
93 reg->indices[1] = index2;
87 fill_scan_register2d(scan_register * reg,uint file,uint index1,uint index2) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/core/
H A Dtessellator.hpp234 void DefineClockwiseTriangle(int index0, int index1, int index2, int indexStorageBaseOffset);
H A Dtessellator.cpp1632 void CHWTessellator::DefineClockwiseTriangle(int index0, int index1, int index2, int indexStorageBaseOffset) argument
1640 DefineIndex(index2,indexStorageBaseOffset+2);
1644 DefineIndex(index2,indexStorageBaseOffset+1);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tessellator/
H A Dtessellator.hpp220 void DefineClockwiseTriangle(int index0, int index1, int index2, int indexStorageBaseOffset);
H A Dtessellator.cpp1650 void CHWTessellator::DefineClockwiseTriangle(int index0, int index1, int index2, int indexStorageBaseOffset) argument
1658 DefineIndex(index2,indexStorageBaseOffset+2);
1662 DefineIndex(index2,indexStorageBaseOffset+1);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.c1546 union tgsi_exec_channel index2; local in function:get_index_registers
1552 index2.i[0] =
1553 index2.i[1] =
1554 index2.i[2] =
1555 index2.i[3] = reg->Indirect.Index;
1561 &index2,
1606 union tgsi_exec_channel index2; local in function:get_index_registers
1611 index2.i[0] =
1612 index2.i[1] =
1613 index2
2061 union tgsi_exec_channel indir_index, index2; local in function:fetch_sampler_unit
3833 union tgsi_exec_channel indir_index, index2; local in function:fetch_store_img_unit
[all...]
H A Dtgsi_sanity.c88 uint file, uint index1, uint index2)
93 reg->indices[1] = index2;
87 fill_scan_register2d(scan_register * reg,uint file,uint index1,uint index2) argument
/xsrc/external/mit/xorg-server.old/dist/render/
H A Dpicture.c1072 BITS32 index2; local in function:ChangePicture
1080 index2 = (BITS32) lowbit (vmask);
1081 vmask &= ~index2;
1082 pPicture->stateChanges |= index2;
1083 switch (index2)
/xsrc/external/mit/xorg-server/dist/render/
H A Dpicture.c1046 BITS32 index2; local in function:ChangePicture
1053 index2 = (BITS32) lowbit(vmask);
1054 vmask &= ~index2;
1055 pPicture->stateChanges |= index2;
1056 switch (index2) {

Completed in 59 milliseconds

12