Searched refs:bt_depth (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_debug_flush.h51 * @param bt_depth Depth of backtrace to be captured for this buffer
55 debug_flush_buf_create(boolean supports_unsync, unsigned bt_depth);
74 * @param bt_depth Depth of backtrace to be captured for this context
78 debug_flush_ctx_create(boolean catch_map_of_referenced, unsigned bt_depth);
H A Du_debug_flush.c59 unsigned bt_depth; member in struct:debug_flush_buf
68 unsigned bt_depth; member in struct:debug_flush_item
74 unsigned bt_depth; member in struct:debug_flush_ctx
109 debug_flush_buf_create(boolean supports_unsync, unsigned bt_depth) argument
117 fbuf->bt_depth = bt_depth;
155 unsigned bt_depth)
168 fctx->bt_depth = bt_depth;
222 2, fbuf->bt_depth, TRU
154 debug_flush_ctx_create(UNUSED boolean catch_reference_of_mapped,unsigned bt_depth) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_debug_flush.h51 * @param bt_depth Depth of backtrace to be captured for this buffer
55 debug_flush_buf_create(boolean supports_persistent, unsigned bt_depth);
74 * @param bt_depth Depth of backtrace to be captured for this context
78 debug_flush_ctx_create(boolean catch_map_of_referenced, unsigned bt_depth);
H A Du_debug_flush.c67 unsigned bt_depth; member in struct:debug_flush_buf
77 unsigned bt_depth; member in struct:debug_flush_item
83 unsigned bt_depth; member in struct:debug_flush_ctx
106 debug_flush_buf_create(boolean supports_persistent, unsigned bt_depth) argument
114 fbuf->bt_depth = bt_depth;
155 unsigned bt_depth)
167 fctx->bt_depth = bt_depth;
229 2, fbuf->bt_depth, TRU
154 debug_flush_ctx_create(UNUSED boolean catch_reference_of_mapped,unsigned bt_depth) argument
[all...]

Completed in 5 milliseconds