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

/frameworks/rs/cpu_ref/
H A 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];
H A DrsCpuCore.h88 const Allocation *ains[RS_KERNEL_INPUT_LIMIT];
89 Allocation *aout[RS_KERNEL_INPUT_LIMIT];
96 const Allocation *ains[RS_KERNEL_INPUT_LIMIT];
H A DrsCpuIntrinsic.h37 const Allocation *ains[RS_KERNEL_INPUT_LIMIT];
H A DrsCpuScriptGroup2.cpp51 rsAssert(closure->mNumArg <= RS_KERNEL_INPUT_LIMIT);
H A DrsCpuIntrinsicBLAS.cpp156 const Allocation *ain[RS_KERNEL_INPUT_LIMIT];
/frameworks/compile/slang/
H A Dslang_rs_export_foreach.cpp39 const size_t RS_KERNEL_INPUT_LIMIT = 8; // see frameworks/base/libs/rs/cpu_ref/rsCpuCoreRuntime.h member in namespace:__anon1449
203 if (i >= RS_KERNEL_INPUT_LIMIT) {
209 int(RS_KERNEL_INPUT_LIMIT);
/frameworks/compile/libbcc/lib/
H A DRSKernelExpand.cpp94 static const size_t RS_KERNEL_INPUT_LIMIT = 8; // see frameworks/base/libs/rs/cpu_ref/rsCpuCoreRuntime.h member in class:__anon1380::RSKernelExpandPass
257 llvm::Type *Int8PtrArrayInputLimitTy = llvm::ArrayType::get(Int8PtrTy, RS_KERNEL_INPUT_LIMIT);
259 llvm::Type *Int32ArrayInputLimitTy = llvm::ArrayType::get(Int32Ty, RS_KERNEL_INPUT_LIMIT);
287 * const uint8_t *inPtr[RS_KERNEL_INPUT_LIMIT];
288 * uint32_t inStride[RS_KERNEL_INPUT_LIMIT];
291 * uint8_t *outPtr[RS_KERNEL_INPUT_LIMIT];
292 * uint32_t outStride[RS_KERNEL_INPUT_LIMIT];
312 RsExpandKernelDriverInfoPfxTypes.push_back(Int8PtrArrayInputLimitTy); // const uint8_t *inPtr[RS_KERNEL_INPUT_LIMIT]
313 RsExpandKernelDriverInfoPfxTypes.push_back(Int32ArrayInputLimitTy); // uint32_t inStride[RS_KERNEL_INPUT_LIMIT]
315 RsExpandKernelDriverInfoPfxTypes.push_back(Int8PtrArrayInputLimitTy); // uint8_t *outPtr[RS_KERNEL_INPUT_LIMIT]
[all...]

Completed in 89 milliseconds