Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/spirv/
Dvtn_private.h92 #define _vtn_fail_with(t, msg, v) \ macro
95 #define vtn_fail_with_decoration(msg, v) _vtn_fail_with(decoration, msg, v)
96 #define vtn_fail_with_opcode(msg, v) _vtn_fail_with(op, msg, v)