Searched refs:aco_err (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/amd/compiler/ |
D | aco_validate.cpp | 97 aco_err(program, "%s", out); in validate_ir() 108 aco_err(program, "%s: BB%u", msg, block->index); in validate_ir() 781 aco_err(program, "%s", out); in ra_fail()
|
D | aco_live_var_analysis.cpp | 236 aco_err(program, "Temporary never defined or are defined after use: %%%d in BB%d", t, in process_live_temps_per_block()
|
D | aco_assembler.cpp | 106 aco_err(ctx.program, outmem); in emit_instruction() 829 aco_err(program, in fix_exports()
|
D | aco_ir.h | 2275 #define aco_err(program, ...) _aco_err(program, __FILE__, __LINE__, __VA_ARGS__) macro
|