HomeSort by: relevance | last modified time | path
    Searched defs:trace_id (Results 1 - 11 of 11) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
si_gfx_cs.c 194 ctx->current_saved_cs->trace_id = 0;
548 uint32_t trace_id = ++sctx->current_saved_cs->trace_id; local
550 si_cp_write_data(sctx, sctx->current_saved_cs->trace_buf, 0, 4, V_370_MEM, V_370_ME, &trace_id);
554 radeon_emit(AC_ENCODE_TRACE_POINT(trace_id));
si_pipe.h 866 unsigned trace_id; member in struct:si_saved_cs
  /src/bin/sh/
show.c 112 static char *trace_id(TFILE *);
824 p = trace_id(fp);
924 trace_id(TFILE *tf) function
show.c 112 static char *trace_id(TFILE *);
824 p = trace_id(fp);
924 trace_id(TFILE *tf) function
show.c 112 static char *trace_id(TFILE *);
824 p = trace_id(fp);
924 trace_id(TFILE *tf) function
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
si_state_draw.c 1624 uint32_t trace_id = ++sctx->current_saved_cs->trace_id; local
1627 0, 4, V_370_MEM, V_370_ME, &trace_id);
1630 radeon_emit(cs, AC_ENCODE_TRACE_POINT(trace_id));
si_pipe.h 785 unsigned trace_id; member in struct:si_saved_cs
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
r600_pipe.h 615 unsigned trace_id; member in struct:r600_context
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
r600_pipe.h 610 unsigned trace_id; member in struct:r600_context
  /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
radv_private.h 1384 uint32_t trace_id; member in struct:radv_cmd_state
  /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
radv_private.h 1061 uint32_t trace_id; member in struct:radv_cmd_state

Completed in 222 milliseconds