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

  /external/mesa3d/src/gallium/drivers/r600/
r600_hw_context.c 92 unsigned cp_coher_cntl = 0; local
151 cp_coher_cntl |= S_0085F0_FULL_CACHE_ENA(1);
163 cp_coher_cntl |= S_0085F0_SH_ACTION_ENA(1) |
168 cp_coher_cntl |= rctx->has_vertex_cache ? S_0085F0_VC_ACTION_ENA(1)
174 cp_coher_cntl |= S_0085F0_TC_ACTION_ENA(1) |
183 cp_coher_cntl |= S_0085F0_DB_ACTION_ENA(1) |
193 cp_coher_cntl |= S_0085F0_CB_ACTION_ENA(1) |
204 cp_coher_cntl |= S_0085F0_CB8_DEST_BASE_ENA(1) |
212 cp_coher_cntl |= S_0085F0_SO0_DEST_BASE_ENA(1) |
225 cp_coher_cntl |= S_0085F0_CB1_DEST_BASE_ENA(1)
    [all...]
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_state_draw.c 722 unsigned cp_coher_cntl)
728 radeon_emit(cs, cp_coher_cntl); /* CP_COHER_CNTL */
738 uint32_t cp_coher_cntl = 0; local
752 cp_coher_cntl |= S_0085F0_SH_ICACHE_ACTION_ENA(1);
754 cp_coher_cntl |= S_0085F0_SH_KCACHE_ACTION_ENA(1);
757 cp_coher_cntl |= S_0085F0_CB_ACTION_ENA(1) |
773 cp_coher_cntl |= S_0085F0_DB_ACTION_ENA(1) |
832 if (cp_coher_cntl ||
841 /* When one of the CP_COHER_CNTL.DEST_BASE flags is set, SURFACE_SYN
    [all...]
  /external/mesa3d/src/amd/vulkan/
si_cmd_buffer.c 610 unsigned cp_coher_cntl = 0; local
625 cp_coher_cntl |= S_0085F0_SH_ICACHE_ACTION_ENA(1);
627 cp_coher_cntl |= S_0085F0_SH_KCACHE_ACTION_ENA(1);
629 cp_coher_cntl |= S_0085F0_TCL1_ACTION_ENA(1);
631 cp_coher_cntl |= S_0085F0_TC_ACTION_ENA(1);
633 cp_coher_cntl |= S_0301F0_TC_WB_ACTION_ENA(1);
637 cp_coher_cntl |= S_0085F0_CB_ACTION_ENA(1) |
660 cp_coher_cntl |= S_0085F0_DB_ACTION_ENA(1) |
699 if ((cp_coher_cntl || (cmd_buffer->state.flush_bits & RADV_CMD_FLAG_CS_PARTIAL_FLUSH)) &&
708 if (cp_coher_cntl) {
    [all...]

Completed in 84 milliseconds