Searched refs:Indices (Results 1 – 5 of 5) sorted by relevance
/frameworks/compile/libbcc/lib/Renderscript/ |
D | RSX86TranslateGEPPass.cpp | 110 llvm::Value *Indices[1] = {computeGEPOffset(GEP)}; in translateGEP() local 114 llvm::Type::getInt8Ty(*Context), Int8Ptr, llvm::makeArrayRef(Indices), in translateGEP()
|
/frameworks/base/libs/hwui/ |
D | Glop.h | 98 struct Indices { struct
|
/frameworks/base/libs/hwui/renderstate/ |
D | RenderState.cpp | 241 const Glop::Mesh::Indices& indices = mesh.indices; in render()
|
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/ |
D | BitcodeReader.cpp | 1820 ArrayRef<Constant *> Indices(Elts.begin() + 1, Elts.end()); in ParseConstants() local 1821 V = ConstantExpr::getGetElementPtr(PointeeType, Elts[0], Indices, in ParseConstants()
|
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/ |
D | BitcodeReader.cpp | 2113 ArrayRef<Constant *> Indices(Elts.begin() + 1, Elts.end()); in ParseConstants() local 2114 V = ConstantExpr::getGetElementPtr(PointeeType, Elts[0], Indices, in ParseConstants()
|