Searched refs:dcc_gather_statistics (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_texture.c595 tex->dcc_gather_statistics = new_tex->dcc_gather_statistics;
2458 if (!tex->dcc_gather_statistics) {
2459 tex->dcc_gather_statistics = true;
2473 assert(tex->dcc_gather_statistics);
H A Dsi_blit.c1310 assert(!tex->dcc_separate_buffer || tex->dcc_gather_statistics);
1327 if (tex->dcc_gather_statistics) {
H A Dsi_clear.c465 if (tex->dcc_gather_statistics) /* only for Stoney */
H A Dsi_pipe.h324 bool dcc_gather_statistics:1; member in struct:si_texture
H A Dsi_state.c2713 if (tex->dcc_gather_statistics)
2765 if (tex->dcc_gather_statistics)
2930 if (tex->dcc_gather_statistics) {

Completed in 19 milliseconds