Searched refs:RS_KERNEL_INPUT_LIMIT (Results 1 – 7 of 7) sorted by relevance
25 #define RS_KERNEL_INPUT_LIMIT 8 macro43 const uint8_t *inPtr[RS_KERNEL_INPUT_LIMIT];44 uint32_t inStride[RS_KERNEL_INPUT_LIMIT];47 uint8_t *outPtr[RS_KERNEL_INPUT_LIMIT];48 uint32_t outStride[RS_KERNEL_INPUT_LIMIT];
88 const Allocation *ains[RS_KERNEL_INPUT_LIMIT];89 Allocation *aout[RS_KERNEL_INPUT_LIMIT];96 const Allocation *ains[RS_KERNEL_INPUT_LIMIT];
37 const Allocation *ains[RS_KERNEL_INPUT_LIMIT];
51 rsAssert(closure->mNumArg <= RS_KERNEL_INPUT_LIMIT); in groupRoot()
156 const Allocation *ain[RS_KERNEL_INPUT_LIMIT]; in walk_tiled_gemm()
39 const size_t RS_KERNEL_INPUT_LIMIT = 8; // see frameworks/base/libs/rs/cpu_ref/rsCpuCoreRuntime.h variable203 if (i >= RS_KERNEL_INPUT_LIMIT) { in validateAndConstructKernelParams()209 int(RS_KERNEL_INPUT_LIMIT); in validateAndConstructKernelParams()
94 …static const size_t RS_KERNEL_INPUT_LIMIT = 8; // see frameworks/base/libs/rs/cpu_ref/rsCpuCoreRu… member in __anon4cc28cdb0111::RSKernelExpandPass257 llvm::Type *Int8PtrArrayInputLimitTy = llvm::ArrayType::get(Int8PtrTy, RS_KERNEL_INPUT_LIMIT); in buildTypes()259 llvm::Type *Int32ArrayInputLimitTy = llvm::ArrayType::get(Int32Ty, RS_KERNEL_INPUT_LIMIT); in buildTypes()646 bccAssert(NumInputs <= RS_KERNEL_INPUT_LIMIT); in ExpandInputsLoopInvariant()1025 bccAssert(NumRemainingInputs <= RS_KERNEL_INPUT_LIMIT); in ExpandForEach()