Searched defs:getIndices (Results 1 - 8 of 8) sorted by relevance
/external/deqp/modules/glshared/ |
H A D | glsShaderRenderCase.cpp | 152 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 D | TypeRecord.h | 275 ArrayRef<TypeIndex> getIndices() const { return StringIndices; } function in class:llvm::codeview::ArgListRecord
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
H A D | Instructions.h | 1749 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 D | Constants.cpp | 779 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 D | Constants.cpp | 1102 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 D | SPIRVInstruction.h | 1111 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 D | Instructions.h | 2294 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 D | bcel.jar | META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ... |
Completed in 1080 milliseconds