Searched refs:cp_coher_cntl (Results 1 – 10 of 10) sorted by relevance
131 state->cp_coher_cntl |= S_0085F0_SH_ICACHE_ACTION_ENA(1); in si_pm4_inval_shader_cache()132 state->cp_coher_cntl |= S_0085F0_SH_KCACHE_ACTION_ENA(1); in si_pm4_inval_shader_cache()137 state->cp_coher_cntl |= S_0085F0_TC_ACTION_ENA(1); in si_pm4_inval_texture_cache()143 state->cp_coher_cntl |= S_0085F0_TC_ACTION_ENA(1); in si_pm4_inval_vertex_cache()148 state->cp_coher_cntl |= S_0085F0_CB_ACTION_ENA(1); in si_pm4_inval_fb_cache()149 state->cp_coher_cntl |= ((1 << nr_cbufs) - 1) << S_0085F0_CB0_DEST_BASE_ENA_SHIFT; in si_pm4_inval_fb_cache()154 state->cp_coher_cntl |= S_0085F0_DB_ACTION_ENA(1) | S_0085F0_DB_DEST_BASE_ENA(1); in si_pm4_inval_zsbuf_cache()176 uint32_t cp_coher_cntl = 0; in si_pm4_sync_flags() local184 cp_coher_cntl |= state->cp_coher_cntl; in si_pm4_sync_flags()186 return cp_coher_cntl; in si_pm4_sync_flags()
31 void si_cmd_surface_sync(struct si_pm4_state *pm4, uint32_t cp_coher_cntl) in si_cmd_surface_sync() argument34 si_pm4_cmd_add(pm4, cp_coher_cntl); /* CP_COHER_CNTL */ in si_cmd_surface_sync()
47 uint32_t cp_coher_cntl; member
518 uint32_t cp_coher_cntl; in si_draw_vbo() local555 cp_coher_cntl = si_pm4_sync_flags(rctx); in si_draw_vbo()556 if (cp_coher_cntl) { in si_draw_vbo()558 si_cmd_surface_sync(pm4, cp_coher_cntl); in si_draw_vbo()
159 void si_cmd_surface_sync(struct si_pm4_state *pm4, uint32_t cp_coher_cntl);