Home
last modified time | relevance | path

Searched refs:NumParams (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/slang/
Dslang_rs_special_kernel_param.cpp111 size_t NumParams = FD->getNumParams(); in processSpecialKernelParameters() local
112 *IndexOfFirstSpecialParameter = NumParams; in processSpecialKernelParameters()
114 for (size_t i = 0; i < NumParams; i++) { in processSpecialKernelParameters()
140 if (*IndexOfFirstSpecialParameter < NumParams) { in processSpecialKernelParameters()
227 if (*IndexOfFirstSpecialParameter >= NumParams) { in processSpecialKernelParameters()
Dslang_rs_reflection_state.cpp201 const size_t NumParams = fe.mParams.Size(); in dump() local
202 for (int paramsIdx = 0; paramsIdx < NumParams; ++paramsIdx) in dump()
216 const size_t NumParams = inv.mParamCount; in dump() local
217 for (int paramsIdx = 0; paramsIdx < NumParams; ++paramsIdx) in dump()