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

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
radeonsi_pm4.c 41 void si_pm4_cmd_add(struct si_pm4_state *state, uint32_t dw) function
80 si_pm4_cmd_add(state, reg);
84 si_pm4_cmd_add(state, val);
106 si_pm4_cmd_add(state, dw);
122 si_pm4_cmd_add(state, (reg - SI_SH_REG_OFFSET) >> 2);
124 si_pm4_cmd_add(state, offs << 2);
125 si_pm4_cmd_add(state, 0);
  /external/mesa3d/src/gallium/drivers/radeonsi/
radeonsi_pm4.c 41 void si_pm4_cmd_add(struct si_pm4_state *state, uint32_t dw) function
80 si_pm4_cmd_add(state, reg);
84 si_pm4_cmd_add(state, val);
106 si_pm4_cmd_add(state, dw);
122 si_pm4_cmd_add(state, (reg - SI_SH_REG_OFFSET) >> 2);
124 si_pm4_cmd_add(state, offs << 2);
125 si_pm4_cmd_add(state, 0);

Completed in 503 milliseconds