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

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
radeonsi_pm4.h 47 uint32_t cp_coher_cntl; member in struct:si_pm4_state
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...]
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/
radeonsi_pm4.h 47 uint32_t cp_coher_cntl; member in struct:si_pm4_state
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...]
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 456 milliseconds