HomeSort by relevance Sort by last modified time
    Searched refs:bt_depth (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/auxiliary/util/
u_debug_flush.h 51 * @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);
u_debug_flush.c 59 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)
117 fbuf->bt_depth = bt_depth;
154 debug_flush_ctx_create(boolean catch_reference_of_mapped, unsigned bt_depth)
167 fctx->bt_depth = bt_depth;
221 2, fbuf->bt_depth, TRUE, TRUE, NULL)
    [all...]

Completed in 67 milliseconds