Home
last modified time | relevance | path

Searched refs:m_nesting_depth (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instruction_block.cpp9 m_nesting_depth(nesting_depth) in InstructionBlock()
52 std::string space(" ", 2 * m_nesting_depth); in do_print()
Dsfn_instruction_block.h77 unsigned m_nesting_depth; variable
Dsfn_shader_base.cpp65 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()
Dsfn_shader_base.h203 unsigned m_nesting_depth; variable