HomeSort by relevance Sort by last modified time
    Searched refs:dcc_stats (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/gallium/drivers/radeon/
r600_texture.c     [all...]
r600_pipe_common.c 636 for (i = 0; i < ARRAY_SIZE(rctx->dcc_stats); i++) {
637 assert(!rctx->dcc_stats[i].query_active);
639 for (j = 0; j < ARRAY_SIZE(rctx->dcc_stats[i].ps_stats); j++)
640 if (rctx->dcc_stats[i].ps_stats[j])
642 rctx->dcc_stats[i].ps_stats[j]);
644 r600_texture_reference(&rctx->dcc_stats[i].tex, NULL);
    [all...]
r600_pipe_common.h 626 } dcc_stats[5]; member in struct:r600_common_context
    [all...]

Completed in 228 milliseconds