Home
last modified time | relevance | path

Searched refs:next_ifelse_nesting_depth (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_liverangeevaluator_helpers.cpp262 next_ifelse_nesting_depth(0), in RegisterCompAccess()
361 if (next_ifelse_nesting_depth >= supported_ifelse_nesting_depth) { in record_write()
408 if_scope_write_flags |= 1 << next_ifelse_nesting_depth; in record_if_write()
410 next_ifelse_nesting_depth++; in record_if_write()
416 int mask = 1 << (next_ifelse_nesting_depth - 1); in record_else_write()
426 --next_ifelse_nesting_depth; in record_else_write()
449 if (1 << (next_ifelse_nesting_depth - 1) & if_scope_write_flags) { in record_else_write()
H A Dsfn_liverangeevaluator_helpers.h156 int next_ifelse_nesting_depth; member in r600::RegisterCompAccess

Completed in 2 milliseconds