Searched refs:_aco_err (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/amd/compiler/ |
| H A D | aco_ir.h | 2211 void _aco_err(Program* program, const char* file, unsigned line, const char* fmt, ...); 2214 #define aco_err(program, ...) _aco_err(program, __FILE__, __LINE__, __VA_ARGS__)
|
| H A D | aco_validate.cpp | 70 _aco_err(Program* program, const char* file, unsigned line, const char* fmt, ...) function in namespace:aco
|
| H A D | aco_instruction_selection.cpp | 65 _aco_err(ctx->program, file, line, out);
|
Completed in 156 milliseconds