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

  /external/mesa3d/src/gallium/auxiliary/util/
u_debug_flush.h 83 * @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,
u_debug_flush.c 156 struct debug_flush_ctx *fctx = CALLOC_STRUCT(debug_flush_ctx); local
158 if (!fctx)
161 fctx->ref_hash = util_hash_table_create(debug_flush_pointer_hash,
164 if (!fctx->ref_hash)
167 fctx->bt_depth = bt_depth;
169 list_addtail(&fctx->head, &ctx_list);
172 return fctx;
175 FREE(fctx);
233 struct debug_flush_ctx *fctx; local
236 LIST_FOR_EACH_ENTRY(fctx, &ctx_list, head)
    [all...]
  /external/e2fsprogs/misc/
fuse2fs.c 3723 struct fuse2fs fctx; local
    [all...]
  /external/mesa3d/src/gallium/winsys/svga/drm/
vmw_context.c 103 struct debug_flush_ctx *fctx; member in struct:vmw_svga_winsys_context
252 debug_flush_flush(vswc->fctx);
282 debug_flush_might_flush(vswc->fctx);
390 debug_flush_cb_reference(vswc->fctx, vmw_debug_flush_buf(buffer));
434 debug_flush_cb_reference(vswc->fctx, vmw_debug_flush_buf(buffer));
654 debug_flush_ctx_destroy(vswc->fctx);
815 vswc->fctx = debug_flush_ctx_create(TRUE, VMW_DEBUG_FLUSH_STACK);

Completed in 332 milliseconds