Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_shader.cpp673 if (!emit_control_flow(ControlFlowInstr::cf_else)) in process_if()
679 if (!emit_control_flow(ControlFlowInstr::cf_endif)) in process_if()
700 bool Shader::emit_control_flow(ControlFlowInstr::CFType type) in emit_control_flow() function in r600::Shader
728 if (!emit_control_flow(ControlFlowInstr::cf_loop_begin)) in process_loop()
734 if (!emit_control_flow(ControlFlowInstr::cf_loop_end)) in process_loop()
Dsfn_shader.h306 bool emit_control_flow(ControlFlowInstr::CFType type);