Searched refs:fctx (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_debug_flush.h83 * @param fctx The context representation to destroy.
86 debug_flush_ctx_destroy(struct debug_flush_ctx *fctx);
111 * @param fctx The context representation that might be flushed.
115 void debug_flush_might_flush(struct debug_flush_ctx *fctx);
120 * @param fctx The context representation that is flushed.
124 void debug_flush_flush(struct debug_flush_ctx *fctx);
130 * @param fctx The context representation that is flushed.
134 void debug_flush_cb_reference(struct debug_flush_ctx *fctx,
H A Du_debug_flush.c157 struct debug_flush_ctx *fctx = CALLOC_STRUCT(debug_flush_ctx); local in function:debug_flush_ctx_create
159 if (!fctx)
162 fctx->ref_hash = util_hash_table_create(debug_flush_pointer_hash,
165 if (!fctx->ref_hash)
168 fctx->bt_depth = bt_depth;
170 list_addtail(&fctx->head, &ctx_list);
173 return fctx;
176 FREE(fctx);
234 struct debug_flush_ctx *fctx; local in function:debug_flush_map
237 LIST_FOR_EACH_ENTRY(fctx,
277 debug_flush_cb_reference(struct debug_flush_ctx * fctx,struct debug_flush_buf * fbuf) argument
349 debug_flush_might_flush(struct debug_flush_ctx * fctx) argument
377 debug_flush_flush(struct debug_flush_ctx * fctx) argument
392 debug_flush_ctx_destroy(struct debug_flush_ctx * fctx) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_debug_flush.h83 * @param fctx The context representation to destroy.
86 debug_flush_ctx_destroy(struct debug_flush_ctx *fctx);
111 * @param fctx The context representation that might be flushed.
115 void debug_flush_might_flush(struct debug_flush_ctx *fctx);
120 * @param fctx The context representation that is flushed.
124 void debug_flush_flush(struct debug_flush_ctx *fctx);
130 * @param fctx The context representation that is flushed.
134 void debug_flush_cb_reference(struct debug_flush_ctx *fctx,
H A Du_debug_flush.c157 struct debug_flush_ctx *fctx = CALLOC_STRUCT(debug_flush_ctx); local in function:debug_flush_ctx_create
159 if (!fctx)
162 fctx->ref_hash = util_hash_table_create_ptr_keys();
164 if (!fctx->ref_hash)
167 fctx->bt_depth = bt_depth;
169 list_addtail(&fctx->head, &ctx_list);
172 return fctx;
175 FREE(fctx);
248 struct debug_flush_ctx *fctx; local in function:debug_flush_map
251 LIST_FOR_EACH_ENTRY(fctx,
301 debug_flush_cb_reference(struct debug_flush_ctx * fctx,struct debug_flush_buf * fbuf) argument
370 debug_flush_might_flush(struct debug_flush_ctx * fctx) argument
398 debug_flush_flush(struct debug_flush_ctx * fctx) argument
413 debug_flush_ctx_destroy(struct debug_flush_ctx * fctx) argument
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/svga/drm/
H A Dvmw_context.c103 struct debug_flush_ctx *fctx; member in struct:vmw_svga_winsys_context
282 debug_flush_flush(vswc->fctx);
318 debug_flush_might_flush(vswc->fctx);
426 debug_flush_cb_reference(vswc->fctx, vmw_debug_flush_buf(buffer));
470 debug_flush_cb_reference(vswc->fctx, vmw_debug_flush_buf(buffer));
690 debug_flush_ctx_destroy(vswc->fctx);
854 vswc->fctx = debug_flush_ctx_create(TRUE, VMW_DEBUG_FLUSH_STACK);
/xsrc/external/mit/MesaLib/dist/src/gallium/winsys/svga/drm/
H A Dvmw_context.c104 struct debug_flush_ctx *fctx; member in struct:vmw_svga_winsys_context
283 debug_flush_flush(vswc->fctx);
319 debug_flush_might_flush(vswc->fctx);
418 debug_flush_cb_reference(vswc->fctx, vmw_debug_flush_buf(buffer));
462 debug_flush_cb_reference(vswc->fctx, vmw_debug_flush_buf(buffer));
682 debug_flush_ctx_destroy(vswc->fctx);
833 vswc->fctx = debug_flush_ctx_create(TRUE, VMW_DEBUG_FLUSH_STACK);

Completed in 7 milliseconds