HomeSort by relevance Sort by last modified time
    Searched refs:RS_KERNEL_INPUT_LIMIT (Results 1 - 5 of 5) 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 61 const Allocation * ains[RS_KERNEL_INPUT_LIMIT];
62 Allocation * aout[RS_KERNEL_INPUT_LIMIT];
rsCpuScriptGroup2.cpp 51 rsAssert(closure->mNumArg <= RS_KERNEL_INPUT_LIMIT);
  /frameworks/compile/slang/
slang_rs_export_foreach.cpp 37 const size_t RS_KERNEL_INPUT_LIMIT = 8; // see frameworks/base/libs/rs/cpu_ref/rsCpuCoreRuntime.h
247 if (i >= RS_KERNEL_INPUT_LIMIT) {
253 int(RS_KERNEL_INPUT_LIMIT);
  /frameworks/compile/libbcc/lib/Renderscript/
RSForEachExpand.cpp 62 static const size_t RS_KERNEL_INPUT_LIMIT = 8; // see frameworks/base/libs/rs/cpu_ref/rsCpuCoreRuntime.h
220 llvm::Type *Int8PtrArrayInputLimitTy = llvm::ArrayType::get(Int8PtrTy, RS_KERNEL_INPUT_LIMIT);
222 llvm::Type *Int32ArrayInputLimitTy = llvm::ArrayType::get(Int32Ty, RS_KERNEL_INPUT_LIMIT);
250 * const uint8_t *inPtr[RS_KERNEL_INPUT_LIMIT];
251 * uint32_t inStride[RS_KERNEL_INPUT_LIMIT];
254 * uint8_t *outPtr[RS_KERNEL_INPUT_LIMIT];
255 * uint32_t outStride[RS_KERNEL_INPUT_LIMIT];
275 RsExpandKernelDriverInfoPfxTypes.push_back(Int8PtrArrayInputLimitTy); // const uint8_t *inPtr[RS_KERNEL_INPUT_LIMIT]
276 RsExpandKernelDriverInfoPfxTypes.push_back(Int32ArrayInputLimitTy); // uint32_t inStride[RS_KERNEL_INPUT_LIMIT]
278 RsExpandKernelDriverInfoPfxTypes.push_back(Int8PtrArrayInputLimitTy); // uint8_t *outPtr[RS_KERNEL_INPUT_LIMIT]
    [all...]

Completed in 80 milliseconds