Searched refs:aco_err (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/amd/compiler/ |
D | aco_validate.cpp | 91 aco_err(program, "%s", out); in validate_ir() 100 aco_err(program, "%s: BB%u", msg, block->index); in validate_ir() 558 aco_err(program, "%s", out); in ra_fail()
|
D | aco_live_var_analysis.cpp | 216 …aco_err(program, "Temporary never defined or are defined after use: %%%d in BB%d", t, block->index… in process_live_temps_per_block()
|
D | aco_assembler.cpp | 95 aco_err(ctx.program, out); in emit_instruction() 756 … aco_err(program, "Missing export in %s shader:", is_vertex_or_ngg ? "vertex or NGG" : "fragment"); in fix_exports()
|
D | aco_ir.h | 1774 #define aco_err(program, ...) _aco_err(program, __FILE__, __LINE__, __VA_ARGS__) macro
|
D | aco_register_allocation.cpp | 1280 aco_err(ctx.program, "Failed to allocate registers during shader compilation."); in get_reg()
|