Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DProgramExecutableVk.cpp256 mCumulativePerfCounters{}
1922 uint32_t count = mCumulativePerfCounters.descriptorSetAllocations[descriptorSetIndex]; in outputCumulativePerfCounters()
1953 mCumulativePerfCounters.descriptorSetAllocations += mPerfCounters.descriptorSetAllocations; in getAndResetObjectPerfCounters()
1954 mCumulativePerfCounters.descriptorSetCacheHits += mPerfCounters.descriptorSetCacheHits; in getAndResetObjectPerfCounters()
1955 mCumulativePerfCounters.descriptorSetCacheMisses += mPerfCounters.descriptorSetCacheMisses; in getAndResetObjectPerfCounters()
DProgramExecutableVk.h323 ProgramExecutablePerfCounters mCumulativePerfCounters; variable
DUtilsVk.h577 InternalShaderPerfCounters mCumulativePerfCounters; variable
DUtilsVk.cpp1033 UtilsVk::UtilsVk() : mPerfCounters{}, mCumulativePerfCounters{} {} in UtilsVk()
3505 << mCumulativePerfCounters.descriptorSetsAllocated; in outputCumulativePerfCounters()
3510 mCumulativePerfCounters.descriptorSetsAllocated += mPerfCounters.descriptorSetsAllocated; in getAndResetObjectPerfCounters()