Home
last modified time | relevance | path

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

/aosp12/hardware/google/gchips/gralloc4/src/core/
H A Dmali_gralloc_bufferallocation.h48 struct AllocType struct
97 using alloc_type_t = AllocType; argument
/aosp12/frameworks/compile/libbcc/lib/
H A DRSKernelExpand.cpp188 bool isStepOptSupported(llvm::Type *AllocType) { in isStepOptSupported() argument
190 llvm::PointerType *PT = llvm::dyn_cast<llvm::PointerType>(AllocType); in isStepOptSupported()
197 if (AllocType == VoidPtrTy) { in isStepOptSupported()
211 if (AllocType->getStructName().find("coerce") != llvm::StringRef::npos) { in isStepOptSupported()
218 if (AllocType == V2xi64Ty || AllocType == Int128Ty) { in isStepOptSupported()
235 llvm::Value *getStepValue(llvm::DataLayout *DL, llvm::Type *AllocType, in getStepValue() argument
238 bccAssert(AllocType); in getStepValue()
240 llvm::PointerType *PT = llvm::dyn_cast<llvm::PointerType>(AllocType); in getStepValue()
241 if (isStepOptSupported(AllocType)) { in getStepValue()
/aosp12/frameworks/av/media/codec2/vndk/
H A DC2Buffer.cpp517 enum AllocType : uint8_t { enum in _C2BufferPoolAllocator
526 AllocType allocType;