Searched refs:pCounterIndices (Results 1 – 6 of 6) sorted by relevance
16 * pname:counterIndexCount is the length of the pname:pCounterIndices18 * pname:pCounterIndices is a pointer to an array of indices into the29 * [[VUID-VkQueryPoolPerformanceCreateInfoKHR-pCounterIndices-03321]]30 Each element of pname:pCounterIndices must: be in the range of counters
70 supplied in pname:pCounterIndices when creating the performance query.
165 .pCounterIndices = enabledCounters
6081 VULKAN_HPP_HASH_COMBINE( seed, queryPoolPerformanceCreateInfoKHR.pCounterIndices ); in operator ()()
11715 VULKAN_HPP_HASH_COMBINE( seed, queryPoolPerformanceCreateInfoKHR.pCounterIndices ); in operator ()()
9147 const uint32_t* pCounterIndices; member