Home
last modified time | relevance | path

Searched refs:descriptorSetCacheMisses (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/libANGLE/renderer/vulkan/
DProgramExecutableVk.h112 DescriptorSetCountList descriptorSetCacheMisses; member
DProgramExecutableVk.cpp1955 mCumulativePerfCounters.descriptorSetCacheMisses += mPerfCounters.descriptorSetCacheMisses; in getAndResetObjectPerfCounters()
1960 mPerfCounters.descriptorSetCacheMisses = {}; in getAndResetObjectPerfCounters()
1971 mPerfCounters.descriptorSetCacheMisses[dsIndex] += in accumulateCacheStats()
DContextVk.cpp2083 progPerfCounters.descriptorSetCacheMisses[DescriptorSetIndex::ShaderResource]; in syncObjectPerfCounters()