Home
last modified time | relevance | path

Searched refs:V3UIntTy (Results 1 – 3 of 3) sorted by relevance

/frameworks/rs/rsov/compiler/spirit/
Dbuilder_test.cpp81 auto V3UIntTy = m->getVectorType(UIntTy, 3); in TEST() local
82 auto V3UIntPtrTy = m->getPointerType(StorageClass::Input, V3UIntTy); in TEST()
112 auto IID = b.MakeLoad(V3UIntTy, InvocationID); in TEST()
Dmodule.cpp855 TypeVectorInst *V3UIntTy = getVectorType(UIntTy, 3); in getInvocationId() local
856 TypePointerInst *V3UIntPtrTy = getPointerType(StorageClass::Input, V3UIntTy); in getInvocationId()
874 TypeVectorInst *V3UIntTy = getVectorType(UIntTy, 3); in getNumWorkgroups() local
875 TypePointerInst *V3UIntPtrTy = getPointerType(StorageClass::Input, V3UIntTy); in getNumWorkgroups()
/frameworks/rs/rsov/compiler/
DWrapper.cpp112 TypeVectorInst *V3UIntTy = m->getVectorType(UIntTy, 3); in AddWrapper() local
114 auto IID = b.MakeLoad(V3UIntTy, InvocationId); in AddWrapper()
129 m->getConstantComposite(V3UIntTy, ConstOne, ConstOne, ConstOne); in AddWrapper()
138 auto NumGroup = b.MakeLoad(V3UIntTy, NumWorkgroups); in AddWrapper()