Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_liverange.cpp189 return scope_type == if_branch || in is_conditional()
216 if (scope_type == if_branch || in in_ifelse_scope()
427 if (ifelse_scope->type() == if_branch) { in record_read()
487 if (scope.type() == if_branch) { in record_ifelse_write()
879 cur_scope = scopes->create(cur_scope, if_branch, if_id++, in scope_if()
885 assert(cur_scope->type() == if_branch); in scope_else()
Dsfn_liverange.h56 if_branch, /* Inside if branch */ enumerator
/third_party/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi_temprename.cpp86 if_branch, /* Inside if branch */ enumerator
396 return scope_type == if_branch || in is_conditional()
423 if (scope_type == if_branch || in in_ifelse_scope()
698 if (ifelse_scope->type() == if_branch) { in record_read()
758 if (scope.type() == if_branch) { in record_ifelse_write()
1180 cur_scope = scopes.create(cur_scope, if_branch, if_id++, in get_temp_registers_required_live_ranges()
1185 assert(cur_scope->type() == if_branch); in get_temp_registers_required_live_ranges()