Home
last modified time | relevance | path

Searched refs:sfn_log (Results 1 – 19 of 19) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_valuepool.cpp80 sfn_log << SfnLog::reg << "Search " << (v.is_ssa ? "ssa_reg " : "reg ") in from_nir()
85 sfn_log << SfnLog::reg << " -> got index " << idx << "\n"; in from_nir()
109 sfn_log << SfnLog::reg << " -> got index " << idx << "\n"; in from_nir()
125 sfn_log << SfnLog::reg << "Unsupported bit size " << v.ssa->bit_size in from_nir()
203 sfn_log << SfnLog::reg << " LIDX:" << index; in lookup_register_index()
228 sfn_log << SfnLog::reg << __func__ << ": "; in from_nir()
230 sfn_log << "ssa_" << v.ssa.index; in from_nir()
232 sfn_log << "r" << v.reg.reg->index; in from_nir()
233 sfn_log << " -> " << idx << "\n"; in from_nir()
270 sfn_log << SfnLog::reg in create_register()
[all …]
Dsfn_nir.cpp69 sfn_log << SfnLog::trans << "Start TCS\n"; in lower()
73 sfn_log << SfnLog::trans << "Start TESS_EVAL\n"; in lower()
77 sfn_log << SfnLog::trans << "Start GS\n"; in lower()
81 sfn_log << SfnLog::trans << "Start FS\n"; in lower()
85 sfn_log << SfnLog::trans << "Start CS\n"; in lower()
92 sfn_log << SfnLog::trans << "Process declarations\n"; in lower()
99 sfn_log << SfnLog::trans << "Scan shader\n"; in lower()
111 sfn_log << SfnLog::trans << "Reserve registers\n"; in lower()
117 sfn_log << SfnLog::trans << "Allocate local registers\n"; in lower()
122 sfn_log << SfnLog::trans << "Emit shader start\n"; in lower()
[all …]
Dsfn_liverange.cpp757 sfn_log << SfnLog::merge << "have " << temp_acc.size() << " temps\n"; in run()
780 sfn_log << SfnLog::merge << "Record " << *v.second << "\n"; in run()
783 sfn_log << SfnLog::merge << "Record INPUT write for " in run()
789 sfn_log << SfnLog::merge << "Record KEEP ALIVE for " in run()
814 sfn_log << SfnLog::merge << "Record read l:" << line << " reg:" << src << "\n"; in record_read()
832 sfn_log << SfnLog::merge << "Record write for " in record_write()
867 sfn_log << SfnLog::merge << "== register live ranges ==========\n"; in get_required_live_ranges()
869 sfn_log << SfnLog::merge << setw(4) << i; in get_required_live_ranges()
871 sfn_log << SfnLog::merge << ": [" << register_live_ranges[i].begin << ", " in get_required_live_ranges()
874 sfn_log << SfnLog::merge << "==================================\n\n"; in get_required_live_ranges()
[all …]
Dsfn_shader_base.cpp172 sfn_log << SfnLog::merge << "Input " << i << " gpr:" << sh_info.input[i].gpr in remap_shader_info()
206 sfn_log << SfnLog::merge << "=========Mapping===========\n"; in remap_registers()
209 sfn_log << SfnLog::merge << "Map:" << i << " -> " << register_map[i].new_reg << "\n"; in remap_registers()
270 sfn_log << SfnLog::io << "HW_ATOMIC file count: " in process_uniforms()
318 sfn_log << SfnLog::io << "Add var deref:" << index in set_var_address()
348 sfn_log << SfnLog::io << "Search for deref:" << index << "\n"; in get_deref_location()
402 r600::sfn_log << SfnLog::instr << " as '" << *ir << "'\n"; in emit_instruction_internal()
430 sfn_log << SfnLog::err << "Jump instrunction " << *i << " not supported\n"; in emit_jump_instruction()
459 sfn_log << SfnLog::err << "End loop: Loop start for " in emit_loop_end()
623 r600::sfn_log << SfnLog::instr << "emit '" in emit_intrinsic_instruction()
[all …]
Dsfn_shaderio.cpp120 sfn_log << SfnLog::io << __func__ in ShaderInputVarying()
172 sfn_log << SfnLog::io in ShaderInputVarying()
256 sfn_log << SfnLog::io << __func__ << " Don't set color_ioinfo\n"; in set_color_ioinfo()
263 sfn_log << SfnLog::io << __func__ << "name << " << name << " sid << " << sid << "\n"; in ShaderInputColor()
268 sfn_log << SfnLog::io << "Set back color index " << back_color_input_idx << "\n"; in set_back_color()
274 sfn_log << SfnLog::io << __func__ << " set color_ioinfo " << m_back_color_input_idx << "\n"; in set_color_ioinfo()
Dsfn_debug.cpp77 SfnLog sfn_log; variable
127 sfn_log << m_flag << std::string(" ", 2 * m_indention++) in SfnTrace()
133 sfn_log << m_flag << std::string(" ", 2 * m_indention--) in ~SfnTrace()
Dsfn_emittexinstruction.cpp119 r600::sfn_log << SfnLog::instr << "emit '" in emit_cube_txd()
193 r600::sfn_log << SfnLog::instr << "emit '" in emit_cube_txl()
263 r600::sfn_log << SfnLog::instr << "emit '" in emit_cube_txb()
408 r600::sfn_log << SfnLog::instr << "emit '" in emit_tex_tex()
438 r600::sfn_log << SfnLog::instr << "emit '" in emit_tex_txd()
481 r600::sfn_log << SfnLog::instr << "emit '" in emit_tex_txf()
541 r600::sfn_log << SfnLog::instr << "emit '" in emit_tex_txl()
666 r600::sfn_log << SfnLog::instr << "emit '" in emit_tex_tg4()
686 r600::sfn_log << SfnLog::tex << " really have offsets and they are " << in emit_tex_tg4()
726 r600::sfn_log << SfnLog::tex << "emit literal offsets\n"; in emit_tex_tg4()
[all …]
Dsfn_vertexstageexport.cpp179 sfn_log << SfnLog::err << __func__ << "Unsupported location " in emit_varying_pos()
193 sfn_log << SfnLog::io << __func__ << ": emit DDL: " << out_var->data.driver_location << "\n"; in emit_varying_param()
314 sfn_log << SfnLog::instr << "Emit stream " << i in emit_stream()
321 sfn_log << SfnLog::err << "\nERR: register index " in emit_stream()
354 sfn_log << SfnLog::instr << *so_gpr[i] << "\n"; in emit_stream()
359 sfn_log << SfnLog::instr << "Write output buffer " << i in emit_stream()
391 sfn_log << SfnLog::io << "check output " << out_var->data.driver_location in store_deref()
395sfn_log << SfnLog::io << " against " << k << " name=" << in_io.name<< " sid=" << in_io.sid << "… in store_deref()
411 sfn_log << SfnLog::err << "VS defines output at " in store_deref()
Dsfn_instruction_base.cpp112 sfn_log << SfnLog::merge << "REMAP " << *this << "\n"; in remap_registers()
124 sfn_log << SfnLog::merge << "TO " << *this << "\n\n"; in remap_registers()
156 sfn_log << SfnLog::merge << "Scan " << *this << "\n"; in evalue_liveness()
Dsfn_value_gpr.cpp321 sfn_log << SfnLog::reg << "Create indirect register from " << *this; in get_indirect()
326 sfn_log << SfnLog::reg << " -> " << *v; in get_indirect()
329 sfn_log << SfnLog::reg << "[" << *indirect << "]"; in get_indirect()
338 sfn_log << SfnLog::reg << "(" << *v << ")"; in get_indirect()
345 sfn_log << SfnLog::reg <<" -> " << *v << "\n"; in get_indirect()
Dsfn_shader_fragment.cpp66 sfn_log << SfnLog::io << "Parse input variable " in do_process_inputs()
183 sfn_log << SfnLog::io << "Interpolator " << i << " is enabled\n"; in do_allocate_reserved_registers()
215 sfn_log << SfnLog::io << "Set front_face register to " << *m_front_face_reg << "\n"; in do_allocate_reserved_registers()
228 sfn_log << SfnLog::io << "Set sample mask in register to " << *m_sample_mask_reg << "\n"; in do_allocate_reserved_registers()
240 sfn_log << SfnLog::io << "Set sample id register to " << *m_sample_id_reg << "\n"; in do_allocate_reserved_registers()
316 sfn_log << SfnLog::err << "r600-NIR: Unimplemented store_deref for " << in do_emit_store_deref()
323 sfn_log << SfnLog::io << "Parse output variable " in do_process_outputs()
602 sfn_log << SfnLog::io << "Set input[" << in_var->data.driver_location in do_emit_load_deref()
659 sfn_log << SfnLog::io << "Using Interpolator " << io.ij_index() << "\n"; in load_interpolated()
793sfn_log << SfnLog::io << "Pixel output " << out_var->name << " at loc:" << location << "\n"; in emit_export_pixel()
[all …]
Dsfn_conditionaljumptracker.cpp129 sfn_log << "Jump stack empty\n"; in add_mid()
136 sfn_log << "Loop jump stack empty\n"; in add_mid()
Dsfn_debug.h118 extern SfnLog sfn_log;
Dsfn_ir_to_assembly.cpp162 sfn_log << SfnLog::assembly << "Emit from '" << *i << "\n"; in emit()
236 sfn_log << SfnLog::assembly << " Prepare " << *addr << " to address register\n"; in emit_load_addr()
265sfn_log << SfnLog::assembly << " Have " << m_nliterals_in_group << " inject a last op (nop)\n"; in emit_alu()
336 sfn_log << SfnLog::assembly << " Current address register is " << *m_last_addr << "\n"; in emit_alu()
339 sfn_log << SfnLog::assembly << " Current dst register is " << *dst << "\n"; in emit_alu()
343 sfn_log << SfnLog::assembly << " Clear address register (was " << *m_last_addr << "\n"; in emit_alu()
1100 sfn_log << SfnLog::assembly << " mova_int, "; in emit_index_reg()
1112 sfn_log << SfnLog::assembly << "op1_set_cf_idx" << idx; in emit_index_reg()
1120 sfn_log << SfnLog::assembly << "\n"; in emit_index_reg()
Dsfn_emitaluinstruction.cpp47 r600::sfn_log << SfnLog::instr << "emit '" in do_emit()
210 sfn_log << SfnLog::reg << "Preload:\n"; in preload_src()
214 sfn_log << SfnLog::reg << " " << *m_src[i][c]; in preload_src()
217 sfn_log << SfnLog::reg << "\n"; in preload_src()
221 sfn_log << SfnLog::reg << " extra:" << *m_src[1][3] << "\n"; in preload_src()
277 sfn_log << SfnLog::reg << "Split test " << *src; in split_constants()
282 sfn_log << SfnLog::reg << " is constant " << i; in split_constants()
284 sfn_log << SfnLog::reg << "\n"; in split_constants()
292 sfn_log << SfnLog::reg << "split " << nconst << " constants, sel[0] = " << sel; ; in split_constants()
295 sfn_log << "sel[" << i << "] = " << c[i]->sel() << "\n"; in split_constants()
Dsfn_shader_vertex.cpp68 sfn_log << SfnLog::trans << "Start VS for GS\n"; in VertexShaderFromNir()
Dsfn_shader_base.h55 extern SfnLog sfn_log;
Dsfn_instruction_export.cpp187 sfn_log << SfnLog::merge << "Remap " << *m_address << " of type " << m_address->type() << "\n"; in remap_registers_child()
Dsfn_shader_geometry.cpp297 sfn_log << SfnLog::err << "GS: Indirect input addressing not (yet) supported\n"; in emit_load_from_array()