/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_text.c | 350 static void report_error( struct translate_ctx *ctx, const char *msg ) in report_error() function 391 report_error( ctx, "Unknown header" ); in parse_header() 471 report_error( ctx, "Writemask expected" ); in parse_opt_writemask() 492 report_error( ctx, "Unknown register file" ); in parse_register_file_bracket() 497 report_error( ctx, "Expected `['" ); in parse_register_file_bracket() 518 report_error( ctx, "Expected literal unsigned integer" ); in parse_register_file_bracket_index() 537 report_error( ctx, "Expected `]'" ); in parse_register_1d() 591 report_error(ctx, "Expected indirect register swizzle component `x', `y', `z' or `w'"); in parse_register_bracket() 605 report_error( ctx, "Expected literal unsigned integer" ); in parse_register_bracket() 614 report_error( ctx, "Expected `]'" ); in parse_register_bracket() [all …]
|
D | tgsi_sanity.c | 151 report_error( in report_error() function 194 report_error( ctx, "(%u): Invalid register file name", file ); in check_file_name() 281 report_error( ctx, "%s: Undeclared %s register", file_names[reg->file], name ); in check_register_usage() 290 report_error( ctx, "%s[%d][%d]: Undeclared %s register", file_names[reg->file], in check_register_usage() 294 report_error( ctx, "%s[%d]: Undeclared %s register", file_names[reg->file], in check_register_usage() 317 report_error( ctx, "Too many END instructions" ); in iter_instruction() 324 report_error( ctx, "(%u): Invalid instruction opcode", inst->Instruction.Opcode ); in iter_instruction() 329 report_error( ctx, "%s: Invalid number of destination operands, should be %u", in iter_instruction() 333 report_error( ctx, "%s: Invalid number of source operands, should be %u", in iter_instruction() 348 report_error(ctx, "Destination register has empty writemask"); in iter_instruction() [all …]
|
/third_party/skia/third_party/externals/spirv-cross/ |
D | spirv_cross_c.cpp | 70 (context)->report_error(e.what()); \ 120 void report_error(std::string msg); 123 void spvc_context_s::report_error(std::string msg) in report_error() function in spvc_context_s 247 context->report_error("Out of memory."); in spvc_context_parse_spirv() 270 context->report_error("Out of memory."); in spvc_context_create_compiler() 278 context->report_error("Invalid argument for capture mode."); in spvc_context_create_compiler() 337 context->report_error("Invalid backend."); in spvc_context_create_compiler() 355 compiler->context->report_error("Out of memory."); in spvc_compiler_create_compiler_options() 411 options->context->report_error("Option is not supported by current backend."); in spvc_compiler_options_set_uint() 717 options->context->report_error("Unknown option."); in spvc_compiler_options_set_uint() [all …]
|
/third_party/gstreamer/gstplugins_bad/sys/msdk/ |
D | gstmsdkh264dec.c | 82 if (decoder->report_error) { in gst_msdkh264dec_configure() 118 dec->report_error = g_value_get_boolean (value); in gst_msdkdec_h264_set_property() 145 g_value_set_boolean (value, dec->report_error); in gst_msdkdec_h264_get_property()
|
D | gstmsdkh265dec.c | 104 if (decoder->report_error) { in gst_msdkh265dec_configure() 140 dec->report_error = g_value_get_boolean (value); in gst_msdkdec_h265_set_property() 167 g_value_set_boolean (value, dec->report_error); in gst_msdkdec_h265_get_property()
|
D | gstmsdkdec.h | 102 gboolean report_error; member
|
D | gstmsdkdec.c | 665 if (!thiz->report_error || !corruption) in gst_msdkdec_frame_corruption_report() 1023 if (!thiz->report_error) in gst_msdkdec_error_report() 1157 if (thiz->report_error) in gst_msdkdec_handle_frame() 1250 if (thiz->report_error) in gst_msdkdec_handle_frame() 1275 if (thiz->report_error) in gst_msdkdec_handle_frame() 1656 if (thiz->report_error) in gst_msdkdec_drain() 1905 thiz->report_error = FALSE; in gst_msdkdec_init()
|
/third_party/python/Lib/idlelib/ |
D | searchengine.py | 79 self.report_error(pat, "Empty regular expression") 88 self.report_error(pat, e.msg, e.pos) 92 def report_error(self, pat, msg, col=None): member in SearchEngine
|
D | replace.py | 124 self.engine.report_error(repl, 'Invalid Replace Expression')
|
/third_party/python/Lib/idlelib/idle_test/ |
D | test_searchengine.py | 192 Equal(self.engine.report_error(pat, msg), None) 197 Equal(self.engine.report_error(pat, msg, 5), None)
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/ |
D | eap_server.c | 877 goto report_error; in SM_STATE() 977 report_error: in SM_STATE()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/ |
D | eap_server.c | 886 goto report_error; in SM_STATE() 986 report_error: in SM_STATE()
|