Searched refs:vtn_err (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/compiler/spirv/ |
| H A D | vtn_private.h | 66 #define vtn_err(...) _vtn_err(b, __FILE__, __LINE__, __VA_ARGS__) macro
|
| H A D | spirv_to_nir.c | 6032 vtn_err("words[0] was 0x%x, want 0x%x", words[0], SpvMagicNumber); 6038 vtn_err("version was 0x%x, want >= 0x10000", b->version); 6080 vtn_err("words[4] was %u, want 0", words[4]);
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/ |
| H A D | vtn_private.h | 56 #define vtn_err(...) _vtn_err(b, __FILE__, __LINE__, __VA_ARGS__) macro
|
| H A D | spirv_to_nir.c | 4478 vtn_err("words[0] was 0x%x, want 0x%x", words[0], SpvMagicNumber); 4482 vtn_err("words[1] was 0x%x, want >= 0x10000", words[1]); 4498 vtn_err("words[4] was %u, want 0", words[4]);
|
Completed in 16 milliseconds