Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_liverange.cpp382 next_ifelse_nesting_depth(0), in temp_comp_access()
471 if (next_ifelse_nesting_depth >= supported_ifelse_nesting_depth) { in record_write()
518 if_scope_write_flags |= 1 << next_ifelse_nesting_depth; in record_if_write()
520 next_ifelse_nesting_depth++; in record_if_write()
526 int mask = 1 << (next_ifelse_nesting_depth - 1); in record_else_write()
536 --next_ifelse_nesting_depth; in record_else_write()
559 if (1 << (next_ifelse_nesting_depth - 1) & if_scope_write_flags) { in record_else_write()
Dsfn_liverange.h179 int next_ifelse_nesting_depth; variable
/third_party/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi_temprename.cpp209 int next_ifelse_nesting_depth; member in __anon89f7ad430111::temp_comp_access
654 next_ifelse_nesting_depth(0), in temp_comp_access()
742 if (next_ifelse_nesting_depth >= supported_ifelse_nesting_depth) { in record_write()
789 if_scope_write_flags |= 1 << next_ifelse_nesting_depth; in record_if_write()
791 next_ifelse_nesting_depth++; in record_if_write()
797 int mask = 1 << (next_ifelse_nesting_depth - 1); in record_else_write()
807 --next_ifelse_nesting_depth; in record_else_write()
830 if (1 << (next_ifelse_nesting_depth - 1) & if_scope_write_flags) { in record_else_write()