Home
last modified time | relevance | path

Searched refs:_aco_perfwarn (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/amd/compiler/
Daco_ir.h2210 void _aco_perfwarn(Program* program, const char* file, unsigned line, const char* fmt, ...);
2213 #define aco_perfwarn(program, ...) _aco_perfwarn(program, __FILE__, __LINE__, __VA_ARGS__)
Daco_validate.cpp60 _aco_perfwarn(Program* program, const char* file, unsigned line, const char* fmt, ...) in _aco_perfwarn() function