Searched refs:cs_preamble_state (Results 1 - 7 of 7) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_cp_reg_shadowing.c | 223 si_pm4_emit(sctx, sctx->cs_preamble_state); in si_init_cp_reg_shadowing() 226 si_pm4_free_state(sctx, sctx->cs_preamble_state, ~0); in si_init_cp_reg_shadowing() 227 sctx->cs_preamble_state = NULL; in si_init_cp_reg_shadowing()
|
H A D | si_debug.c | 413 if (ctx->cs_preamble_state) in si_log_chunk_type_cs_print() 414 ac_parse_ib(f, ctx->cs_preamble_state->pm4, ctx->cs_preamble_state->ndw, NULL, 0, in si_log_chunk_type_cs_print()
|
H A D | si_gfx_cs.c | 440 if (ctx->cs_preamble_state) { in si_begin_new_gfx_cs() 442 ctx->cs_preamble_state; in si_begin_new_gfx_cs()
|
H A D | si_pipe.c | 225 if (sctx->cs_preamble_state) in si_destroy_context() 226 si_pm4_free_state(sctx, sctx->cs_preamble_state, ~0); in si_destroy_context()
|
H A D | si_state_shaders.cpp | 3724 struct si_pm4_state *pm4 = tmz ? sctx->cs_preamble_state_tmz : sctx->cs_preamble_state; 3872 struct si_pm4_state *pm4 = tmz ? sctx->cs_preamble_state_tmz : sctx->cs_preamble_state; 4146 /* Add these registers to cs_preamble_state. */ 4148 struct si_pm4_state *pm4 = tmz ? sctx->cs_preamble_state_tmz : sctx->cs_preamble_state;
|
H A D | si_pipe.h | 1044 struct si_pm4_state *cs_preamble_state; member
|
H A D | si_state.c | 5946 sctx->cs_preamble_state = pm4; in si_init_cs_preamble_state() 5950 memcpy(sctx->cs_preamble_state_tmz, sctx->cs_preamble_state, sizeof(struct si_cs_preamble)); in si_init_cs_preamble_state()
|
Completed in 22 milliseconds