Searched refs:m_nesting_depth (Results 1 – 4 of 4) sorted by relevance
9 m_nesting_depth(nesting_depth) in InstructionBlock()52 std::string space(" ", 2 * m_nesting_depth); in do_print()
77 unsigned m_nesting_depth; variable
65 m_nesting_depth(0), in ShaderFromNirProcessor()460 m_nesting_depth--; in emit_loop_end()462 m_output.push_back(InstructionBlock(m_nesting_depth, m_block_number)); in emit_loop_end()1155 m_nesting_depth += nesting_change; in append_block()1156 m_output.push_back(InstructionBlock(m_nesting_depth, m_block_number++)); in append_block()
203 unsigned m_nesting_depth; variable