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

  /external/mesa3d/src/gallium/drivers/radeonsi/
si_commands.c 33 si_pm4_cmd_begin(pm4, PKT3_SURFACE_SYNC);
radeonsi_pm4.c 35 void si_pm4_cmd_begin(struct si_pm4_state *state, unsigned opcode) function
79 si_pm4_cmd_begin(state, opcode);
101 si_pm4_cmd_begin(state, PKT3_NOP);
121 si_pm4_cmd_begin(state, PKT3_SET_SH_REG_OFFSET);
radeonsi_pm4.h 63 void si_pm4_cmd_begin(struct si_pm4_state *state, unsigned opcode);
si_state_draw.c 475 si_pm4_cmd_begin(pm4, PKT3_INDEX_TYPE);
485 si_pm4_cmd_begin(pm4, PKT3_NUM_INSTANCES);
495 si_pm4_cmd_begin(pm4, PKT3_DRAW_INDEX_2);
504 si_pm4_cmd_begin(pm4, PKT3_DRAW_INDEX_AUTO);
si_state.c     [all...]

Completed in 1802 milliseconds