Searched refs:getVectorType (Results 1 – 6 of 6) sorted by relevance
/frameworks/rs/rsov/compiler/spirit/ |
D | builder_test.cpp | 50 auto VF4Ty = m->getVectorType(FloatTy, 4); in TEST() 81 auto V3UIntTy = m->getVectorType(UIntTy, 3); in TEST()
|
D | module.cpp | 295 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()
|
D | module.h | 157 TypeVectorInst *getVectorType(Instruction *componentType, int width); 410 TypeVectorInst *getVectorType(Instruction *componentType, int width);
|
D | module_test.cpp | 184 EXPECT_EQ(16UL, m->getSize(m->getVectorType(m->getFloatType(32), 4))); in TEST_F()
|
/frameworks/rs/rsov/compiler/ |
D | Builtin.cpp | 179 m->getVectorType(m->getUnsignedIntType(8), 4), packed); in BuiltinLookupTable()
|
D | Wrapper.cpp | 112 TypeVectorInst *V3UIntTy = m->getVectorType(UIntTy, 3); in AddWrapper()
|