| /xsrc/external/mit/glu/dist/src/libnurbs/nurbtess/ |
| H A D | sampleMonoPoly.cc | 461 Int index1, index2; local in function:findDownCorners 463 index1 = leftChain->findIndexBelowGen(v, leftChainStartIndex, leftChainEndIndex); 469 if(index1>leftChainEndIndex && index2 > rightChainEndIndex) /*no point below v on left chain or right chain*/ 476 else if(index1>leftChainEndIndex ) /*index2 <= rightChainEndIndex*/ 509 else if(index2> rightChainEndIndex) /*index1<=leftChainEndIndex*/ 512 ret_leftCornerIndex = index1; 520 for(tempI = index1; tempI <= leftChainEndIndex; tempI++) 543 ret_rightCornerIndex = index1; //should use tempI??? 558 else /*index1<=leftChainEndIndex and index2 <=rightChainEndIndex*/ 560 if(leftChain->getVertex(index1)[ 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 1748 Int index1 = topLeftIndex; local in function:sampleLeftStripRec 1834 Int index1 = topLeftIndex; local in function:sampleLeftStripRecF [all...] |
| H A D | sampleCompRight.cc | 328 //grid line: index1. 330 Int index1 = topRightIndex; local in function:sampleRightStripRecF 331 while(rightChain->getVertex(index1)[1] >= secondGridChainV){ 332 index1++; 333 if(index1 > botRightIndex) 336 //now rightChain->getVertex(index1-1)[1] >= secondGridChainV and 337 //rightChain->getVertex(index1)[1] < secondGridChainV and 338 //we should include index1-1 to perform a gridStep 339 index1--; 341 //now we have rightChain->getVertex(index1)[ [all...] |
| /xsrc/external/mit/freetype/dist/src/type1/ |
| H A D | t1afm.c | 93 FT_ULong index1 = KERN_INDEX( pair1->index1, pair1->index2 ); local in function:compare_kern_pairs 94 FT_ULong index2 = KERN_INDEX( pair2->index1, pair2->index2 ); 97 if ( index1 > index2 ) 99 else if ( index1 < index2 ) 203 kp->index1 = FT_Get_Char_Index( t1_face, p[0] ); 348 midi = KERN_INDEX( mid->index1, mid->index2 );
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir_opt_intrinsics.c | 72 nir_ssa_def *data1, *index1; local in function:try_opt_bcsel_of_shuffle 75 !src_is_single_use_shuffle(alu->src[1].src, &data1, &index1)) 87 nir_ssa_def *index = nir_bcsel(b, alu->src[0].src.ssa, index1, index2);
|
| /xsrc/external/mit/freetype/dist/src/pshinter/ |
| H A D | pshrec.c | 371 FT_UInt index1, 374 PS_Mask mask1 = table->masks + index1; 403 FT_UInt index1, 410 /* swap index1 and index2 so that index1 < index2 */ 411 if ( index1 > index2 ) 416 temp = index1; 417 index1 = index2; 421 if ( index1 < index2 && index2 < table->num_masks ) 423 /* we need to merge the bitsets of index1 an 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 D | afmparse.c | 677 FT_ULong index1 = KERN_INDEX( kp1->index1, kp1->index2 ); local in function:afm_compare_kern_pairs 678 FT_ULong index2 = KERN_INDEX( kp2->index1, kp2->index2 ); 681 if ( index1 > index2 ) 683 else if ( index1 < index2 ) 750 kp->index1 = shared_vals[0].u.u;
|
| /xsrc/external/mit/freetype/dist/include/freetype/internal/ |
| H A D | t1types.h | 164 FT_UInt index1; member in struct:AFM_KernPairRec_
|
| /xsrc/external/mit/freetype/dist/src/tools/ |
| H A D | test_afm.c | 55 printf( "\t%3d + %3d => (%4d, %4d)\n", kp->index1,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/core/ |
| H A D | tessellator.hpp | 234 void DefineClockwiseTriangle(int index0, int index1, int index2, int indexStorageBaseOffset);
|
| H A D | tessellator.cpp | 1632 void CHWTessellator::DefineClockwiseTriangle(int index0, int index1, int index2, int indexStorageBaseOffset) argument 1639 DefineIndex(index1,indexStorageBaseOffset+1); 1645 DefineIndex(index1,indexStorageBaseOffset+2);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tessellator/ |
| H A D | tessellator.hpp | 220 void DefineClockwiseTriangle(int index0, int index1, int index2, int indexStorageBaseOffset);
|
| H A D | tessellator.cpp | 1650 void CHWTessellator::DefineClockwiseTriangle(int index0, int index1, int index2, int indexStorageBaseOffset) argument 1657 DefineIndex(index1,indexStorageBaseOffset+1); 1663 DefineIndex(index1,indexStorageBaseOffset+2);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/ |
| H A D | tgsi_sanity.c | 88 uint file, uint index1, uint index2) 92 reg->indices[0] = index1; 87 fill_scan_register2d(scan_register * reg,uint file,uint index1,uint index2) argument
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/ |
| H A D | tgsi_sanity.c | 88 uint file, uint index1, uint index2) 92 reg->indices[0] = index1; 87 fill_scan_register2d(scan_register * reg,uint file,uint index1,uint index2) argument
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/core/core/ |
| H A D | backend_impl.h | 224 simdscalari index0 = _simd_set_epi32(7, 6, 5, 4, 3, 2, 1, 0), index1; local in function:generateInputCoverage::generateInputCoverage 246 index1 = _simd_set_epi32(15, 14, 13, 12, 11, 10, 9, 8); 262 index1,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_sample.c | 254 LLVMValueRef index1 = LLVMConstInt(i32t, 1, 0); local in function:lp_build_pmin 283 shuffles[i*4+2] = shuffles[i*4+3] = index1; 353 LLVMValueRef index1 = LLVMConstInt(i32t, 1, 0); local in function:lp_build_rho 498 shuffles[i*4+2] = shuffles[i*4+3] = index1; 636 rho_t = LLVMBuildExtractElement(builder, rho_vec, index1, "");
|
| H A D | lp_bld_sample_soa.c | 2092 LLVMValueRef index1 = LLVMConstInt(i32t, 1, 0); local in function:lp_build_sample_aniso 2133 shuffles[i*4+2] = shuffles[i*4+3] = index1; 2250 float_size0, index1);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_sample.c | 228 LLVMValueRef index1 = LLVMConstInt(i32t, 1, 0); local in function:lp_build_rho 373 shuffles[i*4+2] = shuffles[i*4+3] = index1; 511 rho_t = LLVMBuildExtractElement(builder, rho_vec, index1, "");
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/tests/ |
| H A D | load_store_vectorizer_tests.cpp | 1773 nir_ssa_def *index1 = nir_load_global_invocation_index(b, 32); local in function:TEST_F 1777 create_shared_store(nir_build_deref_array(b, nir_build_deref_struct(b, deref, 1), index1), 0x2);
|
| /xsrc/external/mit/xf86-video-xgi/dist/src/ |
| H A D | vb_setmode.c | 3919 USHORT temp, tempbx = 0, resinfo = 0, modeflag, index1; local in function:XGI_GetTVInfo 3956 index1 = XGI_GetReg((XGIIOADDRESS) pVBInfo->P3d4, 0x35); 3957 index1 &= YPbPrMode; 3959 if (index1 == YPbPrMode525i) 3962 if (index1 == YPbPrMode525p) 3964 if (index1 == YPbPrMode750p)
|
| /xsrc/external/mit/xorg-server.old/dist/mi/ |
| H A D | miarc.c | 1647 int index1, 1668 join->arcIndex1 = index1; 1639 addJoin(miArcJoinPtr * joinsp,int * njoinsp,int * sizep,int end0,int index0,int phase0,int end1,int index1,int phase1) argument
|
| /xsrc/external/mit/xorg-server/dist/mi/ |
| H A D | miarc.c | 1761 int end0, int index0, int phase0, int end1, int index1, int phase1) 1779 join->arcIndex1 = index1; 1758 addJoin(miArcJoinPtr * joinsp,int * njoinsp,int * sizep,int end0,int index0,int phase0,int end1,int index1,int phase1) argument
|