/external/mesa3d/src/gallium/drivers/i915/ |
D | i915_debug_fp.c | 37 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()
|
D | i915_debug.c | 71 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 …]
|
D | i915_debug_private.h | 34 struct debug_stream struct 42 void i915_disassemble_program(struct debug_stream *stream, argument
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | i915_debug.c | 35 debug(struct debug_stream *stream, const char *name, GLuint len) in debug() 81 debug_prim(struct debug_stream *stream, const char *name, in debug_prim() 111 debug_program(struct debug_stream *stream, const char *name, GLuint len) in debug_program() 133 debug_chain(struct debug_stream *stream, const char *name, GLuint len) in debug_chain() 158 debug_variable_length_prim(struct debug_stream *stream) in debug_variable_length_prim() 206 debug_load_immediate(struct debug_stream *stream, const char *name, GLuint len) in debug_load_immediate() 312 debug_load_indirect(struct debug_stream *stream, const char *name, GLuint len) in debug_load_indirect() 368 static void BR13( struct debug_stream *stream, in BR13() 379 static void BR2223( struct debug_stream *stream, in BR2223() 400 static void BR09( struct debug_stream *stream, in BR09() [all …]
|
D | i915_debug.h | 36 struct debug_stream struct
|
/external/google-breakpad/src/common/windows/ |
D | dia_util.cc | 37 IDiaEnumDebugStreamData** debug_stream) { in FindDebugStream() argument 56 *debug_stream = temp_debug_stream.Detach(); in FindDebugStream()
|
D | dia_util.h | 44 IDiaEnumDebugStreamData** debug_stream);
|
/external/bison/data/ |
D | glr.cc | 167 std::ostream& yyoutput = debug_stream (); 192 ]b4_parser_class_name[::debug_stream () const 288 std::ostream& debug_stream () const;
|
D | lalr1.cc | 97 std::ostream& debug_stream () const; 418 std::ostream& yyo = debug_stream (); 471 ]b4_parser_class_name[::debug_stream () const
|
/external/bison/examples/calc++/ |
D | calc++-parser.hh | 118 std::ostream& debug_stream () const;
|
D | calc++-parser.cc | 215 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/ |
D | TODO | 39 %printer { debug_stream() << $$; } <my_type>; 42 "debug_stream()" to find the stream to use. The same applies to
|
D | NEWS | 446 "yyoutput" (as an alias to "debug_stream ()").
|
D | ChangeLog-2012 | 3435 * 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/ |
D | actions.at | 399 ]AT_LALR1_CC_IF([debug_stream () << $$;],
|
D | testsuite | 42439 debug_stream () << $$;; 43015 debug_stream () << $$;;
|
/external/bison/doc/ |
D | bison.texi | 9926 @c debug_stream. 9965 @deftypemethod {parser} {std::ostream&} debug_stream () 10678 @c debug_stream.
|
D | bison.info | 9380 -- Method on parser: std::ostream& debug_stream () 12221 * debug_stream on parser: C++ Parser Interface.
|