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/
Dnine_debug.h109 #define user_error(x) \ macro
113 #define user_error(x) (!(x) ? TRUE : FALSE) macro
126 if (user_error(x)) { \
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()
Dnine_pipe.h551 if (user_error(texcount <= 8)) in nine_fvf_stride()
Dswapchain9.c1159 (void)user_error(Type == D3DBACKBUFFER_TYPE_MONO); in NineSwapChain9_GetBackBuffer()
/third_party/protobuf/php/src/Google/Protobuf/Internal/
DGPBWire.php87 user_error("Unsupported type.");
90 user_error("Unsupported type.");
616 user_error("Unsupported type.");
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.");
1769 user_error("Unsupported type " . $field->getType());
DGPBJsonWire.php240 user_error("Unsupported type.");