Searched refs:m_output (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
H A Dsfn_debug.h76 m_output << text;
98 std::ostream m_output; member in class:r600::SfnLog
H A Dsfn_debug.cpp90 m_output(new stderr_streambuf())
105 m_output << f;
H A Dsfn_shader_base.cpp209 Shader sh{m_output, temp_register_map};
219 for (auto& block: m_output)
241 for (auto& ir: m_output)
394 m_output.back().emit(PInstruction(m_pending_else));
400 if (m_output.empty())
403 m_output.back().emit(Instruction::Pointer(ir));
462 m_output.push_back(InstructionBlock(m_nesting_depth, m_block_number));
1156 m_output.push_back(InstructionBlock(m_nesting_depth, m_block_number++));
1183 m_output.push_back(m_export_output);
H A Dsfn_shader_base.h202 std::vector<InstructionBlock> m_output; member in class:r600::ShaderFromNirProcessor
H A Dsfn_nir.cpp186 return Shader{impl->m_output, impl->get_temp_registers()};
328 return impl->m_output;
H A Dsfn_ir_to_assembly.cpp93 r600_bytecode_output m_output; member in struct:r600::AssemblyFromShaderLegacyImpl

Completed in 8 milliseconds