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

  /external/mesa3d/src/gallium/include/pipe/
p_context.h 728 void (*dump_debug_state)(struct pipe_context *ctx, FILE *stream, member in struct:pipe_context
  /external/mesa3d/src/gallium/drivers/ddebug/
dd_context.c 748 return pipe->dump_debug_state(pipe, stream, flags);
848 CTX_INIT(dump_debug_state);
dd_draw.c 470 if (dctx->pipe->dump_debug_state) {
474 dctx->pipe->dump_debug_state(dctx->pipe, f, flags);
896 dctx->pipe->dump_debug_state(dctx->pipe, f,
    [all...]
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_debug.c 665 sctx->b.b.dump_debug_state = si_dump_debug_state;

Completed in 239 milliseconds