Home
last modified time | relevance | path

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

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