Searched refs:si_pm4_emit (Results 1 - 9 of 9) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_pm4.h | 67 void si_pm4_emit(struct si_context *sctx, struct si_pm4_state *state);
|
| H A D | si_cp_reg_shadowing.c | 179 si_pm4_emit(sctx, shadowing_preamble); 181 si_pm4_emit(sctx, sctx->cs_preamble_state);
|
| H A D | si_pm4.c | 116 void si_pm4_emit(struct si_context *sctx, struct si_pm4_state *state) function in typeref:typename:void
|
| H A D | si_gfx_cs.c | 423 si_pm4_emit(ctx, ctx->cs_preamble_state); 425 si_pm4_emit(ctx, unlikely(is_secure) ? ctx->cs_preamble_tess_rings_tmz : 428 si_pm4_emit(ctx, ctx->cs_preamble_gs_rings);
|
| H A D | si_state_draw.cpp | 2017 si_pm4_emit(sctx, state);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_pm4.h | 85 void si_pm4_emit(struct si_context *sctx, struct si_pm4_state *state);
|
| H A D | si_pm4.c | 124 void si_pm4_emit(struct si_context *sctx, struct si_pm4_state *state) function in typeref:typename:void
|
| H A D | si_gfx_cs.c | 259 si_pm4_emit(ctx, ctx->init_config); 261 si_pm4_emit(ctx, ctx->init_config_gs_rings);
|
| H A D | si_state_draw.c | 1242 si_pm4_emit(sctx, state);
|
Completed in 10 milliseconds