Searched refs:gfx_cur (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_debug.c454 unsigned gfx_cur = ctx->gfx_cs->prev_dw + ctx->gfx_cs->current.cdw; local in function:si_log_cs
457 gfx_cur == scs->gfx_last_dw)
467 chunk->gfx_end = gfx_cur;
468 scs->gfx_last_dw = gfx_cur;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_debug.c452 unsigned gfx_cur = ctx->gfx_cs.prev_dw + ctx->gfx_cs.current.cdw; local in function:si_log_cs
454 if (!dump_bo_list && gfx_cur == scs->gfx_last_dw)
464 chunk->gfx_end = gfx_cur;
465 scs->gfx_last_dw = gfx_cur;

Completed in 7 milliseconds