Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_special_kernel_param.cpp108 int LastSpecialParameterIdx = -1; // index into specialParameterTable in processSpecialKernelParameters() local
166 if (SpecialParameterIdx < LastSpecialParameterIdx) { in processSpecialKernelParameters()
173 << specialParameterTable[LastSpecialParameterIdx].name; in processSpecialKernelParameters()
225 LastSpecialParameterIdx = SpecialParameterIdx; in processSpecialKernelParameters()