Searched refs:si_texture_disable_dcc (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_descriptors.c438 if (!si_texture_disable_dcc(sctx, tex))
728 if (!si_texture_disable_dcc(ctx, tex))
876 /* si_texture_disable_dcc can get us here again. */
904 si_texture_disable_dcc(sctx, tex);
H A Dsi_pipe.h1398 bool si_texture_disable_dcc(struct si_context *sctx,
H A Dsi_texture.c472 bool si_texture_disable_dcc(struct si_context *sctx, function in typeref:typename:bool
859 if (si_texture_disable_dcc(sctx, tex)) {
861 /* si_texture_disable_dcc flushes the context */
2175 if (!si_texture_disable_dcc(sctx, stex))
H A Dsi_blit.c631 si_texture_disable_dcc(sctx, tex);
H A Dsi_state.c2791 if (!si_texture_disable_dcc(sctx, tex))
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_texture.c392 bool si_texture_disable_dcc(struct si_context *sctx, struct si_texture *tex) function in typeref:typename:bool
707 if (si_texture_disable_dcc(sctx, tex)) {
709 /* si_texture_disable_dcc flushes the context */
1995 if (!si_texture_disable_dcc(sctx, stex))
H A Dsi_blit.c621 si_texture_disable_dcc(sctx, tex);
898 si_texture_disable_dcc(sctx, tex);
H A Dsi_descriptors.c460 if (!si_texture_disable_dcc(sctx, tex))
765 if (!si_texture_disable_dcc(ctx, tex))
918 /* si_texture_disable_dcc can get us here again. */
944 si_texture_disable_dcc(sctx, tex);
H A Dsi_pipe.h1546 bool si_texture_disable_dcc(struct si_context *sctx, struct si_texture *tex);
H A Dsi_state.c2792 if (!si_texture_disable_dcc(sctx, tex))

Completed in 53 milliseconds