Searched refs:_aco_err (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/amd/compiler/ |
D | aco_ir.h | 1770 void _aco_err(Program *program, const char *file, unsigned line, 1774 #define aco_err(program, ...) _aco_err(program, __FILE__, __LINE__, __VA_ARGS__)
|
D | aco_validate.cpp | 65 void _aco_err(Program *program, const char *file, unsigned line, in _aco_err() function
|
D | aco_instruction_selection.cpp | 63 _aco_err(ctx->program, file, line, out); in _isel_err()
|