Home
last modified time | relevance | path

Searched refs:Indices (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/include/ftl/
Dstatic_vector.h352 template <std::size_t I, std::size_t ArgIndex, std::size_t ArgCount, std::size_t... Indices,
354 StaticVector(std::index_sequence<I, ArgIndex, ArgCount>, std::index_sequence<Indices...>, in StaticVector() argument
358 construct_at(begin() + I, std::move(std::get<ArgIndex + Indices>(tuple))...);
362 template <std::size_t I, std::size_t ArgIndex, std::size_t ArgCount, std::size_t... Indices,
364 StaticVector(std::index_sequence<I, ArgIndex, ArgCount>, std::index_sequence<Indices...>, in StaticVector() argument
367 construct_at(begin() + I, std::move(std::get<ArgIndex + Indices>(tuple))...); in StaticVector()
/frameworks/compile/libbcc/lib/
DRSX86TranslateGEPPass.cpp111 llvm::Value *Indices[1] = {computeGEPOffset(GEP)}; in translateGEP() local
115 llvm::Type::getInt8Ty(*Context), Int8Ptr, llvm::makeArrayRef(Indices), in translateGEP()
/frameworks/libs/systemui/weathereffects/graphics/assets/shaders/
Dsnow_effect.agsl38 // Indices of the different snow layers.
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
DBitcodeReader.cpp1832 ArrayRef<Constant *> Indices(Elts.begin() + 1, Elts.end()); in ParseConstants() local
1833 V = ConstantExpr::getGetElementPtr(PointeeType, Elts[0], Indices, in ParseConstants()
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
DBitcodeReader.cpp2125 ArrayRef<Constant *> Indices(Elts.begin() + 1, Elts.end()); in ParseConstants() local
2126 V = ConstantExpr::getGetElementPtr(PointeeType, Elts[0], Indices, in ParseConstants()