Searched refs:Index0 (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Option/ |
D | ArgList.cpp | 236 unsigned Index0 = MakeIndex(String0); in MakeIndex() local 238 assert(Index0 + 1 == Index1 && "Unexpected non-consecutive indices!"); in MakeIndex() 240 return Index0; in MakeIndex()
|
/external/swiftshader/third_party/subzero/src/ |
D | IceTargetLoweringX86BaseImpl.h | 6076 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)); 6089 assert((Index0 & SrcBit) == (Index2 & SrcBit)); 6090 assert((Index0 & SrcBit) == (Index3 & 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)); [all …]
|
D | IceTargetLoweringX86Base.h | 1181 Variable *lowerShuffleVector_AllFromSameSrc(Operand *Src, SizeT Index0, 1185 Variable *lowerShuffleVector_TwoFromSameSrc(Operand *Src0, SizeT Index0, 1191 SizeT Index0,
|
/external/llvm/lib/Option/ |
D | ArgList.cpp | 367 unsigned Index0 = MakeIndex(String0); in MakeIndex() local 369 assert(Index0 + 1 == Index1 && "Unexpected non-consecutive indices!"); in MakeIndex() 371 return Index0; in MakeIndex()
|
/external/swiftshader/third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/OGLES2/ |
D | SkinnedVertShader.vsh | 12 position = (BoneMatrixArray[Index0] * inVertex) * Weight0 +
|
/external/spirv-llvm/lib/SPIRV/ |
D | SPIRVUtil.cpp | 1136 auto Index0 = GEP->getOperand(1); in getScalarOrArray() local 1137 (void) Index0; in getScalarOrArray() 1138 assert(dyn_cast<ConstantInt>(Index0)->getZExtValue() == 0); in getScalarOrArray()
|