H A D | sfn_debug.cpp | 50 {"instr", SfnLog::instr, "Log all consumed nir instructions"}, 51 {"ir", SfnLog::r600ir, "Log created R600 IR"}, 52 {"cc", SfnLog::cc, "Log R600 IR to assembly code creation"}, 53 {"noerr", SfnLog::err, "Don't log shader conversion errors"}, 54 {"si", SfnLog::shader_info, "Log shader info (non-zero values)"}, 55 {"ts", SfnLog::test_shader, "Log shaders in tests"}, 56 {"reg", SfnLog::reg, "Log register allocation and lookup"}, 57 {"io", SfnLog::io, "Log shader in and output"}, 58 {"ass", SfnLog::assembly, "Log IR to assembly conversion"}, 59 {"flow", SfnLog 81 SfnLog::SfnLog(): SfnLog() function in r600::SfnLog [all...] |