Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi_temprename.cpp89 switch_case_branch, /* Inside switch case statmenet */ enumerator
398 scope_type == switch_case_branch || in is_conditional()
435 return (scope_type == switch_case_branch || in is_switchcase_scope_in_loop()
445 if (scope_type == switch_case_branch || in break_is_for_switchcase()
1237 prog_scope_type t = inst->op == TGSI_OPCODE_CASE ? switch_case_branch in get_temp_registers_required_live_ranges()
1411 if ((scope->type() == switch_case_branch || in dump_instruction()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_liverange.cpp191 scope_type == switch_case_branch || in is_conditional()
228 return (scope_type == switch_case_branch || in is_switchcase_scope_in_loop()
238 if (scope_type == switch_case_branch || in break_is_for_switchcase()
Dsfn_liverange.h59 switch_case_branch, /* Inside switch case statement */ enumerator