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

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
si_commands.c 31 void si_cmd_surface_sync(struct si_pm4_state *pm4, uint32_t cp_coher_cntl)
34 si_pm4_cmd_add(pm4, cp_coher_cntl); /* CP_COHER_CNTL */
radeonsi_pm4.c 131 state->cp_coher_cntl |= S_0085F0_SH_ICACHE_ACTION_ENA(1);
132 state->cp_coher_cntl |= S_0085F0_SH_KCACHE_ACTION_ENA(1);
137 state->cp_coher_cntl |= S_0085F0_TC_ACTION_ENA(1);
143 state->cp_coher_cntl |= S_0085F0_TC_ACTION_ENA(1);
148 state->cp_coher_cntl |= S_0085F0_CB_ACTION_ENA(1);
149 state->cp_coher_cntl |= ((1 << nr_cbufs) - 1) << S_0085F0_CB0_DEST_BASE_ENA_SHIFT;
154 state->cp_coher_cntl |= S_0085F0_DB_ACTION_ENA(1) | S_0085F0_DB_DEST_BASE_ENA(1);
176 uint32_t cp_coher_cntl = 0; local
184 cp_coher_cntl |= state->cp_coher_cntl;
    [all...]
radeonsi_pm4.h 47 uint32_t cp_coher_cntl; member in struct:si_pm4_state
si_state.h 159 void si_cmd_surface_sync(struct si_pm4_state *pm4, uint32_t cp_coher_cntl);
si_state_draw.c 518 uint32_t cp_coher_cntl; local
555 cp_coher_cntl = si_pm4_sync_flags(rctx);
556 if (cp_coher_cntl) {
558 si_cmd_surface_sync(pm4, cp_coher_cntl);
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_commands.c 31 void si_cmd_surface_sync(struct si_pm4_state *pm4, uint32_t cp_coher_cntl)
34 si_pm4_cmd_add(pm4, cp_coher_cntl); /* CP_COHER_CNTL */
radeonsi_pm4.c 131 state->cp_coher_cntl |= S_0085F0_SH_ICACHE_ACTION_ENA(1);
132 state->cp_coher_cntl |= S_0085F0_SH_KCACHE_ACTION_ENA(1);
137 state->cp_coher_cntl |= S_0085F0_TC_ACTION_ENA(1);
143 state->cp_coher_cntl |= S_0085F0_TC_ACTION_ENA(1);
148 state->cp_coher_cntl |= S_0085F0_CB_ACTION_ENA(1);
149 state->cp_coher_cntl |= ((1 << nr_cbufs) - 1) << S_0085F0_CB0_DEST_BASE_ENA_SHIFT;
154 state->cp_coher_cntl |= S_0085F0_DB_ACTION_ENA(1) | S_0085F0_DB_DEST_BASE_ENA(1);
176 uint32_t cp_coher_cntl = 0; local
184 cp_coher_cntl |= state->cp_coher_cntl;
    [all...]
radeonsi_pm4.h 47 uint32_t cp_coher_cntl; member in struct:si_pm4_state
si_state.h 159 void si_cmd_surface_sync(struct si_pm4_state *pm4, uint32_t cp_coher_cntl);
si_state_draw.c 518 uint32_t cp_coher_cntl; local
555 cp_coher_cntl = si_pm4_sync_flags(rctx);
556 if (cp_coher_cntl) {
558 si_cmd_surface_sync(pm4, cp_coher_cntl);

Completed in 119 milliseconds