Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/lib/Renderscript/
DRSForEachExpand.cpp274 …::SmallVector<llvm::Type*, RsExpandKernelDriverInfoPfxFieldCount> RsExpandKernelDriverInfoPfxTypes; in buildTypes() local
275RsExpandKernelDriverInfoPfxTypes.push_back(Int8PtrArrayInputLimitTy); // const uint8_t *inPtr[RS_K… in buildTypes()
276RsExpandKernelDriverInfoPfxTypes.push_back(Int32ArrayInputLimitTy); // uint32_t inStride[RS_KERN… in buildTypes()
277 RsExpandKernelDriverInfoPfxTypes.push_back(Int32Ty); // uint32_t inLen in buildTypes()
278RsExpandKernelDriverInfoPfxTypes.push_back(Int8PtrArrayInputLimitTy); // uint8_t *outPtr[RS_KERNEL… in buildTypes()
279RsExpandKernelDriverInfoPfxTypes.push_back(Int32ArrayInputLimitTy); // uint32_t outStride[RS_KER… in buildTypes()
280 RsExpandKernelDriverInfoPfxTypes.push_back(Int32Ty); // uint32_t outLen in buildTypes()
281 RsExpandKernelDriverInfoPfxTypes.push_back(RsLaunchDimensionsTy); // RsLaunchDimensions dim in buildTypes()
282RsExpandKernelDriverInfoPfxTypes.push_back(RsLaunchDimensionsTy); // RsLaunchDimensions current in buildTypes()
283 RsExpandKernelDriverInfoPfxTypes.push_back(VoidPtrTy); // const void *usr in buildTypes()
[all …]