Searched refs:user_error (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/
H A Dnine_debug.h105 * if (user_error(required condition)) { assertion failed }
108 #define user_error(x) \ macro
112 #define user_error(x) (!(x) ? TRUE : FALSE) macro
125 if (user_error(x)) { \
H A Dvertexdeclaration9.c341 (void)user_error(!"Position doesn't match any known combination");
372 if (user_error(texcount <= 8)) { texcount = 8; }
H A Dnine_pipe.h517 if (user_error(texcount <= 8))
H A Dswapchain9.c1133 (void)user_error(Type == D3DBACKBUFFER_TYPE_MONO);
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
H A Dnine_debug.h106 * if (user_error(required condition)) { assertion failed }
109 #define user_error(x) \ macro
113 #define user_error(x) (!(x) ? TRUE : FALSE) macro
126 if (user_error(x)) { \
H A Dvertexdeclaration9.c342 (void)user_error(!"Position doesn't match any known combination");
373 if (user_error(texcount <= 8)) { texcount = 8; }
H A Dnine_pipe.h551 if (user_error(texcount <= 8))
H A Dswapchain9.c1156 (void)user_error(Type == D3DBACKBUFFER_TYPE_MONO);

Completed in 9 milliseconds