Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_shader.cpp739 if (!emit_control_flow(ControlFlowInstr::cf_else)) in process_if()
756 if (!emit_control_flow(ControlFlowInstr::cf_endif)) in process_if()
766 Shader::emit_control_flow(ControlFlowInstr::CFType type) in emit_control_flow() function in r600::Shader
795 if (!emit_control_flow(ControlFlowInstr::cf_loop_begin)) in process_loop()
803 if (!emit_control_flow(ControlFlowInstr::cf_loop_end)) in process_loop()
H A Dsfn_shader.h307 bool emit_control_flow(ControlFlowInstr::CFType type);