Searched refs:pStats (Results 1 – 9 of 9) sorted by relevance
/external/mesa3d/src/gallium/drivers/swr/ |
D | swr_context.cpp | 429 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 …]
|
D | swr_context.h | 105 struct swr_query_result *pStats; // @llvm_struct 193 ctx->swrDC.pStats = pqr;
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
D | context.h | 378 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…
|
D | threads.cpp | 365 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()
|
D | api.h | 161 const SWR_STATS* pStats); 171 const SWR_STATS_FE* pStats);
|
D | api.cpp | 138 … 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/ |
D | vk_mem_alloc.h | 1323 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/ |
D | vk_mem_alloc.h | 1323 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/ |
D | present.h | 84 HRESULT (WINAPI *GetPresentStats)(ID3DPresent *This, D3DPRESENTSTATS *pStats);
|