Searched refs:debug_stream (Results 1 - 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/drivers/i915/
H A Di915_debug_private.h34 struct debug_stream struct
42 void i915_disassemble_program(struct debug_stream *stream,
H A Di915_debug_fp.c37 struct debug_stream *stream,
133 print_reg_type_nr(struct debug_stream *stream, unsigned type, unsigned nr)
180 print_reg_neg_swizzle(struct debug_stream *stream, unsigned reg)
222 print_src_reg(struct debug_stream *stream, unsigned dword)
232 print_dest_reg(struct debug_stream *stream, unsigned dword)
257 print_arith_op(struct debug_stream *stream,
291 print_tex_op(struct debug_stream *stream,
309 print_texkil_op(struct debug_stream *stream,
322 print_dcl_op(struct debug_stream *stream,
333 i915_disassemble_program(struct debug_stream *strea
[all...]
H A Di915_debug.c71 struct debug_stream *stream,
83 static boolean debug( struct debug_stream *stream, const char *name, unsigned len )
128 static boolean debug_prim( struct debug_stream *stream, const char *name,
158 static boolean debug_program( struct debug_stream *stream, const char *name, unsigned len )
179 static boolean debug_chain( struct debug_stream *stream, const char *name, unsigned len )
203 static boolean debug_variable_length_prim( struct debug_stream *stream )
227 struct debug_stream *stream,
261 struct debug_stream *stream,
280 static boolean debug_load_immediate( struct debug_stream *stream,
387 static boolean debug_load_indirect( struct debug_stream *strea
[all...]
/external/google-breakpad/src/common/windows/
H A Ddia_util.h41 // the stream will be returned via |debug_stream|.
44 IDiaEnumDebugStreamData** debug_stream);
H A Ddia_util.cc37 IDiaEnumDebugStreamData** debug_stream) {
56 *debug_stream = temp_debug_stream.Detach();
35 FindDebugStream(const wchar_t* name, IDiaSession* session, IDiaEnumDebugStreamData** debug_stream) argument

Completed in 298 milliseconds