Searched refs:new_pass (Results 1 – 3 of 3) sorted by relevance
439 GLubyte new_pass = curProg->cur_pass; in _mesa_PassTexCoordATI() local447 new_pass = 2; in _mesa_PassTexCoordATI()448 if ((new_pass > 2) || in _mesa_PassTexCoordATI()449 ((1 << (dst - GL_REG_0_ATI)) & curProg->regsAssigned[new_pass >> 1])) { in _mesa_PassTexCoordATI()464 if ((new_pass == 0) && (coord >= GL_REG_0_ATI)) { in _mesa_PassTexCoordATI()489 curProg->cur_pass = new_pass; in _mesa_PassTexCoordATI()512 GLubyte new_pass = curProg->cur_pass; in _mesa_SampleMapATI() local520 new_pass = 2; in _mesa_SampleMapATI()521 if ((new_pass > 2) || in _mesa_SampleMapATI()522 ((1 << (dst - GL_REG_0_ATI)) & curProg->regsAssigned[new_pass >> 1])) { in _mesa_SampleMapATI()[all …]
64 PythonPassPtr new_pass = std::make_shared<PythonPass>(pass_name, pattern, target, run_only_once); in Register() local65 cur_pg->AddPass(new_pass); in Register()89 auto new_pass = std::make_shared<PythonPass>(pass_name, nullptr, parameter, true); in GenNewParameter() local90 cur_pg->AddPass(new_pass); in GenNewParameter()
180 new_pass = [] variable247 new_pass.append(test['Test'])346 for line in new_pass: