Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/i915/
Di915_debug_fp.c37 struct debug_stream *stream, in PRINTF()
133 print_reg_type_nr(struct debug_stream *stream, unsigned type, unsigned nr) in print_reg_type_nr()
180 print_reg_neg_swizzle(struct debug_stream *stream, unsigned reg) in print_reg_neg_swizzle()
222 print_src_reg(struct debug_stream *stream, unsigned dword) in print_src_reg()
232 print_dest_reg(struct debug_stream *stream, unsigned dword) in print_dest_reg()
257 print_arith_op(struct debug_stream *stream, in print_arith_op()
291 print_tex_op(struct debug_stream *stream, in print_tex_op()
309 print_texkil_op(struct debug_stream *stream, in print_texkil_op()
322 print_dcl_op(struct debug_stream *stream, in print_dcl_op()
333 i915_disassemble_program(struct debug_stream *stream, in i915_disassemble_program()
Di915_debug.c71 struct debug_stream *stream, in PRINTF()
83 static boolean debug( struct debug_stream *stream, const char *name, unsigned len ) in debug()
128 static boolean debug_prim( struct debug_stream *stream, const char *name, in debug_prim()
158 static boolean debug_program( struct debug_stream *stream, const char *name, unsigned len ) in debug_program()
179 static boolean debug_chain( struct debug_stream *stream, const char *name, unsigned len ) in debug_chain()
203 static boolean debug_variable_length_prim( struct debug_stream *stream ) in debug_variable_length_prim()
227 struct debug_stream *stream, in BITS()
261 struct debug_stream *stream, in FLAG()
280 static boolean debug_load_immediate( struct debug_stream *stream, in debug_load_immediate()
387 static boolean debug_load_indirect( struct debug_stream *stream, in debug_load_indirect()
[all …]
Di915_debug_private.h34 struct debug_stream struct
42 void i915_disassemble_program(struct debug_stream *stream, argument
/external/google-breakpad/src/common/windows/
Ddia_util.cc37 IDiaEnumDebugStreamData** debug_stream) { in FindDebugStream() argument
56 *debug_stream = temp_debug_stream.Detach(); in FindDebugStream()
Ddia_util.h44 IDiaEnumDebugStreamData** debug_stream);
/external/bison/data/
Dglr.cc167 std::ostream& yyoutput = debug_stream ();
192 ]b4_parser_class_name[::debug_stream () const
288 std::ostream& debug_stream () const;
Dlalr1.cc97 std::ostream& debug_stream () const;
418 std::ostream& yyo = debug_stream ();
471 ]b4_parser_class_name[::debug_stream () const
/external/bison/examples/calc++/
Dcalc++-parser.hh118 std::ostream& debug_stream () const;
Dcalc++-parser.cc215 std::ostream& yyo = debug_stream (); in yy_symbol_value_print_()
295 calcxx_parser::debug_stream () const in debug_stream() function in yy::calcxx_parser
/external/bison/
DTODO39 %printer { debug_stream() << $$; } <my_type>;
42 "debug_stream()" to find the stream to use. The same applies to
DNEWS446 "yyoutput" (as an alias to "debug_stream ()").
DChangeLog-20123435 * data/lalr1.cc (debug_stream, set_debug_stream)
7151 (debug_stream, set_debug_stream, debug_level, set_debug_level):
11647 (Parser::debug_stream, Parser::set_debug_stream): New.
11651 debug_stream ().
/external/bison/tests/
Dactions.at399 ]AT_LALR1_CC_IF([debug_stream () << $$;],
Dtestsuite42439 debug_stream () << $$;;
43015 debug_stream () << $$;;
/external/bison/doc/
Dbison.texi9926 @c debug_stream.
9965 @deftypemethod {parser} {std::ostream&} debug_stream ()
10678 @c debug_stream.
Dbison.info9380 -- Method on parser: std::ostream& debug_stream ()
12221 * debug_stream on parser: C++ Parser Interface.