Home
last modified time | relevance | path

Searched defs:coher (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_compute_blit.c33 static enum si_cache_policy get_cache_policy(struct si_context *sctx, enum si_coherency coher, in get_cache_policy()
45 unsigned si_get_flush_flags(struct si_context *sctx, enum si_coherency coher, in si_get_flush_flags()
119 const uint32_t *clear_value, enum si_coherency coher) in si_compute_clear_12bytes_buffer()
183 enum si_coherency coher) in si_compute_do_clear_or_copy()
281 enum si_coherency coher, bool force_cpdma) in si_clear_buffer()
391 enum si_coherency coher = SI_COHERENCY_SHADER; in si_copy_buffer() local
Dsi_cp_dma.c148 uint64_t remaining_size, unsigned user_flags, enum si_coherency coher, in si_cp_dma_prepare()
202 unsigned value, unsigned user_flags, enum si_coherency coher, in si_cp_dma_clear_buffer()
254 enum si_coherency coher, enum si_cache_policy cache_policy, in si_cp_dma_realign_engine()
292 unsigned size, unsigned user_flags, enum si_coherency coher, in si_cp_dma_copy_buffer()
/external/mesa3d/src/gallium/drivers/r600/
Devergreen_hw_context.c86 enum r600_coherency coher) in evergreen_cp_dma_clear_buffer()
Dr600_blit.c646 enum r600_coherency coher) in r600_clear_buffer()
Dr600_pipe.h1032 static inline unsigned r600_get_flush_flags(enum r600_coherency coher) in r600_get_flush_flags()
/external/mesa3d/src/compiler/nir/
Dnir_print.c503 const char *const coher = (access & ACCESS_COHERENT) ? "coherent " : ""; in print_var_decl() local