Home
last modified time | relevance | path

Searched refs:pCounterIndices (Results 1 – 6 of 6) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_KHR_performance_query/
Dquerycreateinfo.adoc16 * pname:counterIndexCount is the length of the pname:pCounterIndices
18 * pname:pCounterIndices is a pointer to an array of indices into the
29 * [[VUID-VkQueryPoolPerformanceCreateInfoKHR-pCounterIndices-03321]]
30 Each element of pname:pCounterIndices must: be in the range of counters
Dqueriesperformance.adoc70 supplied in pname:pCounterIndices when creating the performance query.
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_KHR_performance_query.adoc165 .pCounterIndices = enabledCounters
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp6081 VULKAN_HPP_HASH_COMBINE( seed, queryPoolPerformanceCreateInfoKHR.pCounterIndices ); in operator ()()
Dvulkan_hash.hpp11715 VULKAN_HPP_HASH_COMBINE( seed, queryPoolPerformanceCreateInfoKHR.pCounterIndices ); in operator ()()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h9147 const uint32_t* pCounterIndices; member