Lines Matching refs:perfcounters
451 struct si_perfcounters *pc = screen->perfcounters;
518 struct si_perfcounters *pc = screen->perfcounters;
632 struct si_perfcounters *pc = screen->perfcounters;
672 struct si_perfcounters *pc = screen->perfcounters;
697 struct si_perfcounters *pc = screen->perfcounters;
704 screen->perfcounters = NULL;
714 screen->perfcounters = CALLOC_STRUCT(si_perfcounters);
715 if (!screen->perfcounters)
718 screen->perfcounters->num_stop_cs_dwords = 14 + si_cp_write_fence_dwords(screen);
719 screen->perfcounters->num_instance_cs_dwords = 3;
722 &screen->perfcounters->base)) {
884 sctx->screen->perfcounters = CALLOC_STRUCT(si_perfcounters);
885 sctx->screen->perfcounters->num_stop_cs_dwords = 14 + si_cp_write_fence_dwords(sctx->screen);
886 sctx->screen->perfcounters->num_instance_cs_dwords = 3;
888 struct ac_perfcounters *pc = &sctx->screen->perfcounters->base;