Home
last modified time | relevance | path

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

123456789

/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/drivers/r600/sfn/
H A Dsfn_valuepool.cpp206 sfn_log << SfnLog::reg << " LIDX:" << index; in lookup_register_index()
231 sfn_log << SfnLog::reg << __func__ << ": "; in from_nir()
233 sfn_log << "ssa_" << v.ssa.index; in from_nir()
235 sfn_log << "r" << v.reg.reg->index; in from_nir()
236 sfn_log << " -> " << idx << "\n"; in from_nir()
273 sfn_log << SfnLog::reg in create_register()
293 sfn_log << SfnLog::reg in inject_register()
323 sfn_log << SfnLog::reg in lookup_register()
351 sfn_log << SfnLog::reg << " Need to allocate ..."; in get_dst_ssa_register_index()
494 sfn_log << SfnLog::reg << " not found\n"; in get_literal_constant()
[all …]
H A 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()
99 sfn_log << SfnLog::trans << "Scan shader\n"; in lower()
111 sfn_log << SfnLog::trans << "Reserve registers\n"; in lower()
127 sfn_log << SfnLog::trans << "Process shader \n"; in lower()
134 sfn_log << SfnLog::trans << "Finalize\n"; in lower()
137 if (!sfn_log.has_debug_flag(SfnLog::nomerge)) { in lower()
[all …]
/dports/lang/clover/mesa-21.3.6/src/gallium/drivers/r600/sfn/
H A Dsfn_valuepool.cpp203 sfn_log << SfnLog::reg << " LIDX:" << index; in lookup_register_index()
222 sfn_log << SfnLog::reg << __func__ << ": "; in from_nir()
224 sfn_log << "ssa_" << v.ssa.index; in from_nir()
226 sfn_log << "r" << v.reg.reg->index; in from_nir()
227 sfn_log << " -> " << idx << "\n"; in from_nir()
264 sfn_log << SfnLog::reg in create_register()
284 sfn_log << SfnLog::reg in inject_register()
314 sfn_log << SfnLog::reg in lookup_register()
327 sfn_log << SfnLog::reg << "Register (" << sel << ", " in lookup_register()
342 sfn_log << SfnLog::reg << " Need to allocate ..."; in get_dst_ssa_register_index()
[all …]
H A Dsfn_nir.cpp101 sfn_log << SfnLog::trans << "Start TCS\n"; in lower()
109 sfn_log << SfnLog::trans << "Start GS\n"; in lower()
113 sfn_log << SfnLog::trans << "Start FS\n"; in lower()
117 sfn_log << SfnLog::trans << "Start CS\n"; in lower()
131 sfn_log << SfnLog::trans << "Scan shader\n"; in lower()
133 if (sfn_log.has_debug_flag(SfnLog::instr)) in lower()
147 sfn_log << SfnLog::trans << "Reserve registers\n"; in lower()
163 sfn_log << SfnLog::trans << "Process shader \n"; in lower()
170 sfn_log << SfnLog::trans << "Finalize\n"; in lower()
175 if (!sfn_log.has_debug_flag(SfnLog::nomerge)) { in lower()
[all …]
H A 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()
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()
943 sfn_log << SfnLog::merge << "Use Range " <<r.reg << " [" in get_temp_registers_remapping()
956 sfn_log << SfnLog::merge << "Next target is " in get_temp_registers_remapping()
969 sfn_log << SfnLog::merge << "Map " in get_temp_registers_remapping()
[all …]
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/drivers/r600/sfn/
H A Dsfn_valuepool.cpp203 sfn_log << SfnLog::reg << " LIDX:" << index; in lookup_register_index()
222 sfn_log << SfnLog::reg << __func__ << ": "; in from_nir()
224 sfn_log << "ssa_" << v.ssa.index; in from_nir()
226 sfn_log << "r" << v.reg.reg->index; in from_nir()
227 sfn_log << " -> " << idx << "\n"; in from_nir()
264 sfn_log << SfnLog::reg in create_register()
284 sfn_log << SfnLog::reg in inject_register()
314 sfn_log << SfnLog::reg in lookup_register()
327 sfn_log << SfnLog::reg << "Register (" << sel << ", " in lookup_register()
342 sfn_log << SfnLog::reg << " Need to allocate ..."; in get_dst_ssa_register_index()
[all …]
H A Dsfn_nir.cpp101 sfn_log << SfnLog::trans << "Start TCS\n"; in lower()
109 sfn_log << SfnLog::trans << "Start GS\n"; in lower()
113 sfn_log << SfnLog::trans << "Start FS\n"; in lower()
117 sfn_log << SfnLog::trans << "Start CS\n"; in lower()
131 sfn_log << SfnLog::trans << "Scan shader\n"; in lower()
133 if (sfn_log.has_debug_flag(SfnLog::instr)) in lower()
147 sfn_log << SfnLog::trans << "Reserve registers\n"; in lower()
163 sfn_log << SfnLog::trans << "Process shader \n"; in lower()
170 sfn_log << SfnLog::trans << "Finalize\n"; in lower()
175 if (!sfn_log.has_debug_flag(SfnLog::nomerge)) { in lower()
[all …]
H A 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()
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()
943 sfn_log << SfnLog::merge << "Use Range " <<r.reg << " [" in get_temp_registers_remapping()
956 sfn_log << SfnLog::merge << "Next target is " in get_temp_registers_remapping()
969 sfn_log << SfnLog::merge << "Map " in get_temp_registers_remapping()
[all …]
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/drivers/r600/sfn/
H A Dsfn_valuepool.cpp203 sfn_log << SfnLog::reg << " LIDX:" << index; in lookup_register_index()
222 sfn_log << SfnLog::reg << __func__ << ": "; in from_nir()
224 sfn_log << "ssa_" << v.ssa.index; in from_nir()
226 sfn_log << "r" << v.reg.reg->index; in from_nir()
227 sfn_log << " -> " << idx << "\n"; in from_nir()
264 sfn_log << SfnLog::reg in create_register()
284 sfn_log << SfnLog::reg in inject_register()
314 sfn_log << SfnLog::reg in lookup_register()
327 sfn_log << SfnLog::reg << "Register (" << sel << ", " in lookup_register()
342 sfn_log << SfnLog::reg << " Need to allocate ..."; in get_dst_ssa_register_index()
[all …]
H A Dsfn_nir.cpp101 sfn_log << SfnLog::trans << "Start TCS\n"; in lower()
109 sfn_log << SfnLog::trans << "Start GS\n"; in lower()
113 sfn_log << SfnLog::trans << "Start FS\n"; in lower()
117 sfn_log << SfnLog::trans << "Start CS\n"; in lower()
131 sfn_log << SfnLog::trans << "Scan shader\n"; in lower()
133 if (sfn_log.has_debug_flag(SfnLog::instr)) in lower()
147 sfn_log << SfnLog::trans << "Reserve registers\n"; in lower()
163 sfn_log << SfnLog::trans << "Process shader \n"; in lower()
170 sfn_log << SfnLog::trans << "Finalize\n"; in lower()
175 if (!sfn_log.has_debug_flag(SfnLog::nomerge)) { in lower()
[all …]
H A 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()
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()
943 sfn_log << SfnLog::merge << "Use Range " <<r.reg << " [" in get_temp_registers_remapping()
956 sfn_log << SfnLog::merge << "Next target is " in get_temp_registers_remapping()
969 sfn_log << SfnLog::merge << "Map " in get_temp_registers_remapping()
[all …]
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/drivers/r600/sfn/
H A Dsfn_valuepool.cpp203 sfn_log << SfnLog::reg << " LIDX:" << index; in lookup_register_index()
222 sfn_log << SfnLog::reg << __func__ << ": "; in from_nir()
224 sfn_log << "ssa_" << v.ssa.index; in from_nir()
226 sfn_log << "r" << v.reg.reg->index; in from_nir()
227 sfn_log << " -> " << idx << "\n"; in from_nir()
264 sfn_log << SfnLog::reg in create_register()
284 sfn_log << SfnLog::reg in inject_register()
314 sfn_log << SfnLog::reg in lookup_register()
327 sfn_log << SfnLog::reg << "Register (" << sel << ", " in lookup_register()
342 sfn_log << SfnLog::reg << " Need to allocate ..."; in get_dst_ssa_register_index()
[all …]
H A Dsfn_nir.cpp101 sfn_log << SfnLog::trans << "Start TCS\n"; in lower()
109 sfn_log << SfnLog::trans << "Start GS\n"; in lower()
113 sfn_log << SfnLog::trans << "Start FS\n"; in lower()
117 sfn_log << SfnLog::trans << "Start CS\n"; in lower()
131 sfn_log << SfnLog::trans << "Scan shader\n"; in lower()
133 if (sfn_log.has_debug_flag(SfnLog::instr)) in lower()
147 sfn_log << SfnLog::trans << "Reserve registers\n"; in lower()
163 sfn_log << SfnLog::trans << "Process shader \n"; in lower()
170 sfn_log << SfnLog::trans << "Finalize\n"; in lower()
175 if (!sfn_log.has_debug_flag(SfnLog::nomerge)) { in lower()
[all …]
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/drivers/r600/sfn/
H A Dsfn_valuepool.cpp203 sfn_log << SfnLog::reg << " LIDX:" << index; in lookup_register_index()
222 sfn_log << SfnLog::reg << __func__ << ": "; in from_nir()
224 sfn_log << "ssa_" << v.ssa.index; in from_nir()
226 sfn_log << "r" << v.reg.reg->index; in from_nir()
227 sfn_log << " -> " << idx << "\n"; in from_nir()
264 sfn_log << SfnLog::reg in create_register()
284 sfn_log << SfnLog::reg in inject_register()
314 sfn_log << SfnLog::reg in lookup_register()
327 sfn_log << SfnLog::reg << "Register (" << sel << ", " in lookup_register()
342 sfn_log << SfnLog::reg << " Need to allocate ..."; in get_dst_ssa_register_index()
[all …]
H A Dsfn_nir.cpp101 sfn_log << SfnLog::trans << "Start TCS\n"; in lower()
109 sfn_log << SfnLog::trans << "Start GS\n"; in lower()
113 sfn_log << SfnLog::trans << "Start FS\n"; in lower()
117 sfn_log << SfnLog::trans << "Start CS\n"; in lower()
131 sfn_log << SfnLog::trans << "Scan shader\n"; in lower()
133 if (sfn_log.has_debug_flag(SfnLog::instr)) in lower()
147 sfn_log << SfnLog::trans << "Reserve registers\n"; in lower()
163 sfn_log << SfnLog::trans << "Process shader \n"; in lower()
170 sfn_log << SfnLog::trans << "Finalize\n"; in lower()
175 if (!sfn_log.has_debug_flag(SfnLog::nomerge)) { in lower()
[all …]
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/drivers/r600/sfn/
H A Dsfn_valuepool.cpp203 sfn_log << SfnLog::reg << " LIDX:" << index; in lookup_register_index()
222 sfn_log << SfnLog::reg << __func__ << ": "; in from_nir()
224 sfn_log << "ssa_" << v.ssa.index; in from_nir()
226 sfn_log << "r" << v.reg.reg->index; in from_nir()
227 sfn_log << " -> " << idx << "\n"; in from_nir()
264 sfn_log << SfnLog::reg in create_register()
284 sfn_log << SfnLog::reg in inject_register()
314 sfn_log << SfnLog::reg in lookup_register()
327 sfn_log << SfnLog::reg << "Register (" << sel << ", " in lookup_register()
342 sfn_log << SfnLog::reg << " Need to allocate ..."; in get_dst_ssa_register_index()
[all …]
H A Dsfn_nir.cpp101 sfn_log << SfnLog::trans << "Start TCS\n"; in lower()
109 sfn_log << SfnLog::trans << "Start GS\n"; in lower()
113 sfn_log << SfnLog::trans << "Start FS\n"; in lower()
117 sfn_log << SfnLog::trans << "Start CS\n"; in lower()
131 sfn_log << SfnLog::trans << "Scan shader\n"; in lower()
133 if (sfn_log.has_debug_flag(SfnLog::instr)) in lower()
147 sfn_log << SfnLog::trans << "Reserve registers\n"; in lower()
163 sfn_log << SfnLog::trans << "Process shader \n"; in lower()
170 sfn_log << SfnLog::trans << "Finalize\n"; in lower()
175 if (!sfn_log.has_debug_flag(SfnLog::nomerge)) { in lower()
[all …]
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/drivers/r600/sfn/
H A Dsfn_valuepool.cpp203 sfn_log << SfnLog::reg << " LIDX:" << index; in lookup_register_index()
222 sfn_log << SfnLog::reg << __func__ << ": "; in from_nir()
224 sfn_log << "ssa_" << v.ssa.index; in from_nir()
226 sfn_log << "r" << v.reg.reg->index; in from_nir()
227 sfn_log << " -> " << idx << "\n"; in from_nir()
264 sfn_log << SfnLog::reg in create_register()
284 sfn_log << SfnLog::reg in inject_register()
314 sfn_log << SfnLog::reg in lookup_register()
327 sfn_log << SfnLog::reg << "Register (" << sel << ", " in lookup_register()
342 sfn_log << SfnLog::reg << " Need to allocate ..."; in get_dst_ssa_register_index()
[all …]
H A Dsfn_nir.cpp101 sfn_log << SfnLog::trans << "Start TCS\n"; in lower()
109 sfn_log << SfnLog::trans << "Start GS\n"; in lower()
113 sfn_log << SfnLog::trans << "Start FS\n"; in lower()
117 sfn_log << SfnLog::trans << "Start CS\n"; in lower()
131 sfn_log << SfnLog::trans << "Scan shader\n"; in lower()
133 if (sfn_log.has_debug_flag(SfnLog::instr)) in lower()
147 sfn_log << SfnLog::trans << "Reserve registers\n"; in lower()
163 sfn_log << SfnLog::trans << "Process shader \n"; in lower()
170 sfn_log << SfnLog::trans << "Finalize\n"; in lower()
175 if (!sfn_log.has_debug_flag(SfnLog::nomerge)) { in lower()
[all …]
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/drivers/r600/sfn/
H A Dsfn_valuepool.cpp203 sfn_log << SfnLog::reg << " LIDX:" << index; in lookup_register_index()
222 sfn_log << SfnLog::reg << __func__ << ": "; in from_nir()
224 sfn_log << "ssa_" << v.ssa.index; in from_nir()
226 sfn_log << "r" << v.reg.reg->index; in from_nir()
227 sfn_log << " -> " << idx << "\n"; in from_nir()
264 sfn_log << SfnLog::reg in create_register()
284 sfn_log << SfnLog::reg in inject_register()
314 sfn_log << SfnLog::reg in lookup_register()
327 sfn_log << SfnLog::reg << "Register (" << sel << ", " in lookup_register()
342 sfn_log << SfnLog::reg << " Need to allocate ..."; in get_dst_ssa_register_index()
[all …]
H A Dsfn_nir.cpp101 sfn_log << SfnLog::trans << "Start TCS\n"; in lower()
109 sfn_log << SfnLog::trans << "Start GS\n"; in lower()
113 sfn_log << SfnLog::trans << "Start FS\n"; in lower()
117 sfn_log << SfnLog::trans << "Start CS\n"; in lower()
131 sfn_log << SfnLog::trans << "Scan shader\n"; in lower()
133 if (sfn_log.has_debug_flag(SfnLog::instr)) in lower()
147 sfn_log << SfnLog::trans << "Reserve registers\n"; in lower()
163 sfn_log << SfnLog::trans << "Process shader \n"; in lower()
170 sfn_log << SfnLog::trans << "Finalize\n"; in lower()
175 if (!sfn_log.has_debug_flag(SfnLog::nomerge)) { in lower()
[all …]
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/drivers/r600/sfn/
H A Dsfn_valuepool.cpp203 sfn_log << SfnLog::reg << " LIDX:" << index; in lookup_register_index()
222 sfn_log << SfnLog::reg << __func__ << ": "; in from_nir()
224 sfn_log << "ssa_" << v.ssa.index; in from_nir()
226 sfn_log << "r" << v.reg.reg->index; in from_nir()
227 sfn_log << " -> " << idx << "\n"; in from_nir()
264 sfn_log << SfnLog::reg in create_register()
284 sfn_log << SfnLog::reg in inject_register()
314 sfn_log << SfnLog::reg in lookup_register()
327 sfn_log << SfnLog::reg << "Register (" << sel << ", " in lookup_register()
342 sfn_log << SfnLog::reg << " Need to allocate ..."; in get_dst_ssa_register_index()
[all …]
H A Dsfn_nir.cpp103 sfn_log << SfnLog::trans << "Start TCS\n"; in lower()
111 sfn_log << SfnLog::trans << "Start GS\n"; in lower()
115 sfn_log << SfnLog::trans << "Start FS\n"; in lower()
119 sfn_log << SfnLog::trans << "Start CS\n"; in lower()
133 sfn_log << SfnLog::trans << "Scan shader\n"; in lower()
135 if (sfn_log.has_debug_flag(SfnLog::instr)) in lower()
149 sfn_log << SfnLog::trans << "Reserve registers\n"; in lower()
165 sfn_log << SfnLog::trans << "Process shader \n"; in lower()
172 sfn_log << SfnLog::trans << "Finalize\n"; in lower()
177 if (!sfn_log.has_debug_flag(SfnLog::nomerge)) { in lower()
[all …]
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/drivers/r600/sfn/
H A Dsfn_valuepool.cpp203 sfn_log << SfnLog::reg << " LIDX:" << index; in lookup_register_index()
222 sfn_log << SfnLog::reg << __func__ << ": "; in from_nir()
224 sfn_log << "ssa_" << v.ssa.index; in from_nir()
226 sfn_log << "r" << v.reg.reg->index; in from_nir()
227 sfn_log << " -> " << idx << "\n"; in from_nir()
264 sfn_log << SfnLog::reg in create_register()
284 sfn_log << SfnLog::reg in inject_register()
314 sfn_log << SfnLog::reg in lookup_register()
327 sfn_log << SfnLog::reg << "Register (" << sel << ", " in lookup_register()
342 sfn_log << SfnLog::reg << " Need to allocate ..."; in get_dst_ssa_register_index()
[all …]
H A Dsfn_nir.cpp101 sfn_log << SfnLog::trans << "Start TCS\n"; in lower()
109 sfn_log << SfnLog::trans << "Start GS\n"; in lower()
113 sfn_log << SfnLog::trans << "Start FS\n"; in lower()
117 sfn_log << SfnLog::trans << "Start CS\n"; in lower()
131 sfn_log << SfnLog::trans << "Scan shader\n"; in lower()
133 if (sfn_log.has_debug_flag(SfnLog::instr)) in lower()
147 sfn_log << SfnLog::trans << "Reserve registers\n"; in lower()
163 sfn_log << SfnLog::trans << "Process shader \n"; in lower()
170 sfn_log << SfnLog::trans << "Finalize\n"; in lower()
175 if (!sfn_log.has_debug_flag(SfnLog::nomerge)) { in lower()
[all …]

123456789