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_instr.cpp223 for (int j = 0; j < 2 * m_nesting_depth; ++j) in do_print()
227 for (int j = 0; j < 2 * (m_nesting_depth + i->nesting_corr()) + 2; ++j) in do_print()
231 for (int j = 0; j < 2 * m_nesting_depth; ++j) in do_print()
238 if (m_id != lhs.m_id || m_nesting_depth != lhs.m_nesting_depth) in is_equal_to()
273 m_nesting_depth(nesting_depth), in Block()
Dsfn_instr_alugroup.h63 void set_nesting_depth(int depth) {m_nesting_depth = depth;} in set_nesting_depth()
111 int m_nesting_depth{0};
Dsfn_instr_alugroup.cpp378 for (int j = 0; j < 2 * m_nesting_depth + 4; ++j) in do_print()
385 for (int i = 0; i < 2 * m_nesting_depth + 2; ++i) in do_print()
Dsfn_instr.h191 int nesting_depth() const { return m_nesting_depth;} in nesting_depth()
224 int m_nesting_depth; variable