Home
last modified time | relevance | path

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

12

/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/drivers/r600/sfn/
H A Dsfn_instruction_block.cpp9 m_nesting_depth(nesting_depth) in InstructionBlock()
47 std::string space(" ", 2 * m_nesting_depth); in do_print()
H A Dsfn_instruction_block.h72 unsigned m_nesting_depth; variable
H A Dsfn_shader_base.cpp65 m_nesting_depth(0), in ShaderFromNirProcessor()
424 m_nesting_depth--; in emit_loop_end()
426 m_output.push_back(InstructionBlock(m_nesting_depth, m_block_number)); in emit_loop_end()
1138 m_nesting_depth += nesting_change; in append_block()
1139 m_output.push_back(InstructionBlock(m_nesting_depth, m_block_number++)); in append_block()
/dports/lang/clover/mesa-21.3.6/src/gallium/drivers/r600/sfn/
H A Dsfn_instruction_block.cpp9 m_nesting_depth(nesting_depth) in InstructionBlock()
52 std::string space(" ", 2 * m_nesting_depth); in do_print()
H A Dsfn_instruction_block.h77 unsigned m_nesting_depth; variable
H A 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()
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/drivers/r600/sfn/
H A Dsfn_instruction_block.cpp9 m_nesting_depth(nesting_depth) in InstructionBlock()
52 std::string space(" ", 2 * m_nesting_depth); in do_print()
H A Dsfn_instruction_block.h77 unsigned m_nesting_depth; variable
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/drivers/r600/sfn/
H A Dsfn_instruction_block.cpp9 m_nesting_depth(nesting_depth) in InstructionBlock()
52 std::string space(" ", 2 * m_nesting_depth); in do_print()
H A Dsfn_instruction_block.h77 unsigned m_nesting_depth; variable
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/drivers/r600/sfn/
H A Dsfn_instruction_block.cpp9 m_nesting_depth(nesting_depth) in InstructionBlock()
52 std::string space(" ", 2 * m_nesting_depth); in do_print()
H A Dsfn_instruction_block.h77 unsigned m_nesting_depth; variable
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/drivers/r600/sfn/
H A Dsfn_instruction_block.cpp9 m_nesting_depth(nesting_depth) in InstructionBlock()
52 std::string space(" ", 2 * m_nesting_depth); in do_print()
H A Dsfn_instruction_block.h77 unsigned m_nesting_depth; variable
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/drivers/r600/sfn/
H A Dsfn_instruction_block.cpp9 m_nesting_depth(nesting_depth) in InstructionBlock()
52 std::string space(" ", 2 * m_nesting_depth); in do_print()
H A Dsfn_instruction_block.h77 unsigned m_nesting_depth; variable
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/drivers/r600/sfn/
H A Dsfn_instruction_block.cpp9 m_nesting_depth(nesting_depth) in InstructionBlock()
52 std::string space(" ", 2 * m_nesting_depth); in do_print()
H A Dsfn_instruction_block.h77 unsigned m_nesting_depth; variable
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/drivers/r600/sfn/
H A Dsfn_instruction_block.cpp9 m_nesting_depth(nesting_depth) in InstructionBlock()
52 std::string space(" ", 2 * m_nesting_depth); in do_print()
H A Dsfn_instruction_block.h77 unsigned m_nesting_depth; variable
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/drivers/r600/sfn/
H A Dsfn_instruction_block.cpp9 m_nesting_depth(nesting_depth) in InstructionBlock()
52 std::string space(" ", 2 * m_nesting_depth); in do_print()
H A Dsfn_instruction_block.h77 unsigned m_nesting_depth; variable
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/drivers/r600/sfn/
H A Dsfn_instruction_block.cpp9 m_nesting_depth(nesting_depth) in InstructionBlock()
52 std::string space(" ", 2 * m_nesting_depth); in do_print()
H A Dsfn_instruction_block.h77 unsigned m_nesting_depth; variable
/dports/math/octave/octave-6.4.0/libinterp/corefcn/
H A Dsymscope.h72 m_children (), m_nesting_depth (0), m_is_static (false), in m_name()
96 bool is_nested (void) const { return m_nesting_depth > 0; } in is_nested()
98 std::size_t nesting_depth (void) const { return m_nesting_depth; } in nesting_depth()
100 void set_nesting_depth (std::size_t depth) { m_nesting_depth = depth; } in set_nesting_depth()
137 new_sid->m_nesting_depth = m_nesting_depth; in dup()
369 std::size_t m_nesting_depth; variable

12