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 D | si_compute_blit.c | 480 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 D | si_blit.c | 395 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 D | si_compute.c | 917 si_make_CB_shader_coherent(sctx, 0,
|
| H A D | si_pipe.h | 1736 static inline void si_make_CB_shader_coherent(struct si_context *sctx, unsigned num_samples, function in typeref:typename:void
|
| H A D | si_state.c | 2816 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 D | si_compute_blit.c | 339 si_make_CB_shader_coherent(sctx, src->nr_samples, true, 542 si_make_CB_shader_coherent(sctx, dstsurf->texture->nr_samples, true,
|
| H A D | si_blit.c | 423 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 D | si_pipe.h | 1561 si_make_CB_shader_coherent(struct si_context *sctx, unsigned num_samples, function in typeref:typename:void
|
| H A D | si_state.c | 2815 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