Home
last modified time | relevance | path

Searched refs:_aco_err (Results 1 - 3 of 3) sorted by relevance

/third_party/mesa3d/src/amd/compiler/
H A Daco_ir.h2272 void _aco_err(Program* program, const char* file, unsigned line, const char* fmt, ...);
2275 #define aco_err(program, ...) _aco_err(program, __FILE__, __LINE__, __VA_ARGS__)
H A Daco_validate.cpp70 _aco_err(Program* program, const char* file, unsigned line, const char* fmt, ...) in _aco_err() function
H A Daco_instruction_selection.cpp65 _aco_err(ctx->program, file, line, out); in _isel_err()

Completed in 30 milliseconds