Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DUtilsVk.h40 uint32_t descriptorSetsAllocated; member
DUtilsVk.cpp3479 mPerfCounters.descriptorSetsAllocated++; in allocateDescriptorSet()
3505 << mCumulativePerfCounters.descriptorSetsAllocated; in outputCumulativePerfCounters()
3510 mCumulativePerfCounters.descriptorSetsAllocated += mPerfCounters.descriptorSetsAllocated; in getAndResetObjectPerfCounters()
3513 mPerfCounters.descriptorSetsAllocated = 0; in getAndResetObjectPerfCounters()
DContextVk.cpp2052 for (uint32_t count : contextCounters.descriptorSetsAllocated) in syncObjectPerfCounters()
2058 mUtils.getAndResetObjectPerfCounters().descriptorSetsAllocated; in syncObjectPerfCounters()
4941 mContextPerfCounters.descriptorSetsAllocated[pipelineType]++; in updateDriverUniformsDescriptorSet()
6328 uint32_t count = mCumulativeContextPerfCounters.descriptorSetsAllocated[pipelineType]; in outputCumulativePerfCounters()
6338 mCumulativeContextPerfCounters.descriptorSetsAllocated += in getAndResetObjectPerfCounters()
6339 mContextPerfCounters.descriptorSetsAllocated; in getAndResetObjectPerfCounters()
6342 mContextPerfCounters.descriptorSetsAllocated = {}; in getAndResetObjectPerfCounters()
DContextVk.h53 ContextVkDescriptorSetList descriptorSetsAllocated; member