Searched defs:getIndices (Results 1 - 8 of 8) sorted by relevance

/external/deqp/modules/glshared/
H A DglsShaderRenderCase.cpp152 const deUint16* getIndices (void) const { return &m_indices[0]; } function in class:deqp::gls::QuadGrid
625 draw(m_renderCtx, programID, (int)vertexArrays.size(), &vertexArrays[0], pr::Triangles(numElements, quadGrid.getIndices()));
/external/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h275 ArrayRef<TypeIndex> getIndices() const { return StringIndices; } function in class:llvm::codeview::ArgListRecord
/external/swiftshader/third_party/LLVM/include/llvm/
H A DInstructions.h1749 ArrayRef<unsigned> getIndices() const { function in class:llvm::ExtractValueInst
1871 ArrayRef<unsigned> getIndices() const { function in class:llvm::InsertValueInst
/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DConstants.cpp779 ArrayRef<unsigned> ConstantExpr::getIndices() const { function in class:ConstantExpr
2102 ArrayRef<unsigned> Indices = getIndices();
2110 ArrayRef<unsigned> Indices = getIndices();
/external/llvm/lib/IR/
H A DConstants.cpp1102 ArrayRef<unsigned> ConstantExpr::getIndices() const { function in class:ConstantExpr
1160 return ConstantExpr::getInsertValue(Ops[0], Ops[1], getIndices(),
1163 return ConstantExpr::getExtractValue(Ops[0], getIndices(), OnlyIfReducedTy);
2876 return InsertValueInst::Create(Ops[0], Ops[1], getIndices());
2878 return ExtractValueInst::Create(Ops[0], getIndices());
/external/spirv-llvm/lib/SPIRV/libSPIRV/
H A DSPIRVInstruction.h1111 std::vector<SPIRVValue *> getIndices()const { function in class:SPIRV::SPIRVAccessChainBase
1300 const std::vector<SPIRVWord>& getIndices()const { return Indices;} function in class:SPIRV::SPIRVCompositeExtract
1340 const std::vector<SPIRVWord>& getIndices()const { return Indices;} function in class:SPIRV::SPIRVCompositeInsert
/external/llvm/include/llvm/IR/
H A DInstructions.h2294 ArrayRef<unsigned> getIndices() const { function in class:llvm::ExtractValueInst
2421 ArrayRef<unsigned> getIndices() const { function in class:llvm::InsertValueInst
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dbcel.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...

Completed in 470 milliseconds