Home
last modified time | relevance | path

Searched refs:addIndex (Results 1 – 13 of 13) sorted by relevance

/external/deqp/modules/gles3/functional/
Des3fPrimitiveRestartTests.cpp108 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/
DhlslParseHelper.cpp677 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/
Dlocalintermediate.h37 TIntermTyped* addIndex(TOperator op, TIntermTyped* base, TIntermTyped* index, const TSourceLoc&);
DParseHelper.cpp2566 …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()
DIntermediate.cpp458 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/
DObject.cpp321 SectionIndexTable->addIndex(Sym->DefinedIn->Index); in prepareForLayout()
323 SectionIndexTable->addIndex(SHN_UNDEF); in prepareForLayout()
DObject.h409 void addIndex(uint32_t Index) { in addIndex() function
/external/swiftshader/third_party/subzero/src/
DIceCfg.cpp1501 ShuffleVector->addIndex(Index); in materializeVectorShuffles()
1503 ShuffleVector->addIndex(llvm::cast<ConstantInteger32>( in materializeVectorShuffles()
DIceInst.h997 void addIndex(ConstantInteger32 *Index) { in addIndex() function
/external/deqp-deps/glslang/glslang/MachineIndependent/
Dlocalintermediate.h460 TIntermTyped* addIndex(TOperator op, TIntermTyped* base, TIntermTyped* index, TSourceLoc);
DParseHelper.cpp322 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()
DIntermediate.cpp265 TIntermTyped* TIntermediate::addIndex(TOperator op, TIntermTyped* base, TIntermTyped* index, TSourc… in addIndex() function in glslang::TIntermediate
/external/swiftshader/src/Reactor/
DSubzeroReactor.cpp1257 shuffle->addIndex(llvm::cast<Ice::ConstantInteger32>(::context->getConstantInt32(select[i]))); in createShuffleVector()