Searched refs:getNumElements (Results 1 - 16 of 16) sorted by relevance
| /xsrc/external/mit/glu/dist/src/libnurbs/internals/ |
| H A D | monoTriangulationBackend.cc | 165 assert( ! (inc_current>=inc_chain->getNumElements() && 166 dec_current>=dec_chain->getNumElements())); 174 if(inc_current>=inc_chain->getNumElements()) /*no more vertices on inc_chain*/ 178 dec_nVertices = dec_chain->getNumElements(); 190 else if(dec_current>= dec_chain->getNumElements()) /*no more vertices on dec_chain*/ 193 inc_nVertices= inc_chain->getNumElements(); 208 inc_nVertices= inc_chain->getNumElements(); 209 dec_nVertices= dec_chain->getNumElements(); 310 assert( ! (inc_current>=inc_chain->getNumElements() && 311 dec_current>=dec_chain->getNumElements())); [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/codegen/templates/ |
| H A D | gen_builder.hpp | 50 #define VEC_GET_NUM_ELEMS cast<FixedVectorType>(a->getType())->getNumElements() 52 #define VEC_GET_NUM_ELEMS cast<VectorType>(a->getType())->getNumElements()
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/llvm/ |
| H A D | compat.hpp | 138 return ::llvm::cast<::llvm::FixedVectorType>(type)->getNumElements(); 140 return ((::llvm::VectorType*)type)->getNumElements();
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/jitter/functionpasses/ |
| H A D | lower_x86.cpp | 177 return cast<FixedVectorType>(pVTy)->getNumElements() * pVTy->getElementType()->getPrimitiveSizeInBits(); 179 return pVTy->getNumElements() * pVTy->getElementType()->getPrimitiveSizeInBits(); 326 uint32_t numElem = cast<FixedVectorType>(vi1Mask->getType())->getNumElements(); 328 uint32_t numElem = cast<VectorType>(vi1Mask->getType())->getNumElements(); 517 uint32_t numElem = cast<FixedVectorType>(v32A->getType())->getNumElements(); 519 uint32_t numElem = cast<VectorType>(v32A->getType())->getNumElements(); 550 uint32_t numElem = pVectorType->getNumElements(); 632 uint32_t numElem = cast<FixedVectorType>(v64Mask->getType())->getNumElements(); 634 uint32_t numElem = cast<VectorType>(v64Mask->getType())->getNumElements(); 651 uint32_t numElemSrc0 = cast<FixedVectorType>(src0->getType())->getNumElements(); [all...] |
| /xsrc/external/mit/glu/dist/src/libnurbs/nurbtess/ |
| H A D | monoTriangulation.cc | 110 Int n_left = left_chain->getNumElements(); 111 Int n_right = right_chain->getNumElements(); 620 if (!(0 == inc_chain.getNumElements() && 0 == dec_chain.getNumElements())) { 839 assert( ! (inc_current>=inc_chain->getNumElements() && 840 dec_current>=dec_chain->getNumElements())); 848 if(inc_current>=inc_chain->getNumElements()) /*no more vertices on inc_chain*/ 852 dec_nVertices = dec_chain->getNumElements(); 864 else if(dec_current>= dec_chain->getNumElements()) /*no more vertices on dec_chain*/ 867 inc_nVertices= inc_chain->getNumElements(); [all...] |
| H A D | sampleMonoPoly.cc | 870 if(botLeftIndex >= leftChain->getNumElements() || 871 botRightIndex >= rightChain->getNumElements()) 897 botLeft2 = leftChain->findIndexFirstAboveEqualGen(leftGridChain->get_v_value(lowerGridIndex), botLeftIndex, leftChain->getNumElements()-1) -1 ; 901 printf("leftChain->getNumElements=%i\n", leftChain->getNumElements()); 904 botRight2 = rightChain->findIndexFirstAboveEqualGen(leftGridChain->get_v_value(lowerGridIndex), botRightIndex, rightChain->getNumElements()-1) -1; 947 assert(botLeftIndex < leftChain->getNumElements() && 948 botRightIndex < rightChain->getNumElements()); 959 rightLastIndex=rightChain->findIndexAboveGen(leftChain->getVertex(botLeftIndex)[1], botRightIndex+1, rightChain->getNumElements()-1); 968 leftChain->getNumElements() [all...] |
| H A D | monoTriangulation.h | 88 Int getNumElements() {return index;} function in class:vertexArray
|
| H A D | sampleComp.cc | 359 &vArray, 0, vArray.getNumElements()-1,
|
| H A D | sampleCompBot.cc | 825 ActualLeftChain.getNumElements()-1, 834 ActualLeftChain.getNumElements()-1,
|
| H A D | sampleCompTop.cc | 993 ActualRightChain.getNumElements()-1, 1003 ActualRightChain.getNumElements()-1, 1013 0, ActualRightChain.getNumElements()-2, //the last is the bot. 1021 0, ActualRightChain.getNumElements()-2, //the last is the bot.
|
| H A D | sampleCompRight.cc | 265 &vArray, 0, vArray.getNumElements()-1,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/jitter/ |
| H A D | builder_misc.cpp | 411 for (uint32_t i = 1; i < pVectorType->getNumElements(); ++i) 427 for (; i < pVectorType->getNumElements() - 1; i++) 444 for (; i < pVectorType->getNumElements() - 1; i++) 461 for (; i < pVectorType->getNumElements() - 1; i++) 586 uint32_t numLanes = pVectorType->getNumElements(); 630 uint32_t numElms = cast<FixedVectorType>(cB->getType())->getNumElements(); 632 uint32_t numElms = cast<VectorType>(cB->getType())->getNumElements(); 701 uint32_t numElems = cast<FixedVectorType>(a->getType())->getNumElements(); 703 uint32_t numElems = cast<VectorType>(a->getType())->getNumElements();
|
| H A D | JitManager.cpp | 279 Elems.push_back(builder.getOrCreateSubrange(0, pArrayTy->getNumElements())); 397 Elems.push_back(builder.getOrCreateSubrange(0, pVecTy->getNumElements()));
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/jitter/ |
| H A D | JitManager.cpp | 279 Elems.push_back(builder.getOrCreateSubrange(0, pArrayTy->getNumElements()));
|
| H A D | builder_misc.cpp | 547 uint32_t numElms = cast<VectorType>(cB->getType())->getNumElements();
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 21.2.0.rst | 227 - clover llvm build failure ‘class llvm::VectorType’ has no member named ‘getNumElements’;
|
Completed in 28 milliseconds