Searched refs:si_make_CB_shader_coherent (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_compute_blit.c480 si_make_CB_shader_coherent(sctx, src->nr_samples, true,
483 /* GFX10+ uses DCC stores so si_make_CB_shader_coherent is required for dst too */
484 si_make_CB_shader_coherent(sctx, dst->nr_samples, true,
708 si_make_CB_shader_coherent(sctx, tex->nr_samples, true,
801 si_make_CB_shader_coherent(sctx, dstsurf->texture->nr_samples, true,
H A Dsi_blit.c395 si_make_CB_shader_coherent(sctx, tex->buffer.b.b.nr_samples, false, true /* no DCC */);
528 si_make_CB_shader_coherent(sctx, tex->buffer.b.b.nr_samples, vi_dcc_enabled(tex, first_level),
1072 si_make_CB_shader_coherent(sctx, 1, false, true /* no DCC */);
H A Dsi_compute.c917 si_make_CB_shader_coherent(sctx, 0,
H A Dsi_pipe.h1736 static inline void si_make_CB_shader_coherent(struct si_context *sctx, unsigned num_samples, function in typeref:typename:void
H A Dsi_state.c2816 si_make_CB_shader_coherent(sctx, sctx->framebuffer.nr_samples,
5141 si_make_CB_shader_coherent(sctx, sctx->framebuffer.nr_samples,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_compute_blit.c339 si_make_CB_shader_coherent(sctx, src->nr_samples, true,
542 si_make_CB_shader_coherent(sctx, dstsurf->texture->nr_samples, true,
H A Dsi_blit.c423 si_make_CB_shader_coherent(sctx, tex->buffer.b.b.nr_samples,
536 si_make_CB_shader_coherent(sctx, tex->buffer.b.b.nr_samples,
1080 si_make_CB_shader_coherent(sctx, 1, false, true /* no DCC */);
H A Dsi_pipe.h1561 si_make_CB_shader_coherent(struct si_context *sctx, unsigned num_samples, function in typeref:typename:void
H A Dsi_state.c2815 si_make_CB_shader_coherent(sctx, sctx->framebuffer.nr_samples,
4716 si_make_CB_shader_coherent(sctx, sctx->framebuffer.nr_samples,

Completed in 40 milliseconds