Home
last modified time | relevance | path

Searched defs:new_pass (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/frontend/optimizer/
Dpy_pass_manager.cc64 PythonPassPtr new_pass = std::make_shared<PythonPass>(pass_name, pattern, target, run_only_once); in Register() local
89 auto new_pass = std::make_shared<PythonPass>(pass_name, nullptr, parameter, true); in GenNewParameter() local
/third_party/mesa3d/src/mesa/main/
Datifragshader.c439 GLubyte new_pass = curProg->cur_pass; in _mesa_PassTexCoordATI() local
512 GLubyte new_pass = curProg->cur_pass; in _mesa_SampleMapATI() local
592 GLubyte new_pass = curProg->cur_pass; in _mesa_FragmentOpXATI() local
/third_party/vk-gl-cts/scripts/
Dcheck_swiftshader_runtime.py180 new_pass = [] variable