Searched refs:pSwrStats (Results 1 – 1 of 1) sorted by relevance
438 SWR_STATS *pSwrStats = &pqr->core; in swr_UpdateStats() local440 pSwrStats->DepthPassCount += pStats->DepthPassCount; in swr_UpdateStats()441 pSwrStats->PsInvocations += pStats->PsInvocations; in swr_UpdateStats()442 pSwrStats->CsInvocations += pStats->CsInvocations; in swr_UpdateStats()455 SWR_STATS_FE *pSwrStats = &pqr->coreFE; in swr_UpdateStatsFE() local456 p_atomic_add(&pSwrStats->IaVertices, pStats->IaVertices); in swr_UpdateStatsFE()457 p_atomic_add(&pSwrStats->IaPrimitives, pStats->IaPrimitives); in swr_UpdateStatsFE()458 p_atomic_add(&pSwrStats->VsInvocations, pStats->VsInvocations); in swr_UpdateStatsFE()459 p_atomic_add(&pSwrStats->HsInvocations, pStats->HsInvocations); in swr_UpdateStatsFE()460 p_atomic_add(&pSwrStats->DsInvocations, pStats->DsInvocations); in swr_UpdateStatsFE()[all …]