| H A D | sfn_debug.cpp | 60 {"instr", SfnLog::instr, "Log all consumed nir instructions"}, 61 {"ir", SfnLog::r600ir, "Log created R600 IR"}, 62 {"cc", SfnLog::cc, "Log R600 IR to assembly code creation"}, 63 {"noerr", SfnLog::err, "Don't log shader conversion errors"}, 64 {"si", SfnLog::shader_info, "Log shader info (non-zero values)"}, 65 {"ts", SfnLog::test_shader, "Log shaders in tests"}, 66 {"reg", SfnLog::reg, "Log register allocation and lookup"}, 67 {"io", SfnLog::io, "Log shader in and output"}, 68 {"ass", SfnLog::assembly, "Log IR to assembly conversion"}, 69 {"flow", SfnLog 87 SfnLog::SfnLog(): function in class:r600::SfnLog [all...] |