Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DProgramExecutableVk.cpp257 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()
DProgramExecutableVk.h323 ProgramExecutablePerfCounters mCumulativePerfCounters; variable
DUtilsVk.h594 InternalShaderPerfCounters mCumulativePerfCounters; variable
DUtilsVk.cpp1023 UtilsVk::UtilsVk() : mPerfCounters{}, mCumulativePerfCounters{} {} in UtilsVk()
3601 << mCumulativePerfCounters.descriptorSetsAllocated; in outputCumulativePerfCounters()
3606 mCumulativePerfCounters.descriptorSetsAllocated += mPerfCounters.descriptorSetsAllocated; in getAndResetObjectPerfCounters()