Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi_temprename.cpp83 switch_body, /* Inside switch statmenet */ enumerator
317 scope_type == switch_body) in break_is_for_switchcase()
697 prog_scope *scope = scopes.create(cur_scope, switch_body, switch_id++, in get_temp_registers_required_lifetimes()
712 if (cur_scope->type() != switch_body) in get_temp_registers_required_lifetimes()
721 prog_scope *switch_scope = cur_scope->type() == switch_body ? in get_temp_registers_required_lifetimes()
734 prog_scope *switch_scope = (cur_scope->type() == switch_body) ? in get_temp_registers_required_lifetimes()
736 assert(switch_scope->type() == switch_body); in get_temp_registers_required_lifetimes()
/external/mesa3d/src/compiler/glsl/
Dglsl_parser.yy119 ast_switch_body *switch_body;
268 %type <switch_body> switch_body
2503 SWITCH '(' expression ')' switch_body
2510 switch_body: