Searched refs:last_pkt3_write_data (Results 1 – 3 of 3) sorted by relevance
218 if (flags & RADEON_FLUSH_START_NEXT_GFX_IB_NOW && ctx->last_pkt3_write_data) { in si_flush_gfx_cs()219 *ctx->last_pkt3_write_data = PKT3(PKT3_WRITE_DATA, 3, 0); in si_flush_gfx_cs()220 ctx->last_pkt3_write_data = NULL; in si_flush_gfx_cs()245 ctx->last_pkt3_write_data = NULL; in si_flush_gfx_cs()
1034 sctx->last_pkt3_write_data = &sctx->gfx_cs->current.buf[sctx->gfx_cs->current.cdw - 5]; in si_prim_discard_signal_next_compute_ib_start()1039 *sctx->last_pkt3_write_data = PKT3(PKT3_NOP, 3, 0); in si_prim_discard_signal_next_compute_ib_start()
993 uint32_t *last_pkt3_write_data; member