Searched defs:coher (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_compute_blit.c | 33 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
|
D | si_cp_dma.c | 148 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/ |
D | evergreen_hw_context.c | 86 enum r600_coherency coher) in evergreen_cp_dma_clear_buffer()
|
D | r600_blit.c | 646 enum r600_coherency coher) in r600_clear_buffer()
|
D | r600_pipe.h | 1032 static inline unsigned r600_get_flush_flags(enum r600_coherency coher) in r600_get_flush_flags()
|
/external/mesa3d/src/compiler/nir/ |
D | nir_print.c | 503 const char *const coher = (access & ACCESS_COHERENT) ? "coherent " : ""; in print_var_decl() local
|