Home
last modified time | relevance | path

Searched refs:descriptorSetAllocations (Results 1 – 5 of 5) sorted by relevance

/external/angle/src/libANGLE/renderer/vulkan/
DProgramExecutableVk.cpp520 ++mPerfCounters.descriptorSetAllocations[descriptorSetIndex]; in allocateDescriptorSetAndGetInfo()
1878 ++mPerfCounters.descriptorSetAllocations[descriptorSetIndex]; in updateDescriptorSets()
1922 uint32_t count = mCumulativePerfCounters.descriptorSetAllocations[descriptorSetIndex]; in outputCumulativePerfCounters()
1953 mCumulativePerfCounters.descriptorSetAllocations += mPerfCounters.descriptorSetAllocations; in getAndResetObjectPerfCounters()
1958 mPerfCounters.descriptorSetAllocations = {}; in getAndResetObjectPerfCounters()
DProgramExecutableVk.h110 DescriptorSetCountList descriptorSetAllocations; member
DContextVk.cpp2046 mPerfCounters.descriptorSetAllocations = 0; in syncObjectPerfCounters()
2054 mPerfCounters.descriptorSetAllocations += count; in syncObjectPerfCounters()
2057 mPerfCounters.descriptorSetAllocations += in syncObjectPerfCounters()
2075 for (uint32_t count : progPerfCounters.descriptorSetAllocations) in syncObjectPerfCounters()
2077 mPerfCounters.descriptorSetAllocations += count; in syncObjectPerfCounters()
2114 descriptorSetAllocationCount->add(mPerfCounters.descriptorSetAllocations); in updateOverlayOnPresent()
Dvk_utils.h882 uint32_t descriptorSetAllocations;
/external/angle/src/tests/gl_tests/
DVulkanPerformanceCounterTest.cpp3023 descriptorSetAllocationsBefore = hackANGLE().descriptorSetAllocations; in TEST_P()
3042 uint32_t descriptorSetAllocationsAfter = hackANGLE().descriptorSetAllocations; in TEST_P()