Home | History | Annotate | Download | only in radeonsi

Lines Matching refs:state

53 	/* BO's referenced by this state */
62 void si_pm4_cmd_begin(struct si_pm4_state *state, unsigned opcode);
63 void si_pm4_cmd_add(struct si_pm4_state *state, uint32_t dw);
64 void si_pm4_cmd_end(struct si_pm4_state *state, bool predicate);
66 void si_pm4_set_reg(struct si_pm4_state *state, unsigned reg, uint32_t val);
67 void si_pm4_add_bo(struct si_pm4_state *state,
72 struct si_pm4_state *state);
74 void si_pm4_clear_state(struct si_pm4_state *state);
75 void si_pm4_free_state_simple(struct si_pm4_state *state);
77 struct si_pm4_state *state,
80 void si_pm4_emit(struct si_context *sctx, struct si_pm4_state *state);