Searched refs:mCumulativePerfCounters (Results 1 – 4 of 4) sorted by relevance
257 mCumulativePerfCounters{}1975 uint32_t count = mCumulativePerfCounters.descriptorSetAllocations[descriptorSetIndex]; in outputCumulativePerfCounters()2006 mCumulativePerfCounters.descriptorSetAllocations += mPerfCounters.descriptorSetAllocations; in getAndResetObjectPerfCounters()2007 mCumulativePerfCounters.descriptorSetCacheHits += mPerfCounters.descriptorSetCacheHits; in getAndResetObjectPerfCounters()2008 mCumulativePerfCounters.descriptorSetCacheMisses += mPerfCounters.descriptorSetCacheMisses; in getAndResetObjectPerfCounters()
323 ProgramExecutablePerfCounters mCumulativePerfCounters; variable
594 InternalShaderPerfCounters mCumulativePerfCounters; variable
1023 UtilsVk::UtilsVk() : mPerfCounters{}, mCumulativePerfCounters{} {} in UtilsVk()3601 << mCumulativePerfCounters.descriptorSetsAllocated; in outputCumulativePerfCounters()3606 mCumulativePerfCounters.descriptorSetsAllocated += mPerfCounters.descriptorSetsAllocated; in getAndResetObjectPerfCounters()