/external/deqp/modules/gles3/functional/ |
D | es3fPrimitiveRestartTests.cpp | 108 void addIndex (deUint32 index); 154 void PrimitiveRestartCase::addIndex (deUint32 index) in addIndex() function in deqp::gles3::Functional::PrimitiveRestartCase 258 addIndex(restartIndex); in init() 260 addIndex(restartIndex); in init() 283 addIndex(curIndex++); in init() 288 addIndex(restartIndex); in init() 290 addIndex(restartIndex); in init() 319 addIndex(curIndex++); in init() 324 addIndex(restartIndex); in init() 326 addIndex(restartIndex); in init() [all …]
|
/external/deqp-deps/glslang/hlsl/ |
D | hlslParseHelper.cpp | 677 node = intermediate.addIndex(EOpIndexDirectStruct, container, constNode, loc); in handleVariable() 768 TIntermTyped* element = intermediate.addIndex(idxOp, sbArray, index, loc); in handleBracketOperator() 846 result = intermediate.addIndex(EOpIndexDirect, base, index, loc); in handleBracketDereference() 848 result = intermediate.addIndex(EOpIndexIndirect, base, index, loc); in handleBracketDereference() 984 result = intermediate.addIndex(EOpIndexDirect, base, index, loc); in handleDotDereference() 988 result = intermediate.addIndex(EOpVectorSwizzle, base, index, loc); in handleDotDereference() 1004 result = intermediate.addIndex(EOpIndexDirect, base, in handleDotDereference() 1009 result = intermediate.addIndex(EOpIndexDirect, result, in handleDotDereference() 1022 … result = intermediate.addIndex(EOpIndexDirect, base, intermediate.addConstantUnion(column, loc), in handleDotDereference() 1030 result = intermediate.addIndex(EOpMatrixSwizzle, base, index, loc); in handleDotDereference() [all …]
|
/external/swiftshader/src/OpenGL/compiler/ |
D | localintermediate.h | 37 TIntermTyped* addIndex(TOperator op, TIntermTyped* base, TIntermTyped* index, const TSourceLoc&);
|
D | ParseHelper.cpp | 2566 …indexedExpression = intermediate.addIndex(EOpIndexDirect, baseExpression, indexExpression, locatio… in addIndexExpression() 2583 …indexedExpression = intermediate.addIndex(EOpIndexIndirect, baseExpression, indexExpression, locat… in addIndexExpression() 2671 indexedExpression = intermediate.addIndex(EOpVectorSwizzle, baseExpression, index, dotLocation); in addFieldSelectionExpression() 2719 …indexedExpression = intermediate.addIndex(EOpIndexDirectStruct, baseExpression, index, dotLocation… in addFieldSelectionExpression() 2757 indexedExpression = intermediate.addIndex(EOpIndexDirectInterfaceBlock, baseExpression, index, in addFieldSelectionExpression()
|
D | Intermediate.cpp | 458 TIntermTyped* TIntermediate::addIndex(TOperator op, TIntermTyped* base, TIntermTyped* index, const … in addIndex() function in TIntermediate
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objcopy/ |
D | Object.cpp | 321 SectionIndexTable->addIndex(Sym->DefinedIn->Index); in prepareForLayout() 323 SectionIndexTable->addIndex(SHN_UNDEF); in prepareForLayout()
|
D | Object.h | 409 void addIndex(uint32_t Index) { in addIndex() function
|
/external/swiftshader/third_party/subzero/src/ |
D | IceCfg.cpp | 1501 ShuffleVector->addIndex(Index); in materializeVectorShuffles() 1503 ShuffleVector->addIndex(llvm::cast<ConstantInteger32>( in materializeVectorShuffles()
|
D | IceInst.h | 997 void addIndex(ConstantInteger32 *Index) { in addIndex() function
|
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | localintermediate.h | 460 TIntermTyped* addIndex(TOperator op, TIntermTyped* base, TIntermTyped* index, TSourceLoc);
|
D | ParseHelper.cpp | 322 node = intermediate.addIndex(EOpIndexDirectStruct, container, constNode, loc); in handleVariable() 428 result = intermediate.addIndex(EOpIndexDirect, base, index, loc); in handleBracketDereference() 459 result = intermediate.addIndex(EOpIndexIndirect, base, index, loc); in handleBracketDereference() 808 result = intermediate.addIndex(EOpIndexDirect, base, index, loc); in handleDotDereference() 812 result = intermediate.addIndex(EOpVectorSwizzle, base, index, loc); in handleDotDereference() 839 result = intermediate.addIndex(EOpIndexDirectStruct, base, index, loc); in handleDotDereference()
|
D | Intermediate.cpp | 265 TIntermTyped* TIntermediate::addIndex(TOperator op, TIntermTyped* base, TIntermTyped* index, TSourc… in addIndex() function in glslang::TIntermediate
|
/external/swiftshader/src/Reactor/ |
D | SubzeroReactor.cpp | 1257 shuffle->addIndex(llvm::cast<Ice::ConstantInteger32>(::context->getConstantInt32(select[i]))); in createShuffleVector()
|