Home
last modified time | relevance | path

Searched refs:counterDescriptions (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_funcs.hpp12176 std::vector<PerformanceCounterDescriptionKHR, Allocator> counterDescriptions; in enumerateQueueFamilyPerformanceQueryCountersKHR() local
12189 counterDescriptions.resize( counterCount ); in enumerateQueueFamilyPerformanceQueryCountersKHR()
12195 reinterpret_cast<VkPerformanceCounterDescriptionKHR *>( counterDescriptions.data() ) ) ); in enumerateQueueFamilyPerformanceQueryCountersKHR()
12200 VULKAN_HPP_ASSERT( counterCount <= counterDescriptions.size() ); in enumerateQueueFamilyPerformanceQueryCountersKHR()
12201 counterDescriptions.resize( counterCount ); in enumerateQueueFamilyPerformanceQueryCountersKHR()
12204 counterDescriptions, in enumerateQueueFamilyPerformanceQueryCountersKHR()
12224 std::vector<PerformanceCounterDescriptionKHR, Allocator> counterDescriptions( vectorAllocator ); in enumerateQueueFamilyPerformanceQueryCountersKHR()
12237 counterDescriptions.resize( counterCount ); in enumerateQueueFamilyPerformanceQueryCountersKHR()
12243 reinterpret_cast<VkPerformanceCounterDescriptionKHR *>( counterDescriptions.data() ) ) ); in enumerateQueueFamilyPerformanceQueryCountersKHR()
12248 VULKAN_HPP_ASSERT( counterCount <= counterDescriptions in enumerateQueueFamilyPerformanceQueryCountersKHR()
12271 std::vector<PerformanceCounterDescriptionKHR, PerformanceCounterDescriptionKHRAllocator> & counterDescriptions = enumerateQueueFamilyPerformanceQueryCountersKHR() local
12325 std::vector<PerformanceCounterDescriptionKHR, PerformanceCounterDescriptionKHRAllocator> & counterDescriptions = enumerateQueueFamilyPerformanceQueryCountersKHR() local
[all...]
H A Dvulkan_raii.hpp13017 std::vector<PerformanceCounterDescriptionKHR> & counterDescriptions = data.second; in enumerateQueueFamilyPerformanceQueryCountersKHR() local
13028 counterDescriptions.resize( counterCount ); in enumerateQueueFamilyPerformanceQueryCountersKHR()
13035 reinterpret_cast<VkPerformanceCounterDescriptionKHR *>( counterDescriptions.data() ) ) ); in enumerateQueueFamilyPerformanceQueryCountersKHR()
13042 counterDescriptions.resize( counterCount ); in enumerateQueueFamilyPerformanceQueryCountersKHR()
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_funcs.hpp12627 std::vector<VULKAN_HPP_NAMESPACE::PerformanceCounterDescriptionKHR, PerformanceCounterDescriptionKHRAllocator> & counterDescriptions = data_.second; in enumerateQueueFamilyPerformanceQueryCountersKHR() local
12637 counterDescriptions.resize( counterCount ); in enumerateQueueFamilyPerformanceQueryCountersKHR()
12643 reinterpret_cast<VkPerformanceCounterDescriptionKHR *>( counterDescriptions.data() ) ) ); in enumerateQueueFamilyPerformanceQueryCountersKHR()
12651 counterDescriptions.resize( counterCount ); in enumerateQueueFamilyPerformanceQueryCountersKHR()
12679 std::vector<VULKAN_HPP_NAMESPACE::PerformanceCounterDescriptionKHR, PerformanceCounterDescriptionKHRAllocator> & counterDescriptions = data_.second; in enumerateQueueFamilyPerformanceQueryCountersKHR() local
12689 counterDescriptions.resize( counterCount ); in enumerateQueueFamilyPerformanceQueryCountersKHR()
12695 reinterpret_cast<VkPerformanceCounterDescriptionKHR *>( counterDescriptions.data() ) ) ); in enumerateQueueFamilyPerformanceQueryCountersKHR()
12703 counterDescriptions.resize( counterCount ); in enumerateQueueFamilyPerformanceQueryCountersKHR()
[all...]
H A Dvulkan_raii.hpp17041 std::vector<VULKAN_HPP_NAMESPACE::PerformanceCounterDescriptionKHR> & counterDescriptions = data_.second; in enumerateQueueFamilyPerformanceQueryCountersKHR() local
17051 counterDescriptions.resize( counterCount ); in enumerateQueueFamilyPerformanceQueryCountersKHR()
17057 reinterpret_cast<VkPerformanceCounterDescriptionKHR *>( counterDescriptions.data() ) ) ); in enumerateQueueFamilyPerformanceQueryCountersKHR()
17065 counterDescriptions.resize( counterCount ); in enumerateQueueFamilyPerformanceQueryCountersKHR()
[all...]

Completed in 115 milliseconds