Searched refs:cp_coher_cntl (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/ |
| H A D | r600_hw_context.c | 95 unsigned cp_coher_cntl = 0; local in function:r600_flush_emit 159 cp_coher_cntl |= S_0085F0_FULL_CACHE_ENA(1); 171 cp_coher_cntl |= S_0085F0_SH_ACTION_ENA(1) | 176 cp_coher_cntl |= rctx->has_vertex_cache ? S_0085F0_VC_ACTION_ENA(1) 182 cp_coher_cntl |= S_0085F0_TC_ACTION_ENA(1) | 191 cp_coher_cntl |= S_0085F0_DB_ACTION_ENA(1) | 201 cp_coher_cntl |= S_0085F0_CB_ACTION_ENA(1) | 212 cp_coher_cntl |= S_0085F0_CB8_DEST_BASE_ENA(1) | 220 cp_coher_cntl |= S_0085F0_SO0_DEST_BASE_ENA(1) | 233 cp_coher_cntl | [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/ |
| H A D | r600_hw_context.c | 95 unsigned cp_coher_cntl = 0; local in function:r600_flush_emit 159 cp_coher_cntl |= S_0085F0_FULL_CACHE_ENA(1); 171 cp_coher_cntl |= S_0085F0_SH_ACTION_ENA(1) | 176 cp_coher_cntl |= rctx->has_vertex_cache ? S_0085F0_VC_ACTION_ENA(1) 182 cp_coher_cntl |= S_0085F0_TC_ACTION_ENA(1) | 191 cp_coher_cntl |= S_0085F0_DB_ACTION_ENA(1) | 201 cp_coher_cntl |= S_0085F0_CB_ACTION_ENA(1) | 212 cp_coher_cntl |= S_0085F0_CB8_DEST_BASE_ENA(1) | 220 cp_coher_cntl |= S_0085F0_SO0_DEST_BASE_ENA(1) | 233 cp_coher_cntl | [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_gfx_cs.c | 561 void si_emit_surface_sync(struct si_context *sctx, struct radeon_cmdbuf *cs, unsigned cp_coher_cntl) argument 569 cp_coher_cntl |= 1u << 31; /* don't sync PFP, i.e. execute the sync in ME */ 576 radeon_emit(cp_coher_cntl); /* CP_COHER_CNTL */ 585 radeon_emit(cp_coher_cntl); /* CP_COHER_CNTL */ 805 uint32_t cp_coher_cntl = 0; local in function:si_emit_cache_flush 824 cp_coher_cntl |= S_0085F0_SH_ICACHE_ACTION_ENA(1); 826 cp_coher_cntl |= S_0085F0_SH_KCACHE_ACTION_ENA(1); 830 cp_coher_cntl |= S_0085F0_CB_ACTION_ENA(1) | S_0085F0_CB0_DEST_BASE_ENA(1) | 842 cp_coher_cntl |= S_0085F0_DB_ACTION_ENA(1) | S_0085F0_DB_DEST_BASE_ENA(1); 970 * cp_coher_cntl shoul [all...] |
| H A D | si_cp_reg_shadowing.c | 101 unsigned cp_coher_cntl = S_0301F0_SH_ICACHE_ACTION_ENA(1) | local in function:si_create_shadowing_ib_preamble 108 si_pm4_cmd_add(pm4, cp_coher_cntl); /* CP_COHER_CNTL */
|
| H A D | si_pipe.h | 1446 unsigned cp_coher_cntl);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_state_draw.c | 868 unsigned cp_coher_cntl) 875 radeon_emit(cs, cp_coher_cntl); /* CP_COHER_CNTL */ 884 radeon_emit(cs, cp_coher_cntl); /* CP_COHER_CNTL */ 912 uint32_t cp_coher_cntl = 0; local in function:si_emit_cache_flush 930 cp_coher_cntl |= S_0085F0_SH_ICACHE_ACTION_ENA(1); 932 cp_coher_cntl |= S_0085F0_SH_KCACHE_ACTION_ENA(1); 936 cp_coher_cntl |= S_0085F0_CB_ACTION_ENA(1) | 955 cp_coher_cntl |= S_0085F0_DB_ACTION_ENA(1) | 1079 (cp_coher_cntl || 1092 * cp_coher_cntl shoul 867 si_emit_surface_sync(struct si_context * sctx,unsigned cp_coher_cntl) argument [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/ |
| H A D | si_cmd_buffer.c | 751 unsigned cp_coher_cntl) 757 radeon_emit(cs, cp_coher_cntl); /* CP_COHER_CNTL */ 766 radeon_emit(cs, cp_coher_cntl); /* CP_COHER_CNTL */ 782 unsigned cp_coher_cntl = 0; local in function:si_cs_emit_cache_flush 787 cp_coher_cntl |= S_0085F0_SH_ICACHE_ACTION_ENA(1); 789 cp_coher_cntl |= S_0085F0_SH_KCACHE_ACTION_ENA(1); 793 cp_coher_cntl |= S_0085F0_CB_ACTION_ENA(1) | 816 cp_coher_cntl |= S_0085F0_DB_ACTION_ENA(1) | 903 if ((cp_coher_cntl || 916 cp_coher_cntl | 748 si_emit_acquire_mem(struct radeon_cmdbuf * cs,bool is_mec,bool is_gfx9,unsigned cp_coher_cntl) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/ |
| H A D | si_cmd_buffer.c | 940 si_emit_acquire_mem(struct radeon_cmdbuf *cs, bool is_mec, bool is_gfx9, unsigned cp_coher_cntl) argument 945 radeon_emit(cs, cp_coher_cntl); /* CP_COHER_CNTL */ 954 radeon_emit(cs, cp_coher_cntl); /* CP_COHER_CNTL */ 1142 unsigned cp_coher_cntl = 0; local in function:si_cs_emit_cache_flush 1154 cp_coher_cntl |= S_0085F0_SH_ICACHE_ACTION_ENA(1); 1158 cp_coher_cntl |= S_0085F0_SH_KCACHE_ACTION_ENA(1); 1164 cp_coher_cntl |= S_0085F0_CB_ACTION_ENA(1) | S_0085F0_CB0_DEST_BASE_ENA(1) | 1180 cp_coher_cntl |= S_0085F0_DB_ACTION_ENA(1) | S_0085F0_DB_DEST_BASE_ENA(1); 1276 if ((cp_coher_cntl || (flush_bits & (RADV_CMD_FLAG_CS_PARTIAL_FLUSH | RADV_CMD_FLAG_INV_VCACHE | 1288 cp_coher_cntl | S_0085F0_TC_ACTION_EN [all...] |
Completed in 13 milliseconds