Home
last modified time | relevance | path

Searched refs:Index1 (Results 1 – 7 of 7) sorted by relevance

/external/eigen/unsupported/Eigen/src/BVH/
DBVAlgorithms.h95 typedef typename BVH1::Index Index1; in BVIntersect() typedef
109 …std::vector<std::pair<Index1, Index2> > todo(1, std::make_pair(tree1.getRootIndex(), tree2.getRoot… in BVIntersect()
238 typedef typename BVH1::Index Index1; in BVMinimize() typedef
242 typedef std::pair<Scalar, std::pair<Index1, Index2> > QueueElement; //first element is priority in BVMinimize()
/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringX86BaseImpl.h6076 inline uint32_t makePshufdMask(SizeT Index0, SizeT Index1, SizeT Index2,
6078 const SizeT Mask = (Index0 & 0x3) | ((Index1 & 0x3) << 2) |
6086 Operand *Src, SizeT Index0, SizeT Index1, SizeT Index2, SizeT Index3) {
6088 assert((Index0 & SrcBit) == (Index1 & SrcBit));
6097 Ctx->getConstantInt32(makePshufdMask(Index0, Index1, Index2, Index3));
6104 Operand *Src0, SizeT Index0, SizeT Index1, Operand *Src1, SizeT Index2,
6107 assert((Index0 & SrcBit) == (Index1 & SrcBit) || (Index1 == IGNORE_INDEX));
6117 Ctx->getConstantInt32(makePshufdMask(Index0, Index1, Index2, Index3));
6125 Operand *Src0, SizeT Index0, Operand *Src1, SizeT Index1) {
6127 Index1, IGNORE_INDEX);
[all …]
DIceTargetLoweringX86Base.h1182 SizeT Index1, SizeT Index2,
1186 SizeT Index1, Operand *Src1,
1193 SizeT Index1);
/external/llvm/lib/Option/
DArgList.cpp368 unsigned Index1 = MakeIndex(String1); in MakeIndex() local
369 assert(Index0 + 1 == Index1 && "Unexpected non-consecutive indices!"); in MakeIndex()
370 (void) Index1; in MakeIndex()
/external/swiftshader/third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/OGLES2/
DSkinnedVertShader.vsh13 (BoneMatrixArray[Index1] * inVertex) * Weight1
/external/spirv-llvm/lib/SPIRV/
DSPIRVUtil.cpp1139 auto Index1 = GEP->getOperand(2); in getScalarOrArray() local
1140 (void) Index1; in getScalarOrArray()
1141 assert(dyn_cast<ConstantInt>(Index1)->getZExtValue() == 0); in getScalarOrArray()
/external/clang/lib/AST/
DASTImporter.cpp1087 if (Optional<unsigned> Index1 = findUntaggedStructOrUnionIndex(D1)) { in IsStructurallyEquivalent() local
1089 if (*Index1 != *Index2) in IsStructurallyEquivalent()
2767 if (Optional<unsigned> Index1 in VisitRecordDecl() local
2771 if (*Index1 != *Index2) in VisitRecordDecl()