Searched refs:debug_stream (Results 1 – 5 of 5) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/i915/ |
D | i915_debug.c | 68 debug(struct debug_stream *stream, const char *name, unsigned len) in debug() 139 debug_prim(struct debug_stream *stream, const char *name, bool dump_floats, in debug_prim() 163 debug_program(struct debug_stream *stream, const char *name, unsigned len) in debug_program() 184 debug_chain(struct debug_stream *stream, const char *name, unsigned len) in debug_chain() 207 debug_variable_length_prim(struct debug_stream *stream) in debug_variable_length_prim() 230 BITS(struct debug_stream *stream, unsigned dw, unsigned hi, unsigned lo, in BITS() 255 FLAG(struct debug_stream *stream, unsigned dw, unsigned bit, const char *fmt, in FLAG() 271 debug_load_immediate(struct debug_stream *stream, const char *name, in debug_load_immediate() 375 debug_load_indirect(struct debug_stream *stream, const char *name, unsigned len) in debug_load_indirect() 437 BR13(struct debug_stream *stream, unsigned val) in BR13() [all …]
|
D | i915_debug_private.h | 34 struct debug_stream { struct
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | loop_dependence.h | 370 void SetDebugStream(std::ostream& debug_stream) { in SetDebugStream() argument 371 debug_stream_ = &debug_stream; in SetDebugStream()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | loop_dependence.h | 370 void SetDebugStream(std::ostream& debug_stream) { in SetDebugStream() argument 371 debug_stream_ = &debug_stream; in SetDebugStream()
|
/third_party/spirv-tools/source/opt/ |
D | loop_dependence.h | 370 void SetDebugStream(std::ostream& debug_stream) { in SetDebugStream() argument 371 debug_stream_ = &debug_stream; in SetDebugStream()
|