Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/
Dswr_context.cpp429 swr_UpdateStats(HANDLE hPrivateContext, const SWR_STATS *pStats) in swr_UpdateStats() argument
436 struct swr_query_result *pqr = pDC->pStats; in swr_UpdateStats()
440 pSwrStats->DepthPassCount += pStats->DepthPassCount; in swr_UpdateStats()
441 pSwrStats->PsInvocations += pStats->PsInvocations; in swr_UpdateStats()
442 pSwrStats->CsInvocations += pStats->CsInvocations; in swr_UpdateStats()
446 swr_UpdateStatsFE(HANDLE hPrivateContext, const SWR_STATS_FE *pStats) in swr_UpdateStatsFE() argument
453 struct swr_query_result *pqr = pDC->pStats; in swr_UpdateStatsFE()
456 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()
[all …]
Dswr_context.h105 struct swr_query_result *pStats; // @llvm_struct
193 ctx->swrDC.pStats = pqr;
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dcontext.h378 SWR_STATS* pSavePtr = pStats; in Reset()
380 pStats = pSavePtr; in Reset()
381 memset(pStats, 0, sizeof(SWR_STATS) * numThreads); in Reset()
388 SWR_STATS* pStats; member
504 SWR_STATS* pStats; member
522 #define UPDATE_STAT_BE(name, count) if (GetApiState(pDC).enableStatsBE) { pDC->dynState.pStats[work…
Dthreads.cpp365 stats.DepthPassCount += dynState.pStats[i].DepthPassCount; in UpdateClientStats()
367 stats.PsInvocations += dynState.pStats[i].PsInvocations; in UpdateClientStats()
368 stats.CsInvocations += dynState.pStats[i].CsInvocations; in UpdateClientStats()
900 …pContext->dcRing[dc].dynState.pStats = (SWR_STATS*)AlignedMalloc(sizeof(SWR_STATS) * numThreads, 6… in InitPerThreadStats()
901 memset(pContext->dcRing[dc].dynState.pStats, 0, sizeof(SWR_STATS) * numThreads); in InitPerThreadStats()
Dapi.h161 const SWR_STATS* pStats);
171 const SWR_STATS_FE* pStats);
Dapi.cpp138 … pContext->pStats = (SWR_STATS*)AlignedMalloc(sizeof(SWR_STATS) * pContext->NumWorkerThreads, 64); in SwrCreateContext()
398 AlignedFree(pContext->dcRing[i].dynState.pStats); in SwrDestroyContext()
423 AlignedFree(pContext->pStats); in SwrDestroyContext()
/external/skqp/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h1323 VmaStats* pStats);
4164 void GetPoolStats(VmaPoolStats* pStats);
4180 void AddStats(VmaStats* pStats);
4457 void CalculateStats(VmaStats* pStats);
6505 void VmaBlockVector::GetPoolStats(VmaPoolStats* pStats) in GetPoolStats() argument
6507 pStats->size = 0; in GetPoolStats()
6508 pStats->unusedSize = 0; in GetPoolStats()
6509 pStats->allocationCount = 0; in GetPoolStats()
6510 pStats->unusedRangeCount = 0; in GetPoolStats()
6511 pStats->unusedRangeSizeMax = 0; in GetPoolStats()
[all …]
/external/skia/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h1323 VmaStats* pStats);
4164 void GetPoolStats(VmaPoolStats* pStats);
4180 void AddStats(VmaStats* pStats);
4457 void CalculateStats(VmaStats* pStats);
6505 void VmaBlockVector::GetPoolStats(VmaPoolStats* pStats) in GetPoolStats() argument
6507 pStats->size = 0; in GetPoolStats()
6508 pStats->unusedSize = 0; in GetPoolStats()
6509 pStats->allocationCount = 0; in GetPoolStats()
6510 pStats->unusedRangeCount = 0; in GetPoolStats()
6511 pStats->unusedRangeSizeMax = 0; in GetPoolStats()
[all …]
/external/mesa3d/include/d3dadapter/
Dpresent.h84 HRESULT (WINAPI *GetPresentStats)(ID3DPresent *This, D3DPRESENTSTATS *pStats);