Home
last modified time | relevance | path

Searched refs:last_pm4 (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeonsi/
Dradeonsi_pm4.c38 state->last_pm4 = state->ndw++; in si_pm4_cmd_begin()
49 count = state->ndw - state->last_pm4 - 2; in si_pm4_cmd_end()
50 state->pm4[state->last_pm4] = PKT3(state->last_opcode, in si_pm4_cmd_end()
111 unsigned offs = state->last_pm4 + 1; in si_pm4_sh_data_end()
Dradeonsi_pm4.h44 unsigned last_pm4; member