Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_shader_base.h112 bool emit_loop_end(int loop_id);
Dsfn_nir.cpp244 if (!impl->emit_loop_end(loop_id)) in process_loop()
Dsfn_shader_base.cpp452 bool ShaderFromNirProcessor::emit_loop_end(int loop_id) in emit_loop_end() function in r600::ShaderFromNirProcessor