Searched refs:RsExpandKernelDriverInfoPfxTypes (Results 1 – 1 of 1) sorted by relevance
274 …::SmallVector<llvm::Type*, RsExpandKernelDriverInfoPfxFieldCount> RsExpandKernelDriverInfoPfxTypes; in buildTypes() local275 …RsExpandKernelDriverInfoPfxTypes.push_back(Int8PtrArrayInputLimitTy); // const uint8_t *inPtr[RS_K… in buildTypes()276 …RsExpandKernelDriverInfoPfxTypes.push_back(Int32ArrayInputLimitTy); // uint32_t inStride[RS_KERN… in buildTypes()277 RsExpandKernelDriverInfoPfxTypes.push_back(Int32Ty); // uint32_t inLen in buildTypes()278 …RsExpandKernelDriverInfoPfxTypes.push_back(Int8PtrArrayInputLimitTy); // uint8_t *outPtr[RS_KERNEL… in buildTypes()279 …RsExpandKernelDriverInfoPfxTypes.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()282 …RsExpandKernelDriverInfoPfxTypes.push_back(RsLaunchDimensionsTy); // RsLaunchDimensions current in buildTypes()283 RsExpandKernelDriverInfoPfxTypes.push_back(VoidPtrTy); // const void *usr in buildTypes()[all …]