HomeSort by relevance Sort by last modified time
    Searched refs:RS_KERNEL_INPUT_LIMIT (Results 1 - 7 of 7) sorted by null

  /frameworks/rs/cpu_ref/
rsCpuCoreRuntime.h 25 #define RS_KERNEL_INPUT_LIMIT 8
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];
rsCpuCore.h 88 const Allocation *ains[RS_KERNEL_INPUT_LIMIT];
89 Allocation *aout[RS_KERNEL_INPUT_LIMIT];
96 const Allocation *ains[RS_KERNEL_INPUT_LIMIT];
rsCpuIntrinsic.h 37 const Allocation *ains[RS_KERNEL_INPUT_LIMIT];
rsCpuScriptGroup2.cpp 51 rsAssert(closure->mNumArg <= RS_KERNEL_INPUT_LIMIT);
rsCpuIntrinsicBLAS.cpp 156 const Allocation *ain[RS_KERNEL_INPUT_LIMIT];
    [all...]
  /frameworks/compile/slang/
slang_rs_export_foreach.cpp 39 const size_t RS_KERNEL_INPUT_LIMIT = 8; // see frameworks/base/libs/rs/cpu_ref/rsCpuCoreRuntime.h
203 if (i >= RS_KERNEL_INPUT_LIMIT) {
209 int(RS_KERNEL_INPUT_LIMIT);
  /frameworks/compile/libbcc/lib/
RSKernelExpand.cpp 94 static const size_t RS_KERNEL_INPUT_LIMIT = 8; // see frameworks/base/libs/rs/cpu_ref/rsCpuCoreRuntime.h
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 1113 milliseconds