Searched refs:counterCount (Results 1 – 4 of 4) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_KHR_performance_query.adoc | 118 uint32_t counterCount; 124 &counterCount, 129 malloc(sizeof(VkPerformanceCounterKHR) * counterCount); 131 malloc(sizeof(VkPerformanceCounterDescriptionKHR) * counterCount); 137 &counterCount, 144 const uint32_t enabledCounterCount = min(counterCount, 8));
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_funcs.hpp | 6986 uint32_t counterCount; in enumerateQueueFamilyPerformanceQueryCountersKHR() local 6990 …milyPerformanceQueryCountersKHR( m_physicalDevice, queueFamilyIndex, &counterCount, nullptr, nullp… in enumerateQueueFamilyPerformanceQueryCountersKHR() 6991 if ( ( result == VK_SUCCESS ) && counterCount ) in enumerateQueueFamilyPerformanceQueryCountersKHR() 6993 counters.resize( counterCount ); in enumerateQueueFamilyPerformanceQueryCountersKHR() 6994 counterDescriptions.resize( counterCount ); in enumerateQueueFamilyPerformanceQueryCountersKHR() 6995 …milyPerformanceQueryCountersKHR( m_physicalDevice, queueFamilyIndex, &counterCount, reinterpret_ca… in enumerateQueueFamilyPerformanceQueryCountersKHR() 6999 VULKAN_HPP_ASSERT( counterCount <= counters.size() ); in enumerateQueueFamilyPerformanceQueryCountersKHR() 7000 if ( counterCount < counters.size() ) in enumerateQueueFamilyPerformanceQueryCountersKHR() 7002 counters.resize( counterCount ); in enumerateQueueFamilyPerformanceQueryCountersKHR() 7003 counterDescriptions.resize( counterCount ); in enumerateQueueFamilyPerformanceQueryCountersKHR() [all …]
|
D | vulkansc_raii.hpp | 8967 uint32_t counterCount; in enumerateQueueFamilyPerformanceQueryCountersKHR() local 8971 …static_cast<VkPhysicalDevice>( m_physicalDevice ), queueFamilyIndex, &counterCount, nullptr, nullp… in enumerateQueueFamilyPerformanceQueryCountersKHR() 8972 if ( ( result == VK_SUCCESS ) && counterCount ) in enumerateQueueFamilyPerformanceQueryCountersKHR() 8974 counters.resize( counterCount ); in enumerateQueueFamilyPerformanceQueryCountersKHR() 8975 counterDescriptions.resize( counterCount ); in enumerateQueueFamilyPerformanceQueryCountersKHR() 8976 …static_cast<VkPhysicalDevice>( m_physicalDevice ), queueFamilyIndex, &counterCount, reinterpret_ca… in enumerateQueueFamilyPerformanceQueryCountersKHR() 8980 VULKAN_HPP_ASSERT( counterCount <= counters.size() ); in enumerateQueueFamilyPerformanceQueryCountersKHR() 8981 if ( counterCount < counters.size() ) in enumerateQueueFamilyPerformanceQueryCountersKHR() 8983 counters.resize( counterCount ); in enumerateQueueFamilyPerformanceQueryCountersKHR() 8984 counterDescriptions.resize( counterCount ); in enumerateQueueFamilyPerformanceQueryCountersKHR()
|
D | vulkan_raii.hpp | 15110 uint32_t counterCount; in enumerateQueueFamilyPerformanceQueryCountersKHR() local 15114 …static_cast<VkPhysicalDevice>( m_physicalDevice ), queueFamilyIndex, &counterCount, nullptr, nullp… in enumerateQueueFamilyPerformanceQueryCountersKHR() 15115 if ( ( result == VK_SUCCESS ) && counterCount ) in enumerateQueueFamilyPerformanceQueryCountersKHR() 15117 counters.resize( counterCount ); in enumerateQueueFamilyPerformanceQueryCountersKHR() 15118 counterDescriptions.resize( counterCount ); in enumerateQueueFamilyPerformanceQueryCountersKHR() 15119 …static_cast<VkPhysicalDevice>( m_physicalDevice ), queueFamilyIndex, &counterCount, reinterpret_ca… in enumerateQueueFamilyPerformanceQueryCountersKHR() 15123 VULKAN_HPP_ASSERT( counterCount <= counters.size() ); in enumerateQueueFamilyPerformanceQueryCountersKHR() 15124 if ( counterCount < counters.size() ) in enumerateQueueFamilyPerformanceQueryCountersKHR() 15126 counters.resize( counterCount ); in enumerateQueueFamilyPerformanceQueryCountersKHR() 15127 counterDescriptions.resize( counterCount ); in enumerateQueueFamilyPerformanceQueryCountersKHR()
|