Searched refs:si_make_CB_shader_coherent (Results 1 - 5 of 5) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_compute_blit.c | 595 si_make_CB_shader_coherent(sctx, images[i].resource->nr_samples, true, in si_launch_grid_internal_images() 888 si_make_CB_shader_coherent(sctx, tex->nr_samples, true, in si_compute_expand_fmask()
|
H A D | si_blit.c | 406 si_make_CB_shader_coherent(sctx, tex->buffer.b.b.nr_samples, false, true /* no DCC */); in si_decompress_depth() 541 si_make_CB_shader_coherent(sctx, tex->buffer.b.b.nr_samples, vi_dcc_enabled(tex, first_level), in si_blit_decompress_color() 1004 si_make_CB_shader_coherent(sctx, 1, false, true /* no DCC */); in si_do_CB_resolve()
|
H A D | si_compute.c | 954 si_make_CB_shader_coherent(sctx, 0, in si_launch_grid()
|
H A D | si_pipe.h | 1788 static inline void si_make_CB_shader_coherent(struct si_context *sctx, unsigned num_samples, in si_make_CB_shader_coherent() function
|
H A D | si_state.c | 2984 si_make_CB_shader_coherent(sctx, sctx->framebuffer.nr_samples, in si_set_framebuffer_state() 5332 si_make_CB_shader_coherent(sctx, sctx->framebuffer.nr_samples, in si_texture_barrier()
|
Completed in 18 milliseconds