Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/spirv/
Dvtn_private.h423 void _vtn_warn(const char *file, int line, const char *msg, ...);
424 #define vtn_warn(...) _vtn_warn(__FILE__, __LINE__, __VA_ARGS__)
Dspirv_to_nir.c43 _vtn_warn(const char *file, int line, const char *msg, ...) in _vtn_warn() function