Searched refs:descriptorSetAllocations (Results 1 – 5 of 5) sorted by relevance
520 ++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()
110 DescriptorSetCountList descriptorSetAllocations; member
2046 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()
882 uint32_t descriptorSetAllocations;
3023 descriptorSetAllocationsBefore = hackANGLE().descriptorSetAllocations; in TEST_P()3042 uint32_t descriptorSetAllocationsAfter = hackANGLE().descriptorSetAllocations; in TEST_P()