HomeSort by relevance Sort by last modified time
    Searched refs:last_pm4 (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/drivers/radeonsi/
radeonsi_pm4.c 38 state->last_pm4 = state->ndw++;
49 count = state->ndw - state->last_pm4 - 2;
50 state->pm4[state->last_pm4] = PKT3(state->last_opcode,
111 unsigned offs = state->last_pm4 + 1;
radeonsi_pm4.h 44 unsigned last_pm4; member in struct:si_pm4_state

Completed in 44 milliseconds