Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DProgramExecutableVk.h111 DescriptorSetCountList descriptorSetCacheHits; member
DProgramExecutableVk.cpp1954 mCumulativePerfCounters.descriptorSetCacheHits += mPerfCounters.descriptorSetCacheHits; in getAndResetObjectPerfCounters()
1959 mPerfCounters.descriptorSetCacheHits = {}; in getAndResetObjectPerfCounters()
1969 mPerfCounters.descriptorSetCacheHits[dsIndex] += in accumulateCacheStats()
DContextVk.cpp2081 progPerfCounters.descriptorSetCacheHits[DescriptorSetIndex::ShaderResource]; in syncObjectPerfCounters()