Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/compiler/
Daco_ir.h1768 void _aco_perfwarn(Program *program, const char *file, unsigned line,
1773 #define aco_perfwarn(program, ...) _aco_perfwarn(program, __FILE__, __LINE__, __VA_ARGS__)
Daco_validate.cpp54 void _aco_perfwarn(Program *program, const char *file, unsigned line, in _aco_perfwarn() function