Home
last modified time | relevance | path

Searched refs:pSwrStats (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/
Dswr_context.cpp441 SWR_STATS *pSwrStats = &pqr->core; in swr_UpdateStats() local
443 pSwrStats->DepthPassCount += pStats->DepthPassCount; in swr_UpdateStats()
444 pSwrStats->PsInvocations += pStats->PsInvocations; in swr_UpdateStats()
445 pSwrStats->CsInvocations += pStats->CsInvocations; in swr_UpdateStats()
458 SWR_STATS_FE *pSwrStats = &pqr->coreFE; in swr_UpdateStatsFE() local
459 p_atomic_add(&pSwrStats->IaVertices, pStats->IaVertices); in swr_UpdateStatsFE()
460 p_atomic_add(&pSwrStats->IaPrimitives, pStats->IaPrimitives); in swr_UpdateStatsFE()
461 p_atomic_add(&pSwrStats->VsInvocations, pStats->VsInvocations); in swr_UpdateStatsFE()
462 p_atomic_add(&pSwrStats->HsInvocations, pStats->HsInvocations); in swr_UpdateStatsFE()
463 p_atomic_add(&pSwrStats->DsInvocations, pStats->DsInvocations); in swr_UpdateStatsFE()
[all …]