Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_cp_dma.c53 enum r600_coherency coher) in si_emit_cp_dma()
109 static unsigned get_flush_flags(struct si_context *sctx, enum r600_coherency coher) in get_flush_flags()
125 static unsigned get_tc_l2_flag(struct si_context *sctx, enum r600_coherency coher) in get_tc_l2_flag()
184 enum r600_coherency coher) in si_clear_buffer()
/external/mesa3d/src/gallium/drivers/r600/
Devergreen_hw_context.c88 enum r600_coherency coher) in evergreen_cp_dma_clear_buffer()
Dr600_blit.c581 enum r600_coherency coher) in r600_clear_buffer()
Dr600_pipe.h935 static inline unsigned r600_get_flush_flags(enum r600_coherency coher) in r600_get_flush_flags()
/external/mesa3d/src/compiler/nir/
Dnir_print.c395 const char *const coher = (var->data.image.coherent) ? "coherent " : ""; in print_var_decl() local