Searched refs:vi_dcc_formats_compatible (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_texture.c1924 bool vi_dcc_formats_compatible(struct si_screen *sscreen, enum pipe_format format1, function in typeref:typename:bool
1984 !vi_dcc_formats_compatible((struct si_screen *)tex->screen, tex->format, view_format);
1988 * vi_dcc_formats_compatible should be called only when DCC is enabled. */
H A Dsi_pipe.h1535 bool vi_dcc_formats_compatible(struct si_screen *sscreen, enum pipe_format format1,
H A Dsi_descriptors.c760 !vi_dcc_formats_compatible(screen, res->b.b.format, view->format))) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_pipe.h1375 bool vi_dcc_formats_compatible(enum pipe_format format1,
H A Dsi_texture.c2098 bool vi_dcc_formats_compatible(enum pipe_format format1, function in typeref:typename:bool
2162 !vi_dcc_formats_compatible(tex->format, view_format);
2166 * vi_dcc_formats_compatible should be called only when DCC is enabled. */
H A Dsi_descriptors.c723 !vi_dcc_formats_compatible(res->b.b.format, view->format))) {

Completed in 22 milliseconds