Home
last modified time | relevance | path

Searched refs:getVectorType (Results 1 – 6 of 6) sorted by relevance

/frameworks/rs/rsov/compiler/spirit/
Dbuilder_test.cpp50 auto VF4Ty = m->getVectorType(FloatTy, 4); in TEST()
81 auto V3UIntTy = m->getVectorType(UIntTy, 3); in TEST()
Dmodule.cpp295 TypeVectorInst *Module::getVectorType(Instruction *componentType, int width) { in getVectorType() function in android::spirit::Module
296 return getGlobalSection()->getVectorType(componentType, width); in getVectorType()
762 TypeVectorInst *GlobalSection::getVectorType(Instruction *componentType, in getVectorType() function in android::spirit::GlobalSection
855 TypeVectorInst *V3UIntTy = getVectorType(UIntTy, 3); in getInvocationId()
874 TypeVectorInst *V3UIntTy = getVectorType(UIntTy, 3); in getNumWorkgroups()
Dmodule.h157 TypeVectorInst *getVectorType(Instruction *componentType, int width);
410 TypeVectorInst *getVectorType(Instruction *componentType, int width);
Dmodule_test.cpp184 EXPECT_EQ(16UL, m->getSize(m->getVectorType(m->getFloatType(32), 4))); in TEST_F()
/frameworks/rs/rsov/compiler/
DBuiltin.cpp179 m->getVectorType(m->getUnsignedIntType(8), 4), packed); in BuiltinLookupTable()
DWrapper.cpp112 TypeVectorInst *V3UIntTy = m->getVectorType(UIntTy, 3); in AddWrapper()