Home
last modified time | relevance | path

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

/frameworks/rs/cpu_ref/
DrsCpuCoreRuntime.h25 #define RS_KERNEL_INPUT_LIMIT 8 macro
43 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];
DrsCpuCore.h88 const Allocation *ains[RS_KERNEL_INPUT_LIMIT];
89 Allocation *aout[RS_KERNEL_INPUT_LIMIT];
96 const Allocation *ains[RS_KERNEL_INPUT_LIMIT];
DrsCpuIntrinsic.h37 const Allocation *ains[RS_KERNEL_INPUT_LIMIT];
DrsCpuScriptGroup2.cpp51 rsAssert(closure->mNumArg <= RS_KERNEL_INPUT_LIMIT); in groupRoot()
DrsCpuIntrinsicBLAS.cpp156 const Allocation *ain[RS_KERNEL_INPUT_LIMIT]; in walk_tiled_gemm()
/frameworks/compile/slang/
Dslang_rs_export_foreach.cpp39 const size_t RS_KERNEL_INPUT_LIMIT = 8; // see frameworks/base/libs/rs/cpu_ref/rsCpuCoreRuntime.h variable
203 if (i >= RS_KERNEL_INPUT_LIMIT) { in validateAndConstructKernelParams()
209 int(RS_KERNEL_INPUT_LIMIT); in validateAndConstructKernelParams()
/frameworks/compile/libbcc/lib/
DRSKernelExpand.cpp94 …static const size_t RS_KERNEL_INPUT_LIMIT = 8; // see frameworks/base/libs/rs/cpu_ref/rsCpuCoreRu… member in __anonb1d91f920111::RSKernelExpandPass
257 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()