Searched refs:bt_depth (Results 1 – 2 of 2) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/util/ |
D | u_debug_flush.c | 67 unsigned bt_depth; member 77 unsigned bt_depth; member 83 unsigned bt_depth; member 106 debug_flush_buf_create(boolean supports_persistent, unsigned bt_depth) in debug_flush_buf_create() argument 114 fbuf->bt_depth = bt_depth; in debug_flush_buf_create() 155 unsigned bt_depth) in debug_flush_ctx_create() argument 167 fctx->bt_depth = bt_depth; in debug_flush_ctx_create() 229 2, fbuf->bt_depth, TRUE, TRUE, NULL); in debug_flush_map() 230 debug_flush_alert(NULL, "Previous map", 0, fbuf->bt_depth, FALSE, in debug_flush_map() 235 debug_flush_capture_frame(1, fbuf->bt_depth); in debug_flush_map() [all …]
|
D | u_debug_flush.h | 55 debug_flush_buf_create(boolean supports_persistent, unsigned bt_depth); 78 debug_flush_ctx_create(boolean catch_map_of_referenced, unsigned bt_depth);
|