Home
last modified time | relevance | path

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

/frameworks/rs/rsov/compiler/
DWrapper.cpp44 auto StructTy = m->getStructType(ArrTy); in AddBuffer() local
45 StructTy->decorate(Decoration::BufferBlock); in AddBuffer()
46 StructTy->memberDecorate(0, Decoration::Offset)->addExtraOperand(0); in AddBuffer()
48 auto StructPtrTy = m->getPointerType(StorageClass::Uniform, StructTy); in AddBuffer()
245 TypeStructInst *StructTy = in DecorateGlobalBuffer() local
247 StructTy->decorate(Decoration::BufferBlock); in DecorateGlobalBuffer()
280 auto decor = StructTy->memberDecorate(i, Decoration::Offset); in DecorateGlobalBuffer()
/frameworks/rs/rsov/compiler/spirit/
Dbuilder_test.cpp53 auto StructTy = m->getStructType(ArrTy); in TEST() local
54 StructTy->decorate(Decoration::BufferBlock); in TEST()
55 StructTy->memberDecorate(0, Decoration::Offset)->addExtraOperand(0); in TEST()
57 auto StructPtrTy = m->getPointerType(StorageClass::Uniform, StructTy); in TEST()
/frameworks/compile/libbcc/lib/
DRSX86CallConvPass.cpp74 llvm::Type *StructTy = ArgTy->getPointerElementType(); in IsDerefNeeded() local
75 if (!isRsObjectType(StructTy)) in IsDerefNeeded()