Searched refs:RsExpandKernelDriverInfoPfxTypes (Results 1 – 1 of 1) sorted by relevance
311 …::SmallVector<llvm::Type*, RsExpandKernelDriverInfoPfxFieldCount> RsExpandKernelDriverInfoPfxTypes; in buildTypes() local312 …RsExpandKernelDriverInfoPfxTypes.push_back(Int8PtrArrayInputLimitTy); // const uint8_t *inPtr[RS_K… in buildTypes()313 …RsExpandKernelDriverInfoPfxTypes.push_back(Int32ArrayInputLimitTy); // uint32_t inStride[RS_KERN… in buildTypes()314 RsExpandKernelDriverInfoPfxTypes.push_back(Int32Ty); // uint32_t inLen in buildTypes()315 …RsExpandKernelDriverInfoPfxTypes.push_back(Int8PtrArrayInputLimitTy); // uint8_t *outPtr[RS_KERNEL… in buildTypes()316 …RsExpandKernelDriverInfoPfxTypes.push_back(Int32ArrayInputLimitTy); // uint32_t outStride[RS_KER… in buildTypes()317 RsExpandKernelDriverInfoPfxTypes.push_back(Int32Ty); // uint32_t outLen in buildTypes()318 RsExpandKernelDriverInfoPfxTypes.push_back(RsLaunchDimensionsTy); // RsLaunchDimensions dim in buildTypes()319 …RsExpandKernelDriverInfoPfxTypes.push_back(RsLaunchDimensionsTy); // RsLaunchDimensions current in buildTypes()320 RsExpandKernelDriverInfoPfxTypes.push_back(VoidPtrTy); // const void *usr in buildTypes()[all …]