Home
last modified time | relevance | path

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

/third_party/mesa3d/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"); in NineVertexDeclaration9_new_from_fvf()
373 if (user_error(texcount <= 8)) { texcount = 8; } in NineVertexDeclaration9_new_from_fvf()
H A Dnine_pipe.h551 if (user_error(texcount <= 8)) in nine_fvf_stride()
H A Dswapchain9.c1159 (void)user_error(Type == D3DBACKBUFFER_TYPE_MONO); in NineSwapChain9_GetBackBuffer()
/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DGPBWire.php87 user_error("Unsupported type.");
90 user_error("Unsupported type.");
616 user_error("Unsupported type.");
H A DMessage.php96 user_error(get_class($this) . " is not found in descriptor pool.");
296 user_error("Unsupported type.");
479 user_error("Unsupported type.");
702 user_error("Cannot merge messages with different class.");
1661 user_error("Unsupported type.");
1664 user_error("Unsupported type.");
1766 # user_error("Unsupported type.");
1769 user_error("Unsupported type " . $field->getType());
H A DGPBJsonWire.php240 user_error("Unsupported type.");

Completed in 8 milliseconds