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

/frameworks/compile/slang/
H A Dslang_rs_special_kernel_param.cpp120 int SpecialParameterIdx = lookupSpecialKernelParameter(ParamName); local
128 if (SpecialParameterIdx < 0 && UT.getAsString() == KernelContextUnqualifiedTypeName) {
134 SpecialParameterIdx = lookupSpecialKernelParameter("context");
139 if (SpecialParameterIdx < 0) {
152 const SpecialParameter &SP = specialParameterTable[SpecialParameterIdx];
166 if (SpecialParameterIdx < LastSpecialParameterIdx) {
202 FirstLocationSpecialParameterIdx = SpecialParameterIdx;
225 LastSpecialParameterIdx = SpecialParameterIdx;

Completed in 286 milliseconds